Search for content

  1. Search 7.x for content
  2. Search 9.5.x for content
  3. Search 8.9.x for content
  4. Search 10.3.x for content
  5. Other projects
Title Object type File name Summary
LanguageContentSettingsTaxonomyVocabulary::getIds function core/modules/language/src/Plugin/migrate/source/d6/LanguageContentSettingsTaxonomyVocabulary.php Defines the source fields uniquely identifying a source row.
LanguageContentSettingsTaxonomyVocabulary::prepareRow function core/modules/language/src/Plugin/migrate/source/d6/LanguageContentSettingsTaxonomyVocabulary.php Adds additional data to the row.
LanguageContentSettingsTaxonomyVocabulary::query function core/modules/language/src/Plugin/migrate/source/d6/LanguageContentSettingsTaxonomyVocabulary.php
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/d7/LanguageContentSettingsTest.php
LanguageContentSettingsTest.php file core/modules/language/tests/src/Kernel/Plugin/migrate/source/d6/LanguageContentSettingsTest.php
LanguageContentSettingsTest::$modules property core/modules/language/tests/src/Kernel/Plugin/migrate/source/d6/LanguageContentSettingsTest.php Modules to install.
LanguageContentSettingsTest::$modules property core/modules/language/tests/src/Kernel/Plugin/migrate/source/d7/LanguageContentSettingsTest.php Modules to install.
LanguageContentSettingsTest::providerSource function core/modules/language/tests/src/Kernel/Plugin/migrate/source/d7/LanguageContentSettingsTest.php
LanguageContentSettingsTest::providerSource function core/modules/language/tests/src/Kernel/Plugin/migrate/source/d6/LanguageContentSettingsTest.php
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/d7/LanguageContentTaxonomyVocabularySettingsTest.php
LanguageContentTaxonomyVocabularySettingsTest.php file core/modules/language/tests/src/Kernel/Plugin/migrate/source/d6/LanguageContentTaxonomyVocabularySettingsTest.php
LanguageContentTaxonomyVocabularySettingsTest::$modules property core/modules/language/tests/src/Kernel/Plugin/migrate/source/d6/LanguageContentTaxonomyVocabularySettingsTest.php Modules to install.
LanguageContentTaxonomyVocabularySettingsTest::$modules property core/modules/language/tests/src/Kernel/Plugin/migrate/source/d7/LanguageContentTaxonomyVocabularySettingsTest.php Modules to install.
LanguageContentTaxonomyVocabularySettingsTest::providerSource function core/modules/language/tests/src/Kernel/Plugin/migrate/source/d6/LanguageContentTaxonomyVocabularySettingsTest.php
LanguageContentTaxonomyVocabularySettingsTest::providerSource function core/modules/language/tests/src/Kernel/Plugin/migrate/source/d7/LanguageContentTaxonomyVocabularySettingsTest.php
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::$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/Functional/LanguageNegotiationContentEntityTest.php
LanguageNegotiationContentEntityTest.php file core/modules/language/tests/src/Unit/Plugin/LanguageNegotiation/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.

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