| EntityTestDatetimeTest::createEntity |
function |
core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDatetimeTest.php |
Creates the entity to be tested. |
| EntityTestDatetimeTest::getExpectedNormalizedEntity |
function |
core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDatetimeTest.php |
Returns the expected normalization of the entity. |
| EntityTestDatetimeTest::getNormalizedPostEntity |
function |
core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDatetimeTest.php |
Returns the normalized POST entity. |
| EntityTestDatetimeTest::setUp |
function |
core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDatetimeTest.php |
|
| EntityTestDefaultAccess |
class |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestDefaultAccess.php |
Defines a test entity class with no access control handler. |
| EntityTestDefaultAccess.php |
file |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestDefaultAccess.php |
|
| EntityTestDefaultPlugin |
class |
core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestDefaultPlugin.php |
A dummy constraint for testing \Drupal\Core\Validation\ConstraintFactory. |
| EntityTestDefaultPlugin.php |
file |
core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestDefaultPlugin.php |
|
| EntityTestDefaultValue |
class |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestDefaultValue.php |
Defines a test entity class for testing default values. |
| EntityTestDefaultValue.php |
file |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestDefaultValue.php |
|
| EntityTestDefaultValue::baseFieldDefinitions |
function |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestDefaultValue.php |
Provides base field definitions for an entity type. |
| EntityTestDefaultValue::descriptionDefaultValue |
function |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestDefaultValue.php |
Field default value callback. |
| EntityTestDefinitionSubscriber |
class |
core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php |
Test entity type and field storage definition event subscriber. |
| EntityTestDefinitionSubscriber.php |
file |
core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php |
|
| EntityTestDefinitionSubscriber::$entityFieldManager |
property |
core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php |
The entity field manager. |
| EntityTestDefinitionSubscriber::$entityLastInstalledSchemaRepository |
property |
core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php |
The last installed schema repository. |
| EntityTestDefinitionSubscriber::$entityTypeManager |
property |
core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php |
The entity type manager. |
| EntityTestDefinitionSubscriber::$state |
property |
core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php |
The state service. |
| EntityTestDefinitionSubscriber::$trackEvents |
property |
core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php |
Flag determining whether events should be tracked. |
| EntityTestDefinitionSubscriber::$updateLiveDefinitions |
property |
core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php |
Determines whether the live definitions should be updated. |
| EntityTestDefinitionSubscriber::enableEventTracking |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php |
Enables event tracking. |
| EntityTestDefinitionSubscriber::enableLiveDefinitionUpdates |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php |
Enables live definition updates. |
| EntityTestDefinitionSubscriber::getSubscribedEvents |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php |
|
| EntityTestDefinitionSubscriber::hasDefinitionBeenUpdated |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php |
Checks whether the installed definitions were updated before the event. |
| EntityTestDefinitionSubscriber::hasEventFired |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php |
Checks whether an event has been dispatched. |
| EntityTestDefinitionSubscriber::onEntityTypeCreate |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php |
Reacts to the creation of the entity type. |
| EntityTestDefinitionSubscriber::onEntityTypeDelete |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php |
Reacts to the deletion of the entity type. |
| EntityTestDefinitionSubscriber::onEntityTypeUpdate |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php |
Reacts to the update of the entity type. |
| EntityTestDefinitionSubscriber::onFieldableEntityTypeCreate |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php |
Reacts to the creation of the fieldable entity type. |
| EntityTestDefinitionSubscriber::onFieldableEntityTypeUpdate |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php |
Reacts to the update of a fieldable entity type. |
| EntityTestDefinitionSubscriber::onFieldStorageDefinitionCreate |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php |
Reacts to the creation of a field storage definition. |
| EntityTestDefinitionSubscriber::onFieldStorageDefinitionDelete |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php |
Reacts to the deletion of a field storage definition. |
| EntityTestDefinitionSubscriber::onFieldStorageDefinitionUpdate |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php |
Reacts to the update of a field storage definition. |
| EntityTestDefinitionSubscriber::storeDefinitionUpdate |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php |
Stores the installed definition state for the specified event. |
| EntityTestDefinitionSubscriber::storeEvent |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php |
Stores the specified event. |
| EntityTestDefinitionSubscriber::__construct |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php |
|
| EntityTestDeleteForm |
class |
core/modules/system/tests/modules/entity_test/src/EntityTestDeleteForm.php |
Provides the entity_test delete form. |
| EntityTestDeleteForm.php |
file |
core/modules/system/tests/modules/entity_test/src/EntityTestDeleteForm.php |
|
| EntityTestDeleteForm::getCancelUrl |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestDeleteForm.php |
Returns the route to go to if the user cancels the action. |
| EntityTestDestination |
class |
core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php |
Stub class for testing EntityContentBase methods. |
| EntityTestDestination::$entity |
property |
core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php |
The test entity. |
| EntityTestDestination::getEntity |
function |
core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php |
Gets the test entity. |
| EntityTestDestination::getEntityTypeId |
function |
core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php |
Gets the test entity ID. |
| EntityTestDestination::setEntity |
function |
core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php |
Sets the test entity. |
| EntityTestEntityLevel |
class |
core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestEntityLevel.php |
Constraint on entity level. |
| EntityTestEntityLevel.php |
file |
core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestEntityLevel.php |
|
| EntityTestEntityLevel::__construct |
function |
core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestEntityLevel.php |
#[HasNamedArguments] |
| EntityTestEntityLevelValidator |
class |
core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestEntityLevelValidator.php |
Constraint validator for the EntityTestEntityLevel constraint. |
| EntityTestEntityLevelValidator.php |
file |
core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestEntityLevelValidator.php |
|
| EntityTestEntityLevelValidator::validate |
function |
core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestEntityLevelValidator.php |
|