ContentEntityBaseUnitTest::$entityTypeBundleInfo |
property |
core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php |
The entity type bundle manager used for testing. |
ContentEntityBaseUnitTest::$entityTypeId |
property |
core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php |
The type ID of the entity under test. |
ContentEntityBaseUnitTest::$entityTypeManager |
property |
core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php |
The entity type manager used for testing. |
ContentEntityBaseUnitTest::$entityUnd |
property |
core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php |
An entity with no defined language to test. |
ContentEntityBaseUnitTest::$fieldDefinitions |
property |
core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php |
Field definitions. |
ContentEntityBaseUnitTest::$fieldTypePluginManager |
property |
core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php |
The field type manager used for testing. |
ContentEntityBaseUnitTest::$id |
property |
core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php |
The entity ID. |
ContentEntityBaseUnitTest::$languageManager |
property |
core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php |
The language manager. |
ContentEntityBaseUnitTest::$typedDataManager |
property |
core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php |
The typed data manager used for testing. |
ContentEntityBaseUnitTest::$uuid |
property |
core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php |
The UUID generator used for testing. |
ContentEntityBaseUnitTest::providerGet |
function |
core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php |
Data provider for testGet(). |
ContentEntityBaseUnitTest::providerGetFields |
function |
core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php |
Data provider for testGetFields(). |
ContentEntityBaseUnitTest::providerTestTypedData |
function |
core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php |
Data provider for the ::getTypedData() test. |
ContentEntityBaseUnitTest::setUp |
function |
core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php |
|
ContentEntityBaseUnitTest::testAccess |
function |
core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php |
Tests access. |
ContentEntityBaseUnitTest::testBundle |
function |
core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php |
Tests bundle. |
ContentEntityBaseUnitTest::testGet |
function |
core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php |
Tests get. |
ContentEntityBaseUnitTest::testGetFields |
function |
core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php |
Tests get fields. |
ContentEntityBaseUnitTest::testGetRevisionId |
function |
core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php |
Tests get revision id. |
ContentEntityBaseUnitTest::testIsDefaultRevision |
function |
core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php |
Tests is default revision. |
ContentEntityBaseUnitTest::testIsNewRevision |
function |
core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php |
Tests is new revision. |
ContentEntityBaseUnitTest::testIsTranslatable |
function |
core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php |
Tests is translatable. |
ContentEntityBaseUnitTest::testIsTranslatableForMonolingual |
function |
core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php |
Tests is translatable for monolingual. |
ContentEntityBaseUnitTest::testPreSaveRevision |
function |
core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php |
Tests pre save revision. |
ContentEntityBaseUnitTest::testRequiredValidation |
function |
core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php |
Tests required validation. |
ContentEntityBaseUnitTest::testSet |
function |
core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php |
Tests set. |
ContentEntityBaseUnitTest::testSetNewRevisionException |
function |
core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php |
Tests set new revision exception. |
ContentEntityBaseUnitTest::testTypedData |
function |
core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php |
Tests each condition in EntityBase::getTypedData(). |
ContentEntityBaseUnitTest::testValidate |
function |
core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php |
Tests validate. |
ContentEntityChangedTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php |
Tests basic EntityChangedInterface functionality. |
ContentEntityChangedTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php |
|
ContentEntityChangedTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php |
Modules to install. |
ContentEntityChangedTest::$mulChangedStorage |
property |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php |
The EntityTestMulChanged entity type storage. |
ContentEntityChangedTest::$mulRevChangedStorage |
property |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php |
The EntityTestMulRevChanged entity type storage. |
ContentEntityChangedTest::getRevisionTranslationAffectedFlag |
function |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php |
Retrieves the revision translation affected flag value. |
ContentEntityChangedTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php |
|
ContentEntityChangedTest::testChanged |
function |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php |
Tests basic EntityChangedInterface functionality. |
ContentEntityChangedTest::testChangedSyncing |
function |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php |
Tests the changed functionality when an entity is syncing. |
ContentEntityChangedTest::testRevisionChanged |
function |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php |
Tests revisionable EntityChangedInterface functionality. |
ContentEntityCloneTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php |
Tests proper cloning of content entities. |
ContentEntityCloneTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php |
|
ContentEntityCloneTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php |
Modules to install. |
ContentEntityCloneTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php |
|
ContentEntityCloneTest::testClonedEntityFields |
function |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php |
Tests if the entity fields are properly cloned. |
ContentEntityCloneTest::testDefaultRevision |
function |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php |
Tests changing the default revision flag. |
ContentEntityCloneTest::testEnforceIsNewOnClonedEntityTranslation |
function |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php |
Tests that the flag for enforcing a new entity is not shared. |
ContentEntityCloneTest::testEntityKeysModifications |
function |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php |
Tests modifications on entity keys of a cloned entity object. |
ContentEntityCloneTest::testEntityPropertiesModifications |
function |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php |
Tests references of entity properties after entity cloning. |
ContentEntityCloneTest::testFieldEntityReferenceAfterClone |
function |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php |
Tests if entity references on fields are still correct after cloning. |
ContentEntityCloneTest::testFieldValuesAfterSerialize |
function |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php |
Tests the field values after serializing an entity and its clone. |