function BlockContentTest::testCollectionFilterAccess

File

core/modules/jsonapi/tests/src/Functional/BlockContentTest.php, line 263

Class

BlockContentTest
JSON:API integration test for the "BlockContent" content entity type.

Namespace

Drupal\Tests\jsonapi\Functional

Code

public function testCollectionFilterAccess() : void {
  $this->entity
    ->setPublished()
    ->save();
  $this->doTestCollectionFilterAccessForPublishableEntities('info', NULL, 'administer block content');
}

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