function UserAccessControlHandlerTest::testNonExistingFieldAccess
Tests access to a non-existing base field.
@dataProvider NonExistingFieldAccessProvider
File
- 
              core/modules/ user/ tests/ src/ Unit/ UserAccessControlHandlerTest.php, line 412 
Class
- UserAccessControlHandlerTest
- Tests the user access controller.
Namespace
Drupal\Tests\user\UnitCode
public function testNonExistingFieldAccess($viewer, $target, $view, $edit) : void {
  // By default everyone has access to all fields that do not have explicit
  // access control.
  // @see EntityAccessControlHandler::checkFieldAccess()
  $this->assertFieldAccess('some_non_existing_field', $viewer, $target, $view, $edit);
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
