You are here

8 calls to EntityTestDefinitionSubscriber::storeEvent() in Drupal 10

EntityTestDefinitionSubscriber::onEntityTypeCreate in core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php
Reacts to the creation of the entity type.
EntityTestDefinitionSubscriber::onEntityTypeDelete in core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php
Reacts to the deletion of the entity type.
EntityTestDefinitionSubscriber::onEntityTypeUpdate in core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php
Reacts to the update of the entity type.
EntityTestDefinitionSubscriber::onFieldableEntityTypeCreate in core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php
Reacts to the creation of the fieldable entity type.
EntityTestDefinitionSubscriber::onFieldableEntityTypeUpdate in core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php
Reacts to the update of a fieldable entity type.
EntityTestDefinitionSubscriber::onFieldStorageDefinitionCreate in core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php
Reacts to the creation of a field storage definition.
EntityTestDefinitionSubscriber::onFieldStorageDefinitionDelete in core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php
Reacts to the deletion of a field storage definition.
EntityTestDefinitionSubscriber::onFieldStorageDefinitionUpdate in core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php
Reacts to the update of a field storage definition.