|
EntityQueryTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php |
Tests the basic Entity API. |
|
EntityNG::__get |
function |
drupal/core/lib/Drupal/Core/Entity/EntityNG.php |
Magic getter: Gets the property in default language. |
|
EntityNG::__set |
function |
drupal/core/lib/Drupal/Core/Entity/EntityNG.php |
Magic getter: Sets the property in default language. |
|
EntityTest::$id |
property |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTest.php |
The entity ID. |
|
LabelTestEntity |
class |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/Core/Entity/LabelTestEntity.php |
Test entity class. |
|
FieldEntityTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Entity/FieldEntityTest.php |
Tests the field plugin base integration with the entity system. |
|
EntityInterface |
interface |
drupal/core/lib/Drupal/Core/Entity/EntityInterface.php |
Defines a common interface for all entity objects. |
|
rdf_entity_load |
function |
drupal/core/modules/rdf/rdf.module |
Implements hook_entity_load(). |
|
entity_test_add |
function |
drupal/core/modules/system/tests/modules/entity_test/entity_test.module |
Menu callback: displays the 'Add new entity_test' form. |
|
EntityRow::init |
function |
drupal/core/modules/system/lib/Drupal/system/Plugin/views/row/EntityRow.php |
Overrides Drupal\views\Plugin\views\row\RowPluginBase::init(). |
|
entity_get_info |
function |
drupal/core/includes/entity.inc |
Gets the entity definition for an entity type. |
|
entity_get_form |
function |
drupal/core/includes/entity.inc |
Returns the built and processed entity form for the given entity. |
|
Entity::isEmpty |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements ComplexDataInterface::isEmpty(). |
|
Entity::language |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements TranslatableInterface::language(). |
|
hook_entity_info |
function |
drupal/core/includes/entity.api.php |
Add to entity type definitions. |
|
hook_entity_load |
function |
drupal/core/includes/entity.api.php |
Act on entities when loaded. |
|
hook_entity_view |
function |
drupal/core/includes/entity.api.php |
Act on entities being assembled before rendering. |
|
ConfigEntityBase |
class |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php |
Defines a base configuration entity class. |
|
DCOM58Entity.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM58Entity.php |
|
|
entity_test.info |
file |
drupal/core/modules/system/tests/modules/entity_test/entity_test.info |
name = Entity CRUD test module
description = Provides entity types based upon the CRUD API.
package = Testing
version = VERSION
core = 8.x
dependencies[] = field
hidden = TRUE |
|
BundleTestEntity |
class |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/Core/Entity/BundleTestEntity.php |
Test entity class. |
|
book_entity_info |
function |
drupal/core/modules/book/book.module |
Implements hook_entity_info(). |
|
ConfigEntityTest |
class |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityTest.php |
Tests configuration entities. |
|
entity_test_menu |
function |
drupal/core/modules/system/tests/modules/entity_test/entity_test.module |
Implements hook_menu(). |
|
entity_test_edit |
function |
drupal/core/modules/system/tests/modules/entity_test/entity_test.module |
Menu callback: displays the 'Edit existing entity_test' form. |
|
entity_test_load |
function |
drupal/core/modules/system/tests/modules/entity_test/entity_test.module |
Loads a test entity. |
|
node_entity_info |
function |
drupal/core/modules/node/node.module |
Implements hook_entity_info(). |
|
EntityDerivative |
class |
drupal/core/modules/rest/lib/Drupal/rest/Plugin/Derivative/EntityDerivative.php |
Provides a resource plugin definition for every entity type. |
|
EntityAccessTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityAccessTest.php |
Tests the entity access controller. |
|
EntityApiInfoTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityApiInfoTest.php |
Tests Entity API base functionality. |
|
EntityNG::$values |
property |
drupal/core/lib/Drupal/Core/Entity/EntityNG.php |
The plain data values of the contained fields. |
|
EntityNG::$fields |
property |
drupal/core/lib/Drupal/Core/Entity/EntityNG.php |
The array of fields, each being an instance of FieldInterface. |
|
EntityWrapper.php |
file |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityWrapper.php |
Definition of Drupal\Core\Entity\Field\Type\EntityWrapper. |
|
EntityNG::isEmpty |
function |
drupal/core/lib/Drupal/Core/Entity/EntityNG.php |
Implements ComplexDataInterface::isEmpty(). |
|
EntityNG::__isset |
function |
drupal/core/lib/Drupal/Core/Entity/EntityNG.php |
Magic method. |
|
EntityNG::__unset |
function |
drupal/core/lib/Drupal/Core/Entity/EntityNG.php |
Magic method. |
|
EntityNG::__clone |
function |
drupal/core/lib/Drupal/Core/Entity/EntityNG.php |
Implements a deep clone. |
|
EntityTest::$uuid |
property |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTest.php |
The entity UUID. |
|
EntityTest::$name |
property |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTest.php |
The name of the test entity. |
|
EntityTest::label |
function |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTest.php |
Overrides Drupal\entity\Entity::label(). |
|
NoLabelTestEntity |
class |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/Core/Entity/NoLabelTestEntity.php |
Test entity class. |
|
TestEntity::$ftid |
property |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/Core/Entity/TestEntity.php |
Primary key. |
|
DriverChainEntity |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ChainDriverTest.php |
|
|
EntityReverse.php |
file |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/relationship/EntityReverse.php |
Definition of Drupal\field\Plugin\views\relationship\EntityReverse. |
|
EntityRow::$build |
property |
drupal/core/modules/system/lib/Drupal/system/Plugin/views/row/EntityRow.php |
Contains an array of render arrays, one for each rendered entity. |
|
EntityRow::render |
function |
drupal/core/modules/system/lib/Drupal/system/Plugin/views/row/EntityRow.php |
Overrides Drupal\views\Plugin\views\row\RowPluginBase::render(). |
|
EntityManager.php |
file |
drupal/core/lib/Drupal/Core/Entity/EntityManager.php |
Contains \Drupal\Core\Entity\EntityManager. |
|
Entity::$langcode |
property |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
The language code of the entity's default language. |
|
entity_page_label |
function |
drupal/core/includes/entity.inc |
Returns the label of an entity. |
|
EntityTranslation |
class |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php |
Makes translated entity properties available via the Field API. |