entity_form_controller |
function |
drupal/core/includes/entity.inc |
Returns an entity form controller for the given operation. |
hook_entity_view_alter |
function |
drupal/core/includes/entity.api.php |
Alter the results of ENTITY_view(). |
EntityReference::query |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/views/display/EntityReference.php |
Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase::query(). |
entity_list_controller |
function |
drupal/core/includes/entity.inc |
Returns an entity list controller for a given entity type. |
hook_entity_field_info |
function |
drupal/core/includes/entity.api.php |
Define custom entity properties. |
ContentEntityInterface |
interface |
drupal/core/lib/Drupal/Core/Entity/ContentEntityInterface.php |
Defines a common interface for all content entity objects. |
EntityWrapper::isEmpty |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityWrapper.php |
Implements \Drupal\Core\TypedData\ComplexDataInterface::isEmpty(). |
EntityBody::fromString |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/EntityBody.php |
Create a new EntityBody from a string |
EntityBody::uncompress |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/EntityBody.php |
Decompress a deflated string. Once uncompressed, the uncompressed string is then used as the wrapped stream. |
Entity::setNewRevision |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements \Drupal\Core\Entity\EntityInterface::setNewRevision(). |
field_test_entity_info |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc |
Implements hook_entity_info(). |
RowEntityTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/RowEntityTest.php |
|
field_test_entity_save |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc |
Saves a test_entity. |
field_test_entity_edit |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc |
Menu callback: displays the 'Edit exiisting test_entity' form. |
Entity::getTranslation |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements \Drupal\Core\TypedData\TranslatableInterface::getTranslation(). |
SelectionBase::$entity |
property |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/entity_reference/selection/SelectionBase.php |
The entity object, or NULL |
EntityNG::translations |
function |
drupal/core/lib/Drupal/Core/Entity/EntityNG.php |
Overrides Entity::translations(). |
Entity::getConstraints |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements \Drupal\Core\TypedData\TypedDataInterface::getConstraints(). |
Entity::isTranslatable |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements \Drupal\Core\Entity\EntityInterface::isTranslatable(). |
EntityInterface::isNew |
function |
drupal/core/lib/Drupal/Core/Entity/EntityInterface.php |
Returns whether the entity is new. |
EntityType::$fieldable |
property |
drupal/core/lib/Drupal/Core/Entity/Annotation/EntityType.php |
Boolean indicating whether fields can be attached to entities of this type. |
EntityInterface::label |
function |
drupal/core/lib/Drupal/Core/Entity/EntityInterface.php |
Returns the label of the entity. |
EntityInterface::delete |
function |
drupal/core/lib/Drupal/Core/Entity/EntityInterface.php |
Deletes an entity permanently. |
EntityApiTest::testCRUD |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityApiTest.php |
Tests basic CRUD functionality of the Entity API. |
EntityRow::summaryTitle |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/EntityRow.php |
Overrides Drupal\views\Plugin\views\PluginBase::summaryTitle(). |
translation_entity_help |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Implements hook_help(). |
EntityFormTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFormTest.php |
|
translation_entity_menu |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Implements hook_menu(). |
UserEntityTest::getInfo |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserEntityTest.php |
|
entity_test_mulrev_load |
function |
drupal/core/modules/system/tests/modules/entity_test/entity_test.module |
Loads a test entity. |
UserEntityCallbacksTest |
class |
drupal/core/modules/user/lib/Drupal/user/Tests/UserEntityCallbacksTest.php |
Test user entity callbacks. |
ChainEntityResolver.php |
file |
drupal/core/modules/serialization/lib/Drupal/serialization/EntityResolver/ChainEntityResolver.php |
Contains \Drupal\serialization\EntityResolver\ChainEntityResolver |
EntityAccessTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityAccessTest.php |
Sets up Drupal unit test environment. |
user_entity_bundle_info |
function |
drupal/core/modules/user/user.module |
Implements hook_entity_bundle_info(). |
EntityRevisionsTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityRevisionsTest.php |
Definition of Drupal\system\Tests\Entity\EntityRevisionsTest. |
EntityParent::$internal |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/EntityParent.php |
|
ConfigEntityBase::isNew |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php |
Overrides Entity::isNew(). |
book_entity_bundle_info |
function |
drupal/core/modules/book/book.module |
Implements hook_entity_bundle_info(). |
EntityViewModeInterface |
interface |
drupal/core/modules/entity/lib/Drupal/entity/EntityViewModeInterface.php |
Provides an interface defining an entity view mode entity. |
EntityDisplayBase::save |
function |
drupal/core/modules/entity/lib/Drupal/entity/EntityDisplayBase.php |
Implements \Drupal\Core\Entity\EntityInterface::save(). |
EntityTestDefaultAccess |
class |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTestDefaultAccess.php |
Defines a test entity class with no access controller. |
menu_entity_bundle_info |
function |
drupal/core/modules/menu/menu.module |
Implements hook_entity_bundle_info(). |
EntityBodyInterface.php |
file |
drupal/core/vendor/guzzle/http/Guzzle/Http/EntityBodyInterface.php |
|
EntityReferenceItem.php |
file |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityReferenceItem.php |
Contains \Drupal\Core\Entity\Field\Type\EntityReferenceItem. |
EntityTestLabelCallback |
class |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTestLabelCallback.php |
Test entity class. |
ReadLimitEntityBody.php |
file |
drupal/core/vendor/guzzle/http/Guzzle/Http/ReadLimitEntityBody.php |
|
EntityViewMode::$status |
property |
drupal/core/modules/entity/lib/Drupal/entity/Plugin/Core/Entity/EntityViewMode.php |
Whether or not this view mode has custom settings by default. |
EntityResolverInterface |
interface |
drupal/core/modules/serialization/lib/Drupal/serialization/EntityResolver/EntityResolverInterface.php |
|
EntityUUIDTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityUUIDTest.php |
|
EntitySerializationTest |
class |
drupal/core/modules/serialization/lib/Drupal/serialization/Tests/EntitySerializationTest.php |
Tests entity normalization and serialization of supported core formats. |