translation_entity_test_views.module |
file |
drupal/core/modules/translation_entity/tests/modules/translation_entity_test_views/translation_entity_test_views.module |
|
PreUpdateEventArgs::$entityChangeSet |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/PreUpdateEventArgs.php |
|
translation_entity_field_sync_widget |
function |
drupal/core/modules/translation_entity/translation_entity.admin.inc |
Returns a form element to configure field synchronization. |
EntityFormController::actionsElement |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Returns the action form element for the current entity form. |
entity_crud_hook_test_comment_create |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_comment_create(). |
EntityQueryRelationshipTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryRelationshipTest.php |
|
translation_entity_translatable_form |
function |
drupal/core/modules/translation_entity/translation_entity.admin.inc |
Form constructor for the confirmation of translatability switching. |
entity_crud_hook_test_entity_presave |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_entity_presave(). |
EntityDisplayInterface::getFormatter |
function |
drupal/core/modules/entity/lib/Drupal/entity/EntityDisplayInterface.php |
Returns the Formatter plugin for a field. |
_translation_entity_get_switch_links |
function |
drupal/core/modules/translation_entity/translation_entity.pages.inc |
Returns the localized links for the given path. |
EntityFormController::getFormDisplay |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Returns the form display. |
EntityFormController::setFormDisplay |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Sets the form display. |
entity_crud_hook_test_comment_insert |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_comment_insert(). |
ConfigEntityQueryTest::$queryResults |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/ConfigEntityQueryTest.php |
Stores the search results for alter comparision. |
AggregatorController::$entityManager |
property |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Controller/AggregatorController.php |
Stores the Entity manager. |
EntityDisplayBase::$targetEntityType |
property |
drupal/core/modules/entity/lib/Drupal/entity/EntityDisplayBase.php |
Entity type to be displayed. |
ConfigEntityQueryTest::testSortRange |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/ConfigEntityQueryTest.php |
Tests sorting and range on config entity queries. |
ConfigEntityQueryTest::assertResults |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/ConfigEntityQueryTest.php |
Asserts the results as expected regardless of order. |
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(). |
EntityListController::$moduleHandler |
property |
drupal/core/lib/Drupal/Core/Entity/EntityListController.php |
The module handler to invoke hooks on. |
EntityListController::createInstance |
function |
drupal/core/lib/Drupal/Core/Entity/EntityListController.php |
Instantiates a new instance of this entity controller. |
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(). |
EntityCrudHookTest::testCommentHooks |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityCrudHookTest.php |
Tests hook invocations for CRUD operations on comments. |
AbstractEntityBodyDecorator::getSize |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php |
Get the size of the stream if able |
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(). |
AbstractEntityBodyDecorator::isLocal |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php |
Check if the stream is a local stream vs a remote stream |
AbstractEntityBodyDecorator::setSize |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php |
@codeCoverageIgnore |
EntityEnclosingRequest::getPostField |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php |
Get a POST field from the request |
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(). |
ConfigEntityInterface::getOriginalID |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php |
Returns the original ID. |
EntityEnclosingRequest::setPostField |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php |
Set a POST field value |
ConfigEntityInterface::setOriginalID |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php |
Sets the original ID. |
EntityEnclosingRequest::getPostFiles |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php |
Returns an associative array of POST field names to PostFileInterface objects |
EntityEnclosingRequest::addPostFiles |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php |
Add POST files to use in the upload |
EntityFieldTest::assertIntrospection |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php |
Executes the introspection tests for the given entity type. |
EntityFieldTest::getContainedStrings |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php |
Recursive helper for getting all contained strings,
i.e. properties of type string. |
EntityAccessController::$accessCache |
property |
drupal/core/lib/Drupal/Core/Entity/EntityAccessController.php |
Stores calculcated access check results. |
NodeEntityViewModeAlterTest::getInfo |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeEntityViewModeAlterTest.php |
|
EntityValidationTest::testValidation |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityValidationTest.php |
Tests validating test entity types. |
entity_reference_field_settings_form |
function |
drupal/core/modules/entity_reference/entity_reference.module |
Implements hook_field_settings_form(). |
EntitySerializationTest::$serializer |
property |
drupal/core/modules/serialization/lib/Drupal/serialization/Tests/EntitySerializationTest.php |
The serializer serivce. |
EntityBCDecorator::getPropertyValues |
function |
drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php |
Forwards the call to the decorated entity. |
EntityBCDecorator::setPropertyValues |
function |
drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php |
Forwards the call to the decorated entity. |
SelectionInterface::entityQueryAlter |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/Type/Selection/SelectionInterface.php |
Allows the selection to alter the SelectQuery generated by EntityFieldQuery. |
EntityReferenceAutoCreateTest::setUp |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceAutoCreateTest.php |
Sets up a Drupal site for running functional and integration tests. |
_update_8000_entity_get_form_display |
function |
drupal/core/modules/entity/entity.install |
Returns the raw configuration object for an EntityFormDisplay entity. |
EntityRevisionsTest::assertRevisions |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityRevisionsTest.php |
Executes the revision tests for the given entity type. |
EntityTranslation::getPropertyValues |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php |
Implements \Drupal\Core\TypedData\ComplexDataInterface::getPropertyValues(). |
EntityTranslation::setPropertyValues |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php |
Implements \Drupal\Core\TypedData\ComplexDataInterface::setPropertyValues(). |