EntityWrapper::$name |
property |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityWrapper.php |
The name. |
BundleTestEntity.php |
file |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/Core/Entity/BundleTestEntity.php |
Contains Drupal\field_test\Plugin\Core\Entity\BundleTestEntity. |
EntityTest::$user_id |
property |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTest.php |
The associated user. |
EntityReverse::query |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/relationship/EntityReverse.php |
Called to implement a relationship in a query. |
ConfigEntityBase.php |
file |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php |
Definition of Drupal\Core\Config\Entity\ConfigEntityBase. |
EntityPropertiesTest |
class |
drupal/core/modules/field/lib/Drupal/field/Tests/EntityPropertiesTest.php |
Tests entity properties. |
ConfigEntityTest.php |
file |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityTest.php |
Definition of Drupal\config\Tests\ConfigEntityTest. |
TestEntity::$ftlabel |
property |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/Core/Entity/TestEntity.php |
Label property |
EntityDerivative.php |
file |
drupal/core/modules/rest/lib/Drupal/rest/Plugin/Derivative/EntityDerivative.php |
Definition of Drupal\rest\Plugin\Derivative\EntityDerivative. |
EntityInterface::uri |
function |
drupal/core/lib/Drupal/Core/Entity/EntityInterface.php |
Returns the URI elements of the entity. |
TestEntityController |
class |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/TestEntityController.php |
Controller class for the test entity entity types. |
taxonomy_entity_info |
function |
drupal/core/modules/taxonomy/taxonomy.module |
Implements hook_entity_info(). |
ConfigEntityListTest |
class |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityListTest.php |
Tests the listing of configuration entities. |
EntityBody::compress |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/EntityBody.php |
If the stream is readable, compress the data in the stream using deflate compression. The uncompressed stream is
then closed, and the compressed stream then becomes the wrapped stream. |
EntityFormController |
class |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Base class for entity form controllers. |
EntityListController |
class |
drupal/core/lib/Drupal/Core/Entity/EntityListController.php |
Provides a generic implementation of an entity list controller. |
entity_revision_load |
function |
drupal/core/includes/entity.inc |
Loads an entity from the database. |
entity_load_multiple |
function |
drupal/core/includes/entity.inc |
Loads multiple entities from the database. |
Entity::$newRevision |
property |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Boolean indicating whether a new revision should be created on save. |
Entity::enforceIsNew |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements EntityInterface::enforceIsNew(). |
EntityAccessTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityAccessTest.php |
Contains Drupal\system\Tests\Entity\EntityAccessTest. |
entity_view_multiple |
function |
drupal/core/includes/entity.inc |
Returns the render array for the provided entities. |
Entity::getRevisionId |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements Drupal\Core\Entity\EntityInterface::getRevisionId(). |
NoLabelTestEntity.php |
file |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/Core/Entity/NoLabelTestEntity.php |
Contains Drupal\field_test\Plugin\Core\Entity\NoLabelTestEntity. |
ConfigEntityInterface |
interface |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php |
Defines the interface common for all configuration entities. |
EntityTranslation.php |
file |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php |
Definition of Drupal\Core\Entity\Type\EntityTranslation. |
hook_entity_predelete |
function |
drupal/core/includes/entity.api.php |
Act before entity deletion. |
EntityNG::getIterator |
function |
drupal/core/lib/Drupal/Core/Entity/EntityNG.php |
Implements IteratorAggregate::getIterator(). |
ConfigEntityBase::get |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php |
Overrides Entity::get(). |
ConfigEntityBase::set |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php |
Overrides Entity::set(). |
Field::process_entity |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php |
Process an entity before using it for rendering. |
EntityInterface::uuid |
function |
drupal/core/lib/Drupal/Core/Entity/EntityInterface.php |
Returns the entity UUID (Universally Unique Identifier). |
rdf_entity_info_alter |
function |
drupal/core/modules/rdf/rdf.module |
Implements hook_entity_info_alter(). |
EntityInterface::save |
function |
drupal/core/lib/Drupal/Core/Entity/EntityInterface.php |
Saves an entity permanently. |
field_test.entity.inc |
file |
drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc |
Defines an entity type. |
Tables::$entityTables |
property |
drupal/core/modules/field/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Tables.php |
Entity table array, key is table name, value is alias. |
EntityRow::pre_render |
function |
drupal/core/modules/system/lib/Drupal/system/Plugin/views/row/EntityRow.php |
Overrides Drupal\views\Plugin\views\row\RowPluginBase::pre_render(). |
Entity::$enforceIsNew |
property |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Boolean indicating whether the entity should be forced to be new. |
entity_load_unchanged |
function |
drupal/core/includes/entity.inc |
Loads the unchanged, i.e. not modified, entity from the database. |
EntityFormTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFormTest.php |
Sets up a Drupal site for running functional and integration tests. |
entity_get_controller |
function |
drupal/core/includes/entity.inc |
Gets the entity controller class for an entity type. |
EntityTranslationTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationTest.php |
Tests entity translation. |
Entity::isNewRevision |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements EntityInterface::isNewRevision(). |
EntityApiInfoTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityApiInfoTest.php |
Definition of Drupal\system\Tests\Entity\EntityApiInfoTest. |
Entity::getProperties |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements ComplexDataInterface::getProperties(). |
field_test_entity_add |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc |
Menu callback: displays the 'Add new test_entity' form. |
Entity::getTranslation |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements TranslatableInterface::getTranslation(). |
EntityWrapper::$parent |
property |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityWrapper.php |
The parent data structure. |
EntityAccessController |
class |
drupal/core/lib/Drupal/Core/Entity/EntityAccessController.php |
Defines a base class for entity access controllers. |
entity_cache_test.info |
file |
drupal/core/modules/system/tests/modules/entity_cache_test/entity_cache_test.info |
name = "Entity cache test"
description = "Support module for testing entity cache."
package = Testing
version = VERSION
core = 8.x
dependencies[] = entity_cache_test_dependency
hidden = TRUE |