| EntityTestExternal |
class |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestExternal.php |
Test entity class. |
| EntityTestExternal.php |
file |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestExternal.php |
|
| EntityTestExternal::toUrl |
function |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestExternal.php |
Gets the URL object for the entity. |
| EntityTestExtraHooks |
class |
core/modules/system/tests/modules/entity_test_extra/src/Hook/EntityTestExtraHooks.php |
Hook implementations for entity_test_extra. |
| EntityTestExtraHooks.php |
file |
core/modules/system/tests/modules/entity_test_extra/src/Hook/EntityTestExtraHooks.php |
|
| EntityTestExtraHooks::entityBaseFieldInfo |
function |
core/modules/system/tests/modules/entity_test_extra/src/Hook/EntityTestExtraHooks.php |
Implements hook_entity_base_field_info(). |
| EntityTestExtraHooks::entityBundleFieldInfo |
function |
core/modules/system/tests/modules/entity_test_extra/src/Hook/EntityTestExtraHooks.php |
Implements hook_entity_bundle_field_info(). |
| EntityTestExtraHooks::entityFieldStorageInfo |
function |
core/modules/system/tests/modules/entity_test_extra/src/Hook/EntityTestExtraHooks.php |
Implements hook_entity_field_storage_info(). |
| EntityTestFieldMethods |
class |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestFieldMethods.php |
Defines the test entity class. |
| EntityTestFieldMethods.php |
file |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestFieldMethods.php |
|
| EntityTestFieldMethods::baseFieldDefinitions |
function |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestFieldMethods.php |
Provides base field definitions for an entity type. |
| EntityTestFieldOverride |
class |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestFieldOverride.php |
Defines a test entity class for testing default values. |
| EntityTestFieldOverride.php |
file |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestFieldOverride.php |
|
| EntityTestFieldOverride::baseFieldDefinitions |
function |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestFieldOverride.php |
Provides base field definitions for an entity type. |
| EntityTestFieldOverride::bundleFieldDefinitions |
function |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestFieldOverride.php |
Provides field definitions for a specific bundle. |
| EntityTestForm |
class |
core/modules/system/tests/modules/entity_test/src/EntityTestForm.php |
Form controller for the test entity edit forms. |
| EntityTestForm.php |
file |
core/modules/system/tests/modules/entity_test/src/EntityTestForm.php |
|
| EntityTestForm::form |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestForm.php |
Gets the actual form array to be built. |
| EntityTestForm::prepareEntity |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestForm.php |
Prepares the entity object before the form is built first. |
| EntityTestForm::save |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestForm.php |
Form submission handler for the 'save' action. |
| EntityTestHelper |
class |
core/modules/system/tests/modules/entity_test/src/EntityTestHelper.php |
Class for the entity API providing several entity types for testing. |
| EntityTestHelper.php |
file |
core/modules/system/tests/modules/entity_test/src/EntityTestHelper.php |
|
| EntityTestHelper::createBundle |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestHelper.php |
Creates a new bundle for entity_test entities. |
| EntityTestHelper::deleteBundle |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestHelper.php |
Deletes a bundle for entity_test entities. |
| EntityTestHelper::getEntityTypes |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestHelper.php |
Returns a list of test entity types. |
| EntityTestHooks |
class |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php |
Hook implementations for entity_test. |
| EntityTestHooks.php |
file |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php |
|
| EntityTestHooks::entityAccess |
function |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php |
Implements hook_entity_access(). |
| EntityTestHooks::entityBaseFieldInfo |
function |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php |
Implements hook_entity_base_field_info(). |
| EntityTestHooks::entityBaseFieldInfoAlter |
function |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php |
Implements hook_entity_base_field_info_alter(). |
| EntityTestHooks::entityBundleInfo |
function |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php |
Implements hook_entity_bundle_info(). |
| EntityTestHooks::entityBundleInfoAlter |
function |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php |
Implements hook_entity_bundle_info_alter(). |
| EntityTestHooks::entityCreateAccess |
function |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php |
Implements hook_entity_create_access(). |
| EntityTestHooks::entityDisplayBuildAlter |
function |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php |
Implements hook_entity_display_build_alter(). |
| EntityTestHooks::entityDuplicateAlter |
function |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php |
Implements hook_entity_duplicate(). |
| EntityTestHooks::entityExtraFieldInfo |
function |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php |
Implements hook_entity_extra_field_info(). |
| EntityTestHooks::entityFieldAccess |
function |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php |
Implements hook_entity_field_access(). |
| EntityTestHooks::entityFieldAccessAlter |
function |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php |
Implements hook_entity_field_access_alter(). |
| EntityTestHooks::entityFormDisplayAlter |
function |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php |
Implements hook_entity_form_display_alter(). |
| EntityTestHooks::entityFormModeAlter |
function |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php |
Implements hook_entity_form_mode_alter(). |
| EntityTestHooks::entityFormModeInfoAlter |
function |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php |
Implements hook_entity_form_mode_info_alter(). |
| EntityTestHooks::entityInsert |
function |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php |
Implements hook_entity_insert(). |
| EntityTestHooks::entityOperation |
function |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php |
Implements hook_entity_operation(). |
| EntityTestHooks::entityOperationAlter |
function |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php |
Implements hook_entity_operation_alter(). |
| EntityTestHooks::entityPredelete |
function |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php |
Implements hook_entity_predelete(). |
| EntityTestHooks::entityPreload |
function |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php |
Implements hook_entity_preload(). |
| EntityTestHooks::entityPrepareView |
function |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php |
Implements hook_entity_prepare_view(). |
| EntityTestHooks::entityPresave |
function |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php |
Implements hook_entity_presave(). |
| EntityTestHooks::entityRevisionCreate |
function |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php |
Implements hook_entity_revision_create(). |
| EntityTestHooks::entityTestAccess |
function |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php |
Implements hook_ENTITY_TYPE_access() for 'entity_test'. |