function EntityCrudHookTest::blockLoad

Implements hook_ENTITY_TYPE_load() for block entities.

Attributes

#[Hook('block_load')]

File

core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php, line 784

Class

EntityCrudHookTest
Tests entity CRUD via hooks.

Namespace

Drupal\KernelTests\Core\Entity

Code

public function blockLoad() : void {
  $GLOBALS['entity_crud_hook_test'][] = 'entity_crud_hook_test_block_load called';
}

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