EntityTranslationController::addTranslatabilityClue |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Adds a clue about the form element translatability. |
EntityTranslationController::entityFormSourceChange |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Form submission handler for EntityTranslationController::entityFormAlter(). |
entity_crud_hook_test_taxonomy_vocabulary_predelete |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_taxonomy_vocabulary_predelete(). |
NodeEntityViewModeAlterTest::testNodeViewModeChange |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeEntityViewModeAlterTest.php |
Create a "Basic page" node and verify its consistency in the database. |
EntityAccessTest::testEntityAccessDefaultController |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityAccessTest.php |
Ensures that the default controller is used as a fallback. |
EntityFormControllerInterface::isDefaultFormLangcode |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormControllerInterface.php |
Checks whether the current form language matches the entity one. |
EntityTranslationControllerInterface::entityFormAlter |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationControllerInterface.php |
Performs the needed alterations to the entity form. |
EntityStorageControllerInterface::getFieldDefinitions |
function |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerInterface.php |
Gets an array of entity field definitions. |
EntityStorageControllerInterface::getQueryServicename |
function |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerInterface.php |
Gets the name of the service for the query for this entity storage. |
EntityTranslationController::entityFormSharedElements |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Process callback: Determines which elements get clue in the form. |
EntityTestTranslationUITest::getTranslatorPermissions |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTestTranslationUITest.php |
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::getTranslatorPermission(). |
JsonldEntityReferenceNormalizer::supportsNormalization |
function |
drupal/core/modules/jsonld/lib/Drupal/jsonld/JsonldEntityReferenceNormalizer.php |
Implements \Symfony\Component\Serializer\Normalizer\NormalizerInterface::supportsNormalization() |
translation_entity_form_field_ui_field_edit_form_alter |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Implements hook_form_FORM_ID_alter(). |
NodeEntityFieldQueryAlterTest::testNodeQueryAlterWithUI |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeEntityFieldQueryAlterTest.php |
Tests that node access permissions are followed. |
EntityTranslationControllerInterface::getSourceLangcode |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationControllerInterface.php |
Retrieves the source language for the translation being created. |
EntityTranslationControllerInterface::removeTranslation |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationControllerInterface.php |
Removes the translation values from the given entity. |
EntityTranslationController::entityFormDeleteTranslation |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Form submission handler for EntityTranslationController::entityFormAlter(). |
translation_entity_language_configuration_element_submit |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Form submission handler for element added with translation_entity_language_configuration_element_process(). |
translation_entity_language_configuration_element_process |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Process callback: Expands the language_configuration form element. |
EntityTranslationControllerInterface::getTranslationAccess |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationControllerInterface.php |
Checks if a user is allowed to edit the given translation. |
translation_entity_language_configuration_element_validate |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Form validation handler for element added with translation_entity_language_configuration_element_process(). |
StoreTest::testRestoresResponseContentFromEntityStoreWithLookup |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php |
|
StoreTest::testInvalidatesMetaAndEntityStoreEntriesWithInvalidate |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php |
|
SearchMultilingualEntityTest::testSearchingMultilingualFieldValues |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchMultilingualEntityTest.php |
Tests searching nodes with multiple languages. |