EntityListControllerInterface.php |
file |
drupal/core/lib/Drupal/Core/Entity/EntityListControllerInterface.php |
Contains \Drupal\Core\Entity\EntityListControllerInterface. |
EntityTypeConstraintValidator.php |
file |
drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/EntityTypeConstraintValidator.php |
Contains \Drupal\Core\Validation\Plugin\Validation\Constraint\EntityTypeConstraintValidator. |
EntityListController::__construct |
function |
drupal/core/lib/Drupal/Core/Entity/Controller/EntityListController.php |
Creates an EntityListController object. |
EntityReferenceController::create |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/EntityReferenceController.php |
Instantiates a new instance of this controller. |
EntityFilteringThemeTest::$themes |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/EntityFilteringThemeTest.php |
A list of all available themes. |
EntityFilteringThemeTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/EntityFilteringThemeTest.php |
|
EntityTranslationTest::$langcodes |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationTest.php |
|
translation_entity_get_config_key |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Returns the key name used to store the configuration setting. |
UserEntityCallbacksTest::$modules |
property |
drupal/core/modules/user/lib/Drupal/user/Tests/UserEntityCallbacksTest.php |
Modules to enable. |
EntityReferenceAutoCreateTest.php |
file |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceAutoCreateTest.php |
Contains \Drupal\entity_reference\Tests\EntityReferenceAutoCreateTest. |
EntityTranslationControllerNG.php |
file |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationControllerNG.php |
Contains \Drupal\translation_entity\EntityTranslationControllerNG. |
EntityQueryAggregateTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryAggregateTest.php |
|
EntityFormController::__construct |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Constructs an EntityFormController object. |
HtmlEntityFormController::content |
function |
drupal/core/lib/Drupal/Core/Entity/HtmlEntityFormController.php |
Due to reflection, the argument must be named $_entity_form. The parent
method has $request and $_form, but the parameter must match the route. |
entity_crud_hook_test_file_create |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_file_create(). |
entity_crud_hook_test_node_create |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_node_create(). |
entity_crud_hook_test_user_create |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_user_create(). |
EntityFormController::buildEntity |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Implements \Drupal\Core\Entity\EntityFormControllerInterface::buildEntity(). |
entity.view_mode.user.compact.yml |
file |
drupal/core/modules/user/config/entity.view_mode.user.compact.yml |
drupal/core/modules/user/config/entity.view_mode.user.compact.yml |
translation_entity_delete_confirm |
function |
drupal/core/modules/translation_entity/translation_entity.pages.inc |
Form constructor for the translation deletion confirmation. |
ConfigEntityBase::createDuplicate |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php |
Overrides Entity::createDuplicate(). |
entity_crud_hook_test_file_insert |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_file_insert(). |
entity_crud_hook_test_node_insert |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_node_insert(). |
OptionsDynamicValuesTest::$entity |
property |
drupal/core/modules/options/lib/Drupal/options/Tests/OptionsDynamicValuesTest.php |
The created entity. |
entity_crud_hook_test_user_insert |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_user_insert(). |
entity_crud_hook_test_entity_load |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_entity_load(). |
EntityTestMulRevStorageController |
class |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestMulRevStorageController.php |
Defines the controller class for the test entity. |
EntityManager::getControllerClass |
function |
drupal/core/lib/Drupal/Core/Entity/EntityManager.php |
Returns an entity controller class. |
ConfigEntityQueryTest::testDotted |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/ConfigEntityQueryTest.php |
Tests dotted path matching. |
EntityDisplayBase::$pluginManager |
property |
drupal/core/modules/entity/lib/Drupal/entity/EntityDisplayBase.php |
The plugin manager used by this entity type. |
entity_crud_hook_test_file_update |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_file_update(). |
entity_crud_hook_test_node_update |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_node_update(). |
entity_crud_hook_test_user_update |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_user_update(). |
EntityListController::$entityType |
property |
drupal/core/lib/Drupal/Core/Entity/EntityListController.php |
The entity type name. |
EntityListController::$entityInfo |
property |
drupal/core/lib/Drupal/Core/Entity/EntityListController.php |
The entity info array. |
EntityListController::__construct |
function |
drupal/core/lib/Drupal/Core/Entity/EntityListController.php |
Constructs a new EntityListController object. |
EntityCrudHookTest::testFileHooks |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityCrudHookTest.php |
Tests hook invocations for CRUD operations on files. |
EntityCrudHookTest::testNodeHooks |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityCrudHookTest.php |
Tests hook invocations for CRUD operations on nodes. |
EntityListController::buildHeader |
function |
drupal/core/lib/Drupal/Core/Entity/EntityListController.php |
Builds the header row for the entity listing. |
EntityCrudHookTest::testUserHooks |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityCrudHookTest.php |
Tests hook invocations for CRUD operations on users. |
AbstractEntityBodyDecorator::seek |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php |
@codeCoverageIgnore |
entity_crud_hook_test_file_delete |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_file_delete(). |
AbstractEntityBodyDecorator::read |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php |
@codeCoverageIgnore |
entity_crud_hook_test_node_delete |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_node_delete(). |
EntityFieldTest::createTestEntity |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php |
Creates a test entity. |
entity_crud_hook_test_user_delete |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_user_delete(). |
FilterEntityBundleTest::$entities |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Entity/FilterEntityBundleTest.php |
An array of entities. |
EntityViewMode::$targetEntityType |
property |
drupal/core/modules/entity/lib/Drupal/entity/Plugin/Core/Entity/EntityViewMode.php |
The entity type this view mode is used for. |
NodeEntityFieldQueryAlterTest.php |
file |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeEntityFieldQueryAlterTest.php |
Definition of Drupal\node\Tests\NodeEntityFieldQueryAlterTest. |
ViewsUIController::$entityManager |
property |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Controller/ViewsUIController.php |
Stores the Entity manager. |