function WorkspacesTestHooks::entityCreate
Same name and namespace in other branches
- 11.x core/modules/workspaces/tests/modules/workspaces_test/src/Hook/WorkspacesTestHooks.php \Drupal\workspaces_test\Hook\WorkspacesTestHooks::entityCreate()
Implements hook_entity_create().
Attributes
#[Hook('entity_create')]
File
-
core/
modules/ workspaces/ tests/ modules/ workspaces_test/ src/ Hook/ WorkspacesTestHooks.php, line 71
Class
- WorkspacesTestHooks
- Hook implementations for workspaces_test.
Namespace
Drupal\workspaces_test\HookCode
public function entityCreate(EntityInterface $entity) : void {
$this->incrementHookCount('hook_entity_create', $entity);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.