EntityFilteringThemeTest::$user |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/EntityFilteringThemeTest.php |
A test user. |
EntityFilteringThemeTest::$node |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/EntityFilteringThemeTest.php |
A test node. |
UserEntityTest::testUserMethods |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserEntityTest.php |
Tests some of the methods. |
EntityFilteringThemeTest::$term |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/EntityFilteringThemeTest.php |
A test taxonomy term. |
EntityFilteringThemeTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/EntityFilteringThemeTest.php |
Sets up a Drupal site for running functional and integration tests. |
custom_block_entity_bundle_info |
function |
drupal/core/modules/block/custom_block/custom_block.module |
Implements hook_entity_bundle_info(). |
EntityFormDisplayTest::$modules |
property |
drupal/core/modules/entity/lib/Drupal/entity/Tests/EntityFormDisplayTest.php |
Modules to enable. |
EntityTranslationTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationTest.php |
Modules to enable. |
translation_entity_library_info |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Implements hook_library_info(). |
entity_test_entity_field_access |
function |
drupal/core/modules/system/tests/modules/entity_test/entity_test.module |
Implements hook_entity_field_access(). |
EntityTranslationController.php |
file |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Definition of Drupal\translation_entity\EntityTranslationController. |
EntityQueryRelationshipTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryRelationshipTest.php |
Definition of Drupal\Core\Entity\Tests\EntityQueryRelationshipTest. |
EntityAccessControllerInterface |
interface |
drupal/core/lib/Drupal/Core/Entity/EntityAccessControllerInterface.php |
Defines a common interface for entity access controller classes. |
EntityTestStorageController.php |
file |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestStorageController.php |
Definition of Drupal\entity_test\EntityTestStorageController. |
UserSelection::buildEntityQuery |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/entity_reference/selection/UserSelection.php |
Overrides SelectionBase::buildEntityQuery(). |
EntityReferenceAutocomplete.php |
file |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/EntityReferenceAutocomplete.php |
Contains \Drupal\entity_reference/EntityReferenceAutocomplete. |
UserSelection::entityQueryAlter |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/entity_reference/selection/UserSelection.php |
Overrides SelectionBase::entityQueryAlter(). |
EntityQueryAggregateTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryAggregateTest.php |
Sets up Drupal unit test environment. |
translation_entity.synchronizer |
service |
drupal/core/modules/translation_entity/translation_entity.services.yml |
Drupal\translation_entity\FieldTranslationSynchronizer |
EntityFormController::getFormID |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Returns a unique string identifying the form. |
EntityFormController::buildForm |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Form constructor. |
ActionConfigEntityInterface.php |
file |
drupal/core/modules/system/lib/Drupal/system/ActionConfigEntityInterface.php |
Contains \Drupal\system\ActionConfigEntityInterface. |
ConfigEntityBase::getOriginalID |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php |
Implements ConfigEntityInterface::getOriginalID(). |
ConfigEntityBase::setOriginalID |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php |
Implements ConfigEntityInterface::setOriginalID(). |
EntityFormController::getEntity |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Implements \Drupal\Core\Entity\EntityFormControllerInterface::getEntity(). |
EntityFormController::setEntity |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Implements \Drupal\Core\Entity\EntityFormControllerInterface::setEntity(). |
EntityViewModeStorageController |
class |
drupal/core/modules/entity/lib/Drupal/entity/EntityViewModeStorageController.php |
Defines the storage controller class for entity view modes. |
ConfigEntityQueryTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/ConfigEntityQueryTest.php |
Modules to enable. |
ConfigEntityQueryTest::$factory |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/ConfigEntityQueryTest.php |
The query factory used to construct all queries in the test. |
entity_crud_hook_test_file_load |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_file_load(). |
entity_crud_hook_test_node_load |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_node_load(). |
entity_crud_hook_test_user_load |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_user_load(). |
FileSelection::buildEntityQuery |
function |
drupal/core/modules/file/lib/Drupal/file/Plugin/entity_reference/selection/FileSelection.php |
Overrides SelectionBase::buildEntityQuery(). |
EntityDisplayBase::getComponent |
function |
drupal/core/modules/entity/lib/Drupal/entity/EntityDisplayBase.php |
Gets the display options set for a component. |
field_test_entity_bundle_rename |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc |
Implements hook_entity_bundle_rename(). |
EntityDisplayBase::setComponent |
function |
drupal/core/modules/entity/lib/Drupal/entity/EntityDisplayBase.php |
Sets the display options for a component. |
EntityEnclosingRequest::setBody |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php |
Set the body of the request |
EntityEnclosingRequest::getBody |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php |
Get the body of the request if set |
EntityFormEnhancer::__construct |
function |
drupal/core/lib/Drupal/Core/Entity/Enhancer/EntityFormEnhancer.php |
Constructs a new \Drupal\Core\Entity\Enhancer\EntityFormEnhancer. |
FilterEntityBundleTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Entity/FilterEntityBundleTest.php |
|
TermFormController::buildEntity |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::buildEntity(). |
EntityFieldTest::assertIterator |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php |
Executes the iterator tests for the given entity type. |
NodeEntityViewModeAlterTest.php |
file |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeEntityViewModeAlterTest.php |
Definition of Drupal\node\Tests\NodeEntityViewModeAlterTest. |
AbstractEntityBodyDecorator.php |
file |
drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php |
|
GroupSequenceProviderEntity.php |
file |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/GroupSequenceProviderEntity.php |
|
RESTTestBase::entityPermissions |
function |
drupal/core/modules/rest/lib/Drupal/rest/Tests/RESTTestBase.php |
Provides the necessary user permissions for entity operations. |
EntityRenderControllerInterface |
interface |
drupal/core/lib/Drupal/Core/Entity/EntityRenderControllerInterface.php |
Defines a common interface for entity view controller classes. |
ChainEntityResolver::$resolvers |
property |
drupal/core/modules/serialization/lib/Drupal/serialization/EntityResolver/ChainEntityResolver.php |
The concrete resolvers. |
EntityBCDecorator::$definitions |
property |
drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php |
Local cache for field definitions. |
entity_reference_field_is_empty |
function |
drupal/core/modules/entity_reference/entity_reference.module |
Implements hook_field_is_empty(). |