function EntityCrudHookTest::entityPresave

Implements hook_entity_presave().

Attributes

#[Hook('entity_presave')]

File

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

Class

EntityCrudHookTest
Tests entity CRUD via hooks.

Namespace

Drupal\KernelTests\Core\Entity

Code

public function entityPresave(EntityInterface $entity) : void {
  $GLOBALS['entity_crud_hook_test'][] = 'entity_crud_hook_test_entity_presave called for type ' . $entity->getEntityTypeId();
}

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