| EntityTestNew.php |
file |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNew.php |
|
| EntityTestNoBundle |
class |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoBundle.php |
Test entity class with no bundle. |
| EntityTestNoBundle.php |
file |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoBundle.php |
|
| EntityTestNoBundleWithLabel |
class |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoBundleWithLabel.php |
Test entity class with no bundle but with label. |
| EntityTestNoBundleWithLabel.php |
file |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoBundleWithLabel.php |
|
| EntityTestNoId |
class |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoId.php |
Test entity class. |
| EntityTestNoId.php |
file |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoId.php |
|
| EntityTestNoIdBundle |
class |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoIdBundle.php |
Defines the entity_test_no_id bundle configuration entity. |
| EntityTestNoIdBundle.php |
file |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoIdBundle.php |
|
| EntityTestNoIdBundle::$id |
property |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoIdBundle.php |
The machine name. |
| EntityTestNoIdBundle::$label |
property |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoIdBundle.php |
The human-readable name. |
| EntityTestNoLabel |
class |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoLabel.php |
Test entity class. |
| EntityTestNoLabel.php |
file |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoLabel.php |
|
| EntityTestNoLabel::label |
function |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoLabel.php |
|
| EntityTestNoLoadStorage |
class |
core/modules/system/tests/modules/entity_test/src/EntityTestNoLoadStorage.php |
Test storage class used to verify that no load operation is triggered. |
| EntityTestNoLoadStorage.php |
file |
core/modules/system/tests/modules/entity_test/src/EntityTestNoLoadStorage.php |
|
| EntityTestNoLoadStorage::load |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestNoLoadStorage.php |
|
| EntityTestNoUuid |
class |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoUuid.php |
Test entity class with revisions but without UUIDs. |
| EntityTestNoUuid.php |
file |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoUuid.php |
|
| EntityTestOperationHooks |
class |
core/modules/system/tests/modules/entity_test_operation/src/Hook/EntityTestOperationHooks.php |
Hook implementations for entity_test_operation. |
| EntityTestOperationHooks.php |
file |
core/modules/system/tests/modules/entity_test_operation/src/Hook/EntityTestOperationHooks.php |
|
| EntityTestOperationHooks::entityOperation |
function |
core/modules/system/tests/modules/entity_test_operation/src/Hook/EntityTestOperationHooks.php |
Implements hook_entity_operation(). |
| EntityTestPermissions |
class |
core/modules/system/tests/modules/entity_test/src/EntityTestPermissions.php |
Provides dynamic permissions for entity test. |
| EntityTestPermissions.php |
file |
core/modules/system/tests/modules/entity_test/src/EntityTestPermissions.php |
|
| EntityTestPermissions::buildPermissions |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestPermissions.php |
Returns a list of entity test permissions for a given entity test bundle. |
| EntityTestPermissions::entityTestBundlePermissions |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestPermissions.php |
Returns an array of entity_test_bundle permissions. |
| EntityTestReferenceCustomCacheTagFormatter |
class |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldFormatter/EntityTestReferenceCustomCacheTagFormatter.php |
Plugin implementation of the 'entity_reference_custom_cache_tag' formatter. |
| EntityTestReferenceCustomCacheTagFormatter.php |
file |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldFormatter/EntityTestReferenceCustomCacheTagFormatter.php |
|
| EntityTestReferenceCustomCacheTagFormatter::viewElements |
function |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldFormatter/EntityTestReferenceCustomCacheTagFormatter.php |
|
| EntityTestResourceTestBase |
class |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php |
Resource test base for the EntityTest entity. |
| EntityTestResourceTestBase.php |
file |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php |
|
| EntityTestResourceTestBase::$entity |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php |
|
| EntityTestResourceTestBase::$entityDefinitionUpdateManager |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php |
The entity definition update manager. |
| EntityTestResourceTestBase::$entityTypeId |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php |
|
| EntityTestResourceTestBase::$modules |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php |
|
| EntityTestResourceTestBase::$patchProtectedFieldNames |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php |
|
| EntityTestResourceTestBase::$state |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php |
The state object. |
| EntityTestResourceTestBase::createEntity |
function |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php |
|
| EntityTestResourceTestBase::getExpectedNormalizedEntity |
function |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php |
|
| EntityTestResourceTestBase::getExpectedUnauthorizedAccessMessage |
function |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php |
|
| EntityTestResourceTestBase::getNormalizedPostEntity |
function |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php |
|
| EntityTestResourceTestBase::setUpAuthorization |
function |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php |
|
| EntityTestRev |
class |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestRev.php |
Defines the test entity class. |
| EntityTestRev.php |
file |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestRev.php |
|
| EntityTestRev::baseFieldDefinitions |
function |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestRev.php |
|
| EntityTestRevisionTest |
class |
core/modules/views/tests/src/Functional/Wizard/EntityTestRevisionTest.php |
Tests wizard for generic revisionable entities. |
| EntityTestRevisionTest.php |
file |
core/modules/views/tests/src/Functional/Wizard/EntityTestRevisionTest.php |
|
| EntityTestRevisionTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/Wizard/EntityTestRevisionTest.php |
|
| EntityTestRevisionTest::$modules |
property |
core/modules/views/tests/src/Functional/Wizard/EntityTestRevisionTest.php |
|
| EntityTestRevisionTest::testRevisionsViewWithNoTypeOnBaseTable |
function |
core/modules/views/tests/src/Functional/Wizard/EntityTestRevisionTest.php |
Tests creating a view of revisions where the type is not on the base table. |