function EditorTest::entityAccess

Same name and namespace in other branches
  1. 10 core/modules/jsonapi/tests/src/Functional/EditorTest.php \Drupal\Tests\jsonapi\Functional\EditorTest::entityAccess()
  2. 11.x core/modules/jsonapi/tests/src/Functional/EditorTest.php \Drupal\Tests\jsonapi\Functional\EditorTest::entityAccess()
  3. 9 core/modules/jsonapi/tests/src/Functional/EditorTest.php \Drupal\Tests\jsonapi\Functional\EditorTest::entityAccess()

File

core/modules/jsonapi/tests/src/Functional/EditorTest.php, line 246

Class

EditorTest
JSON:API integration test for the "Editor" config entity type.

Namespace

Drupal\Tests\jsonapi\Functional

Code

protected static function entityAccess(EntityInterface $entity, $operation, AccountInterface $account) {
  // Also reset the 'filter_format' entity access control handler because
  // editor access also depends on access to the configured filter format.
  \Drupal::entityTypeManager()->getAccessControlHandler('filter_format')
    ->resetCache();
  return parent::entityAccess($entity, $operation, $account);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.