hook_field_display_ENTITY_TYPE_alter |
function |
drupal/core/modules/field/field.api.php |
Alters the display settings of a field before it is displayed. |
PreUpdateEventArgs::$entityChangeSet |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/PreUpdateEventArgs.php |
|
entity_crud_hook_test_comment_update |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_comment_update(). |
entity_crud_hook_test_file_predelete |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_file_predelete(). |
entity_crud_hook_test_node_predelete |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_node_predelete(). |
entity_crud_hook_test_user_predelete |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_user_predelete(). |
entity_crud_hook_test_comment_delete |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_comment_delete(). |
translation_entity_entity_info_alter |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Implements hook_entity_info_alter(). |
EntityRenderController::buildContent |
function |
drupal/core/lib/Drupal/Core/Entity/EntityRenderController.php |
Implements Drupal\Core\Entity\EntityRenderControllerInterface::buildContent(). |
views.view.test_field_get_entity.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_field_get_entity.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_field_get_entity.yml |
EntityRenderController::viewMultiple |
function |
drupal/core/lib/Drupal/Core/Entity/EntityRenderController.php |
Implements Drupal\Core\Entity\EntityRenderControllerInterface::viewMultiple(). |
EntityTranslationUITest::$entityType |
property |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php |
The entity type being tested. |
EntityTranslationUITest::setupBundle |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php |
Creates or initializes the bundle date if needed. |
translation_entity_translatable_form |
function |
drupal/core/modules/translation_entity/translation_entity.admin.inc |
Form constructor for the confirmation of translatability switching. |
EntityEnclosingRequest::getPostField |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php |
Get a POST field from the request |
EntityEnclosingRequest::setPostField |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php |
Set a POST field value |
EntityTestTranslationUITest::getInfo |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTestTranslationUITest.php |
|
_translation_entity_get_switch_links |
function |
drupal/core/modules/translation_entity/translation_entity.pages.inc |
Returns the localized links for the given path. |
EntityEnclosingRequest::getPostFiles |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php |
Returns an associative array of POST field names to PostFileInterface objects |
EntityFormController::actionsElement |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Returns the action form element for the current entity form. |
EntityEnclosingRequest::addPostFiles |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php |
Add POST files to use in the upload |
NodeEntityViewModeAlterTest::getInfo |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeEntityViewModeAlterTest.php |
|
EntityStorageControllerInterface.php |
file |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerInterface.php |
Definition of Drupal\Core\Entity\EntityStorageControllerInterface. |
EntityAccessTest::assertEntityAccess |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityAccessTest.php |
Asserts entity access correctly grants or denies access. |
field_test_entity_nested_form_submit |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc |
Submit handler for field_test_entity_nested_form(). |
EntityRenderControllerInterface::view |
function |
drupal/core/lib/Drupal/Core/Entity/EntityRenderControllerInterface.php |
Returns the render array for the provided entity. |
EntityTranslationFormTest::$langcodes |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationFormTest.php |
|
EntityListControllerInterface::render |
function |
drupal/core/lib/Drupal/Core/Entity/EntityListControllerInterface.php |
Renders the list page markup to be output. |
EntityWrapper::getPropertyDefinitions |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityWrapper.php |
Implements ComplexDataInterface::getPropertyDefinitions(). |
AbstractEntityBodyDecorator::compress |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php |
@codeCoverageIgnore |
EntityQueryTest::assertRevisionResult |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php |
|
EntityPropertiesTest::testEntityLabel |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/EntityPropertiesTest.php |
Tests label key and label callback of an entity. |
EntityFormControllerInterface::submit |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormControllerInterface.php |
Updates the form's entity by processing this submission's values. |
JsonldNormalizerTestBase::getEntityId |
function |
drupal/core/modules/jsonld/lib/Drupal/jsonld/Tests/JsonldNormalizerTestBase.php |
Get the Entity ID. |
entity_crud_hook_test_comment_presave |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_comment_presave(). |
TestEntityController::preSaveRevision |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/TestEntityController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::preSaveRevision(). |
ViewFormControllerBase::prepareEntity |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewFormControllerBase.php |
Overrides Drupal\Core\Entity\EntityFormController::prepareForm(). |
EntityBodyInterface::getContentLength |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/EntityBodyInterface.php |
Get the Content-Length of the entity body if possible (alias of getSize) |
translation_entity_field_extra_fields |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Implements hook_field_extra_fields(). |
EntityEnclosingRequest::$expectCutoff |
property |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php |
|
translation_entity_element_info_alter |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Implements hook_element_info_alter(). |
EntityTranslationUITest::createEntity |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php |
Creates the entity to be translated. |
translation_entity_translatable_batch |
function |
drupal/core/modules/translation_entity/translation_entity.admin.inc |
Batch callback: Converts field data to or from LANGUAGE_NOT_SPECIFIED. |
EntityEnclosingRequest::getPostFields |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php |
Get the post fields that will be used in the request |
EntityTestTranslationUITest::$modules |
property |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTestTranslationUITest.php |
Modules to enable. |
EntityEnclosingRequest::addPostFields |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php |
Add POST fields to use in the request |
SearchMultilingualEntityTest::getInfo |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchMultilingualEntityTest.php |
|
EntityFormController::getFormLangcode |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Implements Drupal\Core\Entity\EntityFormControllerInterface::getFormLangcode(). |
NodeEntityViewModeAlterTest::$modules |
property |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeEntityViewModeAlterTest.php |
Enable dummy module that implements hook_node_view(). |
ReadLimitEntityBody::getContentLength |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/ReadLimitEntityBody.php |
Returns the Content-Length of the limited subset of data |