| EntityTestAddPage |
class |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestAddPage.php |
Test entity class routes. |
| EntityTestAddPage.php |
file |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestAddPage.php |
|
| EntityTestAdminRoutes |
class |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestAdminRoutes.php |
Defines a test entity type with administrative routes. |
| EntityTestAdminRoutes.php |
file |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestAdminRoutes.php |
|
| EntityTestAmbiguousBundleClass |
class |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestAmbiguousBundleClass.php |
An ambiguous bundle class that is a subclass of two different entity classes. |
| EntityTestAmbiguousBundleClass.php |
file |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestAmbiguousBundleClass.php |
|
| EntityTestBase |
class |
core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityTestBase.php |
Base test class for entity migration destination functionality. |
| EntityTestBase.php |
file |
core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityTestBase.php |
|
| EntityTestBase::$entityFieldManager |
property |
core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityTestBase.php |
The entity field manager service. |
| EntityTestBase::$entityType |
property |
core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityTestBase.php |
The entity type manager. |
| EntityTestBase::$migration |
property |
core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityTestBase.php |
The migration entity. |
| EntityTestBase::$storage |
property |
core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityTestBase.php |
The entity storage. |
| EntityTestBase::setUp |
function |
core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityTestBase.php |
|
| EntityTestBaseFieldDisplay |
class |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestBaseFieldDisplay.php |
Defines a test entity class for base fields display. |
| EntityTestBaseFieldDisplay.php |
file |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestBaseFieldDisplay.php |
|
| EntityTestBaseFieldDisplay::baseFieldDefinitions |
function |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestBaseFieldDisplay.php |
Provides base field definitions for an entity type. |
| EntityTestBundle |
class |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestBundle.php |
Defines the Test entity bundle configuration entity. |
| EntityTestBundle.php |
file |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestBundle.php |
|
| EntityTestBundle::$description |
property |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestBundle.php |
The description. |
| EntityTestBundle::$id |
property |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestBundle.php |
The machine name. |
| EntityTestBundle::$label |
property |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestBundle.php |
The human-readable name. |
| EntityTestBundle::getDescription |
function |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestBundle.php |
Gets the entity description. |
| EntityTestBundle::setDescription |
function |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestBundle.php |
Sets the entity description. |
| EntityTestBundleClass |
class |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php |
The bundle class for the bundle_class bundle of the entity_test entity. |
| EntityTestBundleClass.php |
file |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php |
|
| EntityTestBundleClass::$postCreateCount |
property |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php |
The number of times static::postCreate() was called. |
| EntityTestBundleClass::$postDeleteCount |
property |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php |
The number of times static::postDelete() was called. |
| EntityTestBundleClass::$postLoadCount |
property |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php |
The number of times static::postLoad() was called. |
| EntityTestBundleClass::$postLoadEntitiesCount |
property |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php |
The size of the $entities array passed to each invocation of postLoad(). |
| EntityTestBundleClass::$preCreateCount |
property |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php |
The number of times static::preCreate() was called. |
| EntityTestBundleClass::$preDeleteCount |
property |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php |
The number of times static::preDelete() was called. |
| EntityTestBundleClass::postCreate |
function |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php |
Acts on a created entity before hooks are invoked. |
| EntityTestBundleClass::postDelete |
function |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php |
Acts on deleted entities before the delete hook is invoked. |
| EntityTestBundleClass::postLoad |
function |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php |
Acts on loaded entities. |
| EntityTestBundleClass::preCreate |
function |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php |
Changes the values of an entity before it is created. |
| EntityTestBundleClass::preDelete |
function |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php |
Acts on entities before they are deleted and before hooks are invoked. |
| EntityTestBundleClassHooks |
class |
core/modules/system/tests/modules/entity_test_bundle_class/src/Hook/EntityTestBundleClassHooks.php |
Hook implementations for entity_test_bundle_class. |
| EntityTestBundleClassHooks.php |
file |
core/modules/system/tests/modules/entity_test_bundle_class/src/Hook/EntityTestBundleClassHooks.php |
|
| EntityTestBundleClassHooks::entityBundleInfoAlter |
function |
core/modules/system/tests/modules/entity_test_bundle_class/src/Hook/EntityTestBundleClassHooks.php |
Implements hook_entity_bundle_info_alter(). |
| EntityTestBundleClassHooks::entityTypeAlter |
function |
core/modules/system/tests/modules/entity_test_bundle_class/src/Hook/EntityTestBundleClassHooks.php |
Implements hook_entity_type_alter(). |
| EntityTestBundleClassHooks::entityTypeBuild |
function |
core/modules/system/tests/modules/entity_test_bundle_class/src/Hook/EntityTestBundleClassHooks.php |
Implements hook_entity_type_build(). |
| EntityTestBundleJsonAnonTest |
class |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleJsonAnonTest.php |
Tests EntityTest Bundle Json Anon. |
| EntityTestBundleJsonAnonTest.php |
file |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleJsonAnonTest.php |
|
| EntityTestBundleJsonAnonTest::$defaultTheme |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleJsonAnonTest.php |
The theme to install as the default for testing. |
| EntityTestBundleJsonAnonTest::$format |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleJsonAnonTest.php |
The format to use in this test. |
| EntityTestBundleJsonAnonTest::$mimeType |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleJsonAnonTest.php |
The MIME type that corresponds to $format. |
| EntityTestBundleJsonBasicAuthTest |
class |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleJsonBasicAuthTest.php |
Tests EntityTest Bundle Json Basic Auth. |
| EntityTestBundleJsonBasicAuthTest.php |
file |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleJsonBasicAuthTest.php |
|
| EntityTestBundleJsonBasicAuthTest::$auth |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleJsonBasicAuthTest.php |
The authentication mechanism to use in this test. |
| EntityTestBundleJsonBasicAuthTest::$defaultTheme |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleJsonBasicAuthTest.php |
The theme to install as the default for testing. |