function EntityCrudHookTest::nodePresave

Implements hook_ENTITY_TYPE_presave() for node entities.

Attributes

#[Hook('node_presave')]

File

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

Class

EntityCrudHookTest
Tests entity CRUD via hooks.

Namespace

Drupal\KernelTests\Core\Entity

Code

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

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