EntityBase::save |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Saves an entity permanently. |
EntityBase::setOriginal |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Sets the original unchanged entity. |
EntityBase::setOriginalId |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Sets the original ID. |
EntityBase::toArray |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Gets an array of all property values. |
EntityBase::toLink |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Generates the HTML for a link to this entity. |
EntityBase::toUrl |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Gets the URL object for the entity. |
EntityBase::uriRelationships |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Gets a list of URI relationships supported by this entity. |
EntityBase::urlRouteParameters |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Gets an array of placeholders for this entity. |
EntityBase::uuid |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Gets the entity UUID (Universally Unique Identifier). |
EntityBase::uuidGenerator |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Gets the UUID generator. |
EntityBase::__construct |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Constructs an Entity object. |
EntityBase::__get |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
|
EntityBase::__isset |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
|
EntityBase::__set |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
|
EntityBase::__sleep |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
|
EntityBase::__unset |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
|
EntityBaseFieldOverride |
class |
core/modules/migrate/src/Plugin/migrate/destination/EntityBaseFieldOverride.php |
Provides entity base field override destination plugin. |
EntityBaseFieldOverride.php |
file |
core/modules/migrate/src/Plugin/migrate/destination/EntityBaseFieldOverride.php |
|
EntityBaseFieldOverride::getEntityId |
function |
core/modules/migrate/src/Plugin/migrate/destination/EntityBaseFieldOverride.php |
Gets the entity ID of the row. |
EntityBaseTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityBaseTest.php |
Tests the functionality provided by \Drupal\Core\Entity\EntityBase. |
EntityBaseTest |
class |
core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php |
A simple entity class for testing key value entity storage. |
EntityBaseTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityBaseTest.php |
|
EntityBaseTest::$id |
property |
core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php |
The entity ID. |
EntityBaseTest::$label |
property |
core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php |
The entity label. |
EntityBaseTest::$langcode |
property |
core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php |
The language code for the entity. |
EntityBaseTest::$original |
property |
core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php |
The original, or NULL if the entity cannot be loaded. |
EntityBaseTest::$uuid |
property |
core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php |
The entity UUID. |
EntityBaseTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityBaseTest.php |
|
EntityBaseTest::testGetTypedData |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityBaseTest.php |
Tests that the correct entity adapter is returned. |
EntityBlock |
class |
core/modules/block/src/Plugin/migrate/destination/EntityBlock.php |
Migrate destination for block entity. |
EntityBlock.php |
file |
core/modules/block/src/Plugin/migrate/destination/EntityBlock.php |
|
EntityBlock::getEntityId |
function |
core/modules/block/src/Plugin/migrate/destination/EntityBlock.php |
Gets the entity ID of the row. |
EntityBlock::import |
function |
core/modules/block/src/Plugin/migrate/destination/EntityBlock.php |
Import the row. |
EntityBundle |
class |
core/lib/Drupal/Core/Entity/Plugin/Condition/Deriver/EntityBundle.php |
Deriver that creates a condition for each entity type with bundles. |
EntityBundle |
class |
core/lib/Drupal/Core/Entity/Plugin/Condition/EntityBundle.php |
Provides the 'Entity Bundle' condition. |
EntityBundle.php |
file |
core/lib/Drupal/Core/Entity/Plugin/Condition/Deriver/EntityBundle.php |
|
EntityBundle.php |
file |
core/lib/Drupal/Core/Entity/Plugin/Condition/EntityBundle.php |
|
EntityBundle::$entityTypeBundleInfo |
property |
core/lib/Drupal/Core/Entity/Plugin/Condition/EntityBundle.php |
The entity type bundle info service. |
EntityBundle::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/Plugin/Condition/Deriver/EntityBundle.php |
The entity type manager. |
EntityBundle::buildConfigurationForm |
function |
core/lib/Drupal/Core/Entity/Plugin/Condition/EntityBundle.php |
Form constructor. |
EntityBundle::create |
function |
core/lib/Drupal/Core/Entity/Plugin/Condition/Deriver/EntityBundle.php |
Creates a new class instance. |
EntityBundle::create |
function |
core/lib/Drupal/Core/Entity/Plugin/Condition/EntityBundle.php |
Creates an instance of the plugin. |
EntityBundle::defaultConfiguration |
function |
core/lib/Drupal/Core/Entity/Plugin/Condition/EntityBundle.php |
Gets default configuration for this plugin. |
EntityBundle::evaluate |
function |
core/lib/Drupal/Core/Entity/Plugin/Condition/EntityBundle.php |
Evaluates the condition and returns TRUE or FALSE accordingly. |
EntityBundle::getDerivativeDefinitions |
function |
core/lib/Drupal/Core/Entity/Plugin/Condition/Deriver/EntityBundle.php |
Gets the definition of all derivatives of a base plugin. |
EntityBundle::submitConfigurationForm |
function |
core/lib/Drupal/Core/Entity/Plugin/Condition/EntityBundle.php |
Form submission handler. |
EntityBundle::summary |
function |
core/lib/Drupal/Core/Entity/Plugin/Condition/EntityBundle.php |
Provides a human readable summary of the condition's configuration. |
EntityBundle::__construct |
function |
core/lib/Drupal/Core/Entity/Plugin/Condition/Deriver/EntityBundle.php |
Constructs a new EntityBundle. |
EntityBundle::__construct |
function |
core/lib/Drupal/Core/Entity/Plugin/Condition/EntityBundle.php |
Creates a new EntityBundle instance. |
EntityBundleConditionTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityBundleConditionTest.php |
Tests that entity bundle conditions works properly. |