Search for content

  1. Search 7.x for content
  2. Search 9.5.x for content
  3. Search 10.3.x for content
  4. Search 11.x for content
  5. Other projects
Title Object type File name Summary
LanguageContentSettingsTaxonomyVocabulary::query function core/modules/language/src/Plugin/migrate/source/d7/LanguageContentSettingsTaxonomyVocabulary.php
LanguageContentSettingsTest class core/modules/language/tests/src/Kernel/Plugin/migrate/source/d6/LanguageContentSettingsTest.php Tests menu source plugin.
LanguageContentSettingsTest class core/modules/language/tests/src/Kernel/Plugin/migrate/source/d7/LanguageContentSettingsTest.php Tests menu source plugin.
LanguageContentSettingsTest.php file core/modules/language/tests/src/Kernel/Plugin/migrate/source/d6/LanguageContentSettingsTest.php
LanguageContentSettingsTest.php file core/modules/language/tests/src/Kernel/Plugin/migrate/source/d7/LanguageContentSettingsTest.php
LanguageContentSettingsTest::$modules property core/modules/language/tests/src/Kernel/Plugin/migrate/source/d6/LanguageContentSettingsTest.php Modules to enable.
LanguageContentSettingsTest::$modules property core/modules/language/tests/src/Kernel/Plugin/migrate/source/d7/LanguageContentSettingsTest.php Modules to enable.
LanguageContentSettingsTest::providerSource function core/modules/language/tests/src/Kernel/Plugin/migrate/source/d6/LanguageContentSettingsTest.php The data provider.
LanguageContentSettingsTest::providerSource function core/modules/language/tests/src/Kernel/Plugin/migrate/source/d7/LanguageContentSettingsTest.php The data provider.
LanguageContentTaxonomyVocabularySettingsTest class core/modules/language/tests/src/Kernel/Plugin/migrate/source/d6/LanguageContentTaxonomyVocabularySettingsTest.php Tests i18ntaxonomy vocabulary setting source plugin.
LanguageContentTaxonomyVocabularySettingsTest class core/modules/language/tests/src/Kernel/Plugin/migrate/source/d7/LanguageContentTaxonomyVocabularySettingsTest.php Tests i18ntaxonomy vocabulary setting source plugin.
LanguageContentTaxonomyVocabularySettingsTest.php file core/modules/language/tests/src/Kernel/Plugin/migrate/source/d6/LanguageContentTaxonomyVocabularySettingsTest.php
LanguageContentTaxonomyVocabularySettingsTest.php file core/modules/language/tests/src/Kernel/Plugin/migrate/source/d7/LanguageContentTaxonomyVocabularySettingsTest.php
LanguageContentTaxonomyVocabularySettingsTest::$modules property core/modules/language/tests/src/Kernel/Plugin/migrate/source/d6/LanguageContentTaxonomyVocabularySettingsTest.php Modules to enable.
LanguageContentTaxonomyVocabularySettingsTest::$modules property core/modules/language/tests/src/Kernel/Plugin/migrate/source/d7/LanguageContentTaxonomyVocabularySettingsTest.php Modules to enable.
LanguageContentTaxonomyVocabularySettingsTest::providerSource function core/modules/language/tests/src/Kernel/Plugin/migrate/source/d6/LanguageContentTaxonomyVocabularySettingsTest.php The data provider.
LanguageContentTaxonomyVocabularySettingsTest::providerSource function core/modules/language/tests/src/Kernel/Plugin/migrate/source/d7/LanguageContentTaxonomyVocabularySettingsTest.php The data provider.
LanguageInterface::TYPE_CONTENT constant core/lib/Drupal/Core/Language/LanguageInterface.php The type of language used to define the content language.
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::$deprecatedProperties property core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php
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/Functional/LanguageNegotiationContentEntityTest.php Tests language negotiation with the language negotiator content entity.
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::$modules property core/modules/language/tests/src/Functional/LanguageNegotiationContentEntityTest.php Modules to enable.
LanguageNegotiationContentEntityTest::createTranslatableEntity function core/modules/language/tests/src/Functional/LanguageNegotiationContentEntityTest.php Creates a translated entity.
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/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.
LanguageUILanguageNegotiationTest::testContentCustomization function core/modules/language/tests/src/Functional/LanguageUILanguageNegotiationTest.php Tests persistence of negotiation settings for the content language type.
layout-builder-content-translation.css file core/themes/seven/css/components/layout-builder-content-translation.css .layout-builder-translation-warning {
padding-left: 20px;
background: left 2px url(../../../../misc/icons/e29700/warning.svg) no-repeat;
}
LayoutBuilderContentModerationIntegrationTest class core/modules/content_moderation/tests/src/Functional/LayoutBuilderContentModerationIntegrationTest.php Tests Content Moderation's integration with Layout Builder.
LayoutBuilderContentModerationIntegrationTest.php file core/modules/content_moderation/tests/src/Functional/LayoutBuilderContentModerationIntegrationTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.