Problem/Motivation
Just stumbled accross this wrong documented return value: the doc comment specifies bool as return value for the protected checkFieldAccess() function, but it actually is and must always be an AccessResultInterface instance, as the class immediately calls andIf() on the result of this function call.
Proposed resolution
Update doc.
Remaining tasks
User interface changes
API changes
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | fix_checkFieldAccess_doc-2805213-2.patch | 869 bytes | agoradesign |
Comments
Comment #2
agoradesign commentedComment #3
markdorisonComment #4
alexpottCommitted and pushed 5681fbe to 8.3.x and 0ae4b86 to 8.2.x. Thanks!
As a docs change this is rc eligible.