You are here

public static function EntityTestDefinitionSubscriber::getSubscribedEvents in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php \Drupal\entity_test\EntityTestDefinitionSubscriber::getSubscribedEvents()
  2. 9 core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php \Drupal\entity_test\EntityTestDefinitionSubscriber::getSubscribedEvents()

File

core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php, line 82

Class

EntityTestDefinitionSubscriber
Test entity type and field storage definition event subscriber.

Namespace

Drupal\entity_test

Code

public static function getSubscribedEvents() : array {
  return static::getEntityTypeEvents() + static::getFieldStorageDefinitionEvents();
}