function EntityCrudHookTest::blockCreate
Implements hook_ENTITY_TYPE_create() for block entities.
Attributes
#[Hook('block_create')]
File
-
core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityCrudHookTest.php, line 584
Class
- EntityCrudHookTest
- Tests entity CRUD via hooks.
Namespace
Drupal\KernelTests\Core\EntityCode
public function blockCreate() : void {
$GLOBALS['entity_crud_hook_test'][] = 'entity_crud_hook_test_block_create called';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.