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