ConfigEntityBase::$originalID |
property |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php |
The original ID of the configuration entity. |
ConfigEntityBase::__construct |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php |
Overrides Entity::__construct(). |
EntityUriTest::testDefaultUri |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityUriTest.php |
Tests that an entity without a URI callback uses the default URI. |
QueryInterface::getEntityType |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryInterface.php |
Gets the entity type for this query. |
EntityDisplayBase::createCopy |
function |
drupal/core/modules/entity/lib/Drupal/entity/EntityDisplayBase.php |
Creates a duplicate of the EntityDisplay object on a different view mode. |
EntityEnclosingRequest::$body |
property |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php |
|
ConfigEntityInterface::enable |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php |
Enables the configuration entity. |
ConfigEntityInterface::status |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php |
Returns whether the configuration entity is enabled. |
FilterEntityBundleTest::setUp |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Entity/FilterEntityBundleTest.php |
Sets up a Drupal site for running functional and integration tests. |
EntityFieldTest::testIterator |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php |
Tests iterating over properties. |
EntityBCDecorator::$decorated |
property |
drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php |
The EntityInterface object being decorated. |
EntityValidationTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityValidationTest.php |
|
field_ui_entity_bundle_create |
function |
drupal/core/modules/field_ui/field_ui.module |
Implements hook_entity_bundle_create(). |
field_ui_entity_bundle_rename |
function |
drupal/core/modules/field_ui/field_ui.module |
Implements hook_entity_bundle_rename(). |
ViewsData::processEntityTypes |
function |
drupal/core/modules/views/lib/Drupal/views/ViewsData.php |
Links tables with 'entity type' to respective generic entity-type tables. |
BreakLockForm::$entityManager |
property |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/BreakLockForm.php |
Stores the Entity manager. |
entity_reference_options_list |
function |
drupal/core/modules/entity_reference/entity_reference.module |
Implements hook_options_list(). |
EntityReferenceAutoCreateTest |
class |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceAutoCreateTest.php |
Tests the Entity Reference auto-creation feature. |
EntityBodyInterface::compress |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/EntityBodyInterface.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. |
EntityQueryTest::assertResult |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php |
|
entity_reference.autocomplete |
service |
drupal/core/modules/entity_reference/entity_reference.services.yml |
Drupal\entity_reference\EntityReferenceAutocomplete |
entity_reference_field_schema |
function |
drupal/core/modules/entity_reference/entity_reference.install |
Implements hook_field_schema(). |
EntityQueryTest::testMetaData |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php |
Test adding a tag and metadata to the Entity query object. |
EntityRevisionsTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityRevisionsTest.php |
Modules to enable. |
ConfigEntityListTest::getInfo |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityListTest.php |
|
hook_entity_bundle_info_alter |
function |
drupal/core/includes/entity.api.php |
Alter the bundles for entity types. |
EntityBCDecorator::entityType |
function |
drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php |
Forwards the call to the decorated entity. |
EntityReferenceItemNormalizer |
class |
drupal/core/modules/hal/lib/Drupal/hal/Normalizer/EntityReferenceItemNormalizer.php |
Converts the Drupal entity reference item object to HAL array structure. |
EntityTranslationSettingsTest |
class |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationSettingsTest.php |
Tests the Entity Test Translation UI. |
entity_reference.services.yml |
file |
drupal/core/modules/entity_reference/entity_reference.services.yml |
drupal/core/modules/entity_reference/entity_reference.services.yml |
EntityBCDecorator::entityInfo |
function |
drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php |
Forwards the call to the decorated entity. |
EntityTranslationSyncUnitTest |
class |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationSyncUnitTest.php |
Tests the Entity Translation field synchronization algorithm. |
ConfigEntityUnitTest::getInfo |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityUnitTest.php |
|
EntityNormalizer::denormalize |
function |
drupal/core/modules/hal/lib/Drupal/hal/Normalizer/EntityNormalizer.php |
Implements \Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize(). |
NodeEntityFieldQueryAlterTest |
class |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeEntityFieldQueryAlterTest.php |
Tests node_query_entity_field_access_alter(). |
EntityBCDecorator::setContext |
function |
drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php |
Forwards the call to the decorated entity. |
config_test_entity_info_alter |
function |
drupal/core/modules/config/tests/config_test/config_test.module |
Implements hook_entity_info_alter(). |
EntityBody::setRewindFunction |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/EntityBody.php |
Specify a custom callback used to rewind a non-seekable stream. This can be useful entity enclosing requests
that are redirected. |
EntityListControllerInterface |
interface |
drupal/core/lib/Drupal/Core/Entity/EntityListControllerInterface.php |
Defines an interface for entity list controllers. |
EntityReferenceLabelFormatter |
class |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/formatter/EntityReferenceLabelFormatter.php |
Plugin implementation of the 'entity reference label' formatter. |
EntityBody::handleCompression |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/EntityBody.php |
|
EntityReferenceItem::setValue |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityReferenceItem.php |
Overrides \Drupal\Core\Entity\Field\FieldItemBase::get(). |
Entity::getPropertyDefinition |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements \Drupal\Core\TypedData\ComplexDataInterface::getPropertyDefinition(). |
field_test_entity_nested_form |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc |
Form combining two separate entities. |
EntityTranslationControllerNG |
class |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationControllerNG.php |
Test entity translation controller. |
EntityTypeConstraintValidator |
class |
drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/EntityTypeConstraintValidator.php |
Validates the EntityType constraint. |
EntityFormControllerInterface |
interface |
drupal/core/lib/Drupal/Core/Entity/EntityFormControllerInterface.php |
Defines a common interface for entity form controller classes. |
EntityInterface::enforceIsNew |
function |
drupal/core/lib/Drupal/Core/Entity/EntityInterface.php |
Enforces an entity to be new. |
EntityTranslationTestBase.php |
file |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationTestBase.php |
Contains \Drupal\entity\Tests\EntityTranslationTestBase. |
EntityOperationsTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityOperationsTest.php |
Modules to enable. |