| ContentEntityBase::__isset |
function |
core/lib/Drupal/Core/Entity/ContentEntityBase.php |
Implements the magic method for isset(). |
| ContentEntityBase::__set |
function |
core/lib/Drupal/Core/Entity/ContentEntityBase.php |
Implements the magic method for setting object properties. |
| ContentEntityBase::__sleep |
function |
core/lib/Drupal/Core/Entity/ContentEntityBase.php |
|
| ContentEntityBase::__unset |
function |
core/lib/Drupal/Core/Entity/ContentEntityBase.php |
Implements the magic method for unset(). |
| ContentEntityBaseMockableClass |
class |
core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseMockableClass.php |
A class extending ContentEntityBase for mocking purposes. |
| ContentEntityBaseMockableClass.php |
file |
core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseMockableClass.php |
|
| ContentEntityBaseUnitTest |
class |
core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php |
Tests Drupal\Core\Entity\ContentEntityBase. |
| ContentEntityBaseUnitTest.php |
file |
core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php |
|
| ContentEntityBaseUnitTest::$bundle |
property |
core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php |
The bundle of the entity under test. |
| ContentEntityBaseUnitTest::$entity |
property |
core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php |
The entity under test. |
| ContentEntityBaseUnitTest::$entityFieldManager |
property |
core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php |
The entity field manager used for testing. |
| ContentEntityBaseUnitTest::$entityType |
property |
core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php |
The entity type used for testing. |
| 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. |
| ContentEntityCacheTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCacheTest.php |
Tests the entity static cache when used by content entities. |
| ContentEntityCacheTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCacheTest.php |
|
| ContentEntityCacheTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCacheTest.php |
Modules to install. |
| ContentEntityCacheTest::$nonRevEntityTypeId |
property |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCacheTest.php |
A non-revisionable entity type ID to test with. |
| ContentEntityCacheTest::$revEntityTypeId |
property |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCacheTest.php |
A revisionable entity type ID to test with. |
| ContentEntityCacheTest::doTestLoadUnchanged |
function |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCacheTest.php |
Helper method for ::testLoadUnchanged(). |
| ContentEntityCacheTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCacheTest.php |
|
| ContentEntityCacheTest::testCacheInvalidationOnSave |
function |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCacheTest.php |
Tests that the correct caches are invalidated when an entity is saved. |
| ContentEntityCacheTest::testCacheNonRevField |
function |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCacheTest.php |
Tests loading a cached revision after a non-rev field has been changed. |