| LanguageEntityFieldAccessHookTest::$modules |
property |
core/modules/language/tests/src/Functional/LanguageEntityFieldAccessHookTest.php |
Modules to install. |
| LanguageEntityFieldAccessHookTest::testHookEntityFieldAccess |
function |
core/modules/language/tests/src/Functional/LanguageEntityFieldAccessHookTest.php |
Tests compatibility with hook_entity_field_access(). |
| LanguageEntityFieldAccessTestHooks |
class |
core/modules/language/tests/language_entity_field_access_test/src/Hook/LanguageEntityFieldAccessTestHooks.php |
Hook implementations for language_entity_field_access_test. |
| LanguageEntityFieldAccessTestHooks.php |
file |
core/modules/language/tests/language_entity_field_access_test/src/Hook/LanguageEntityFieldAccessTestHooks.php |
|
| LanguageEntityFieldAccessTestHooks::entityFieldAccess |
function |
core/modules/language/tests/language_entity_field_access_test/src/Hook/LanguageEntityFieldAccessTestHooks.php |
Implements hook_entity_field_access(). |
| LanguageHooks::entityBaseFieldInfoAlter |
function |
core/modules/language/src/Hook/LanguageHooks.php |
Implements hook_entity_base_field_info_alter(). |
| LanguageHooks::entityBundleDelete |
function |
core/modules/language/src/Hook/LanguageHooks.php |
Implements hook_entity_bundle_delete(). |
| LanguageHooks::entityFieldAccess |
function |
core/modules/language/src/Hook/LanguageHooks.php |
Implements hook_entity_field_access(). |
| LanguageNegotiationContentEntity |
class |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php |
Class for identifying the content translation language. |
| LanguageNegotiationContentEntity.php |
file |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php |
|
| LanguageNegotiationContentEntity::$contentEntityPaths |
property |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php |
A list of all the link paths of enabled content entities. |
| LanguageNegotiationContentEntity::$entityTypeManager |
property |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php |
The entity type manager. |
| LanguageNegotiationContentEntity::$hasLowerLanguageNegotiationWeightResult |
property |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php |
Static cache for the language negotiation order check. |
| LanguageNegotiationContentEntity::$paths |
property |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php |
Static cache of outbound route paths per request. |
| LanguageNegotiationContentEntity::create |
function |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php |
Creates an instance of the plugin. |
| LanguageNegotiationContentEntity::getContentEntityPaths |
function |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php |
Returns the paths for the link templates of all content entities. |
| LanguageNegotiationContentEntity::getContentEntityTypeIdForCurrentRequest |
function |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php |
Returns the content entity type ID from the current request for the route. |
| LanguageNegotiationContentEntity::getLangcode |
function |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php |
Performs language negotiation. |
| LanguageNegotiationContentEntity::getLanguageSwitchLinks |
function |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php |
Returns language switch links. |
| LanguageNegotiationContentEntity::hasLowerLanguageNegotiationWeight |
function |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php |
Determines if content entity language negotiator has higher priority. |
| LanguageNegotiationContentEntity::meetsContentEntityRoutesCondition |
function |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php |
Determines if content entity route condition is met. |
| LanguageNegotiationContentEntity::METHOD_ID |
constant |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php |
The language negotiation method ID. |
| LanguageNegotiationContentEntity::processOutbound |
function |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php |
Processes the outbound path. |
| LanguageNegotiationContentEntity::QUERY_PARAMETER |
constant |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php |
The query string parameter. |
| LanguageNegotiationContentEntity::__construct |
function |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php |
Constructs a new LanguageNegotiationContentEntity instance. |
| LanguageNegotiationContentEntityTest |
class |
core/modules/language/tests/src/Unit/Plugin/LanguageNegotiation/LanguageNegotiationContentEntityTest.php |
Tests the LanguageNegotiationContentEntity plugin class. |
| LanguageNegotiationContentEntityTest |
class |
core/modules/language/tests/src/Functional/LanguageNegotiationContentEntityTest.php |
Tests language negotiation with the language negotiator content entity. |
| LanguageNegotiationContentEntityTest.php |
file |
core/modules/language/tests/src/Unit/Plugin/LanguageNegotiation/LanguageNegotiationContentEntityTest.php |
|
| LanguageNegotiationContentEntityTest.php |
file |
core/modules/language/tests/src/Functional/LanguageNegotiationContentEntityTest.php |
|
| LanguageNegotiationContentEntityTest::$defaultTheme |
property |
core/modules/language/tests/src/Functional/LanguageNegotiationContentEntityTest.php |
The theme to install as the default for testing. |
| LanguageNegotiationContentEntityTest::$entity |
property |
core/modules/language/tests/src/Functional/LanguageNegotiationContentEntityTest.php |
The entity being used for testing. |
| LanguageNegotiationContentEntityTest::$languageManager |
property |
core/modules/language/tests/src/Unit/Plugin/LanguageNegotiation/LanguageNegotiationContentEntityTest.php |
A mock LanguageManager object. |
| LanguageNegotiationContentEntityTest::$languages |
property |
core/modules/language/tests/src/Unit/Plugin/LanguageNegotiation/LanguageNegotiationContentEntityTest.php |
An array of mock LanguageInterface objects. |
| LanguageNegotiationContentEntityTest::$modules |
property |
core/modules/language/tests/src/Functional/LanguageNegotiationContentEntityTest.php |
Modules to install. |
| LanguageNegotiationContentEntityTest::createTranslatableEntity |
function |
core/modules/language/tests/src/Functional/LanguageNegotiationContentEntityTest.php |
Creates a translated entity. |
| LanguageNegotiationContentEntityTest::getPluginClass |
function |
core/modules/language/tests/src/Unit/Plugin/LanguageNegotiation/LanguageNegotiationContentEntityTest.php |
Returns the plugin class to use for creating the language negotiation plugin. |
| LanguageNegotiationContentEntityTest::setCurrentRequestForRoute |
function |
core/modules/language/tests/src/Functional/LanguageNegotiationContentEntityTest.php |
Sets the current request to a specific path with the corresponding route. |
| LanguageNegotiationContentEntityTest::setUp |
function |
core/modules/language/tests/src/Unit/Plugin/LanguageNegotiation/LanguageNegotiationContentEntityTest.php |
|
| LanguageNegotiationContentEntityTest::setUp |
function |
core/modules/language/tests/src/Functional/LanguageNegotiationContentEntityTest.php |
|
| LanguageNegotiationContentEntityTest::testDefaultConfiguration |
function |
core/modules/language/tests/src/Functional/LanguageNegotiationContentEntityTest.php |
Tests default with content language remaining same as interface language. |
| LanguageNegotiationContentEntityTest::testEnabledLanguageContentNegotiator |
function |
core/modules/language/tests/src/Functional/LanguageNegotiationContentEntityTest.php |
Tests enabling the language negotiator language_content_entity. |
| LanguageNegotiationContentEntityTest::testGetLangcode |
function |
core/modules/language/tests/src/Unit/Plugin/LanguageNegotiation/LanguageNegotiationContentEntityTest.php |
Tests get langcode. |
| LanguageNegotiationContentEntityTest::testGetLanguageSwitchLinks |
function |
core/modules/language/tests/src/Unit/Plugin/LanguageNegotiation/LanguageNegotiationContentEntityTest.php |
Tests get language switch links. |
| LanguageNegotiationContentEntityTest::testProcessOutbound |
function |
core/modules/language/tests/src/Unit/Plugin/LanguageNegotiation/LanguageNegotiationContentEntityTest.php |
Tests process outbound. |
| LanguageSelectWidgetTest::$entityFormDisplay |
property |
core/modules/language/tests/src/Kernel/LanguageSelectWidgetTest.php |
The entity form display. |
| LanguageTestController::testEntity |
function |
core/modules/language/tests/language_test/src/Controller/LanguageTestController.php |
Route entity upcasting test helper. |
| language_entity_field_access_test.info.yml |
file |
core/modules/language/tests/language_entity_field_access_test/language_entity_field_access_test.info.yml |
core/modules/language/tests/language_entity_field_access_test/language_entity_field_access_test.info.yml |
| LatestRevision::$entityTypeManager |
property |
core/modules/views/src/Plugin/views/filter/LatestRevision.php |
Entity Type Manager service. |
| LatestRevisionCheck::loadEntity |
function |
core/modules/content_moderation/src/Access/LatestRevisionCheck.php |
Returns the default revision of the entity this route is for. |
| LatestTranslationAffectedRevision::$entityTypeManager |
property |
core/modules/views/src/Plugin/views/filter/LatestTranslationAffectedRevision.php |
Entity Type Manager service. |