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
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.
LanguageNegotiationContentEntityTest::setUp function core/modules/language/tests/src/Functional/LanguageNegotiationContentEntityTest.php
LanguageNegotiationContentEntityTest::setUp function core/modules/language/tests/src/Unit/Plugin/LanguageNegotiation/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.
LanguageSelectorTranslatableTest::testContentTranslationPageTitle function core/modules/language/tests/src/Functional/LanguageSelectorTranslatableTest.php Tests that correct title is displayed for content translation page.
LanguageThemeHooks::preprocessLanguageContentSettingsTable function core/modules/language/src/Hook/LanguageThemeHooks.php Prepares variables for language content settings table templates.
LanguageUILanguageNegotiationTest::testContentCustomization function core/modules/language/tests/src/Functional/LanguageUILanguageNegotiationTest.php Tests persistence of negotiation settings for the content language type.
layout-content-medium.css file core/themes/olivero/css/layout/layout-content-medium.css Grid system definition for the content wide layout.
layout-content-medium.pcss.css file core/themes/olivero/css/layout/layout-content-medium.pcss.css Grid system definition for the content wide layout.
layout-content-narrow.css file core/themes/olivero/css/layout/layout-content-narrow.css Grid system definition for the content narrow layout.
layout-content-narrow.pcss.css file core/themes/olivero/css/layout/layout-content-narrow.pcss.css Grid system definition for the content narrow layout.
LayoutBuilderBlockContentDependencyTest class core/modules/layout_builder/tests/src/Kernel/LayoutBuilderBlockContentDependencyTest.php Test for installing Layout Builder before Block Content in the same request.
LayoutBuilderBlockContentDependencyTest.php file core/modules/layout_builder/tests/src/Kernel/LayoutBuilderBlockContentDependencyTest.php
LayoutBuilderBlockContentDependencyTest::testInstallLayoutBuilderAndBlockContent function core/modules/layout_builder/tests/src/Kernel/LayoutBuilderBlockContentDependencyTest.php Test that block_content can be successfully installed after layout_builder.
LayoutBuilderBlockContentDependencyTestThemeHooks class core/modules/layout_builder/tests/modules/layout_builder_block_content_dependency_test/src/Hook/LayoutBuilderBlockContentDependencyTestThemeHooks.php Hook implementations for layout_builder_block_content_dependency_test.
LayoutBuilderBlockContentDependencyTestThemeHooks.php file core/modules/layout_builder/tests/modules/layout_builder_block_content_dependency_test/src/Hook/LayoutBuilderBlockContentDependencyTestThemeHooks.php
LayoutBuilderBlockContentDependencyTestThemeHooks::modulesInstalled function core/modules/layout_builder/tests/modules/layout_builder_block_content_dependency_test/src/Hook/LayoutBuilderBlockContentDependencyTestThemeHooks.php Implements hook_modules_installed().
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
LayoutBuilderContentModerationIntegrationTest::$defaultTheme property core/modules/content_moderation/tests/src/Functional/LayoutBuilderContentModerationIntegrationTest.php The theme to install as the default for testing.
LayoutBuilderContentModerationIntegrationTest::$modules property core/modules/content_moderation/tests/src/Functional/LayoutBuilderContentModerationIntegrationTest.php Modules to install.
LayoutBuilderContentModerationIntegrationTest::setUp function core/modules/content_moderation/tests/src/Functional/LayoutBuilderContentModerationIntegrationTest.php
LayoutBuilderContentModerationIntegrationTest::testLayoutModeration function core/modules/content_moderation/tests/src/Functional/LayoutBuilderContentModerationIntegrationTest.php Tests that Layout changes are respected by Content Moderation.
LayoutBuilderContentModerationIntegrationTest::testModeratedInlineBlockBundles function core/modules/content_moderation/tests/src/Functional/LayoutBuilderContentModerationIntegrationTest.php Test placing inline blocks that belong to a moderated content block bundle.
LayoutBuilderHooks::blockContentAccess function core/modules/layout_builder/src/Hook/LayoutBuilderHooks.php Implements hook_ENTITY_TYPE_access().
LayoutBuilderLocalTaskTest::testLocalTaskMultipleContentTypesCacheability function core/modules/layout_builder/tests/src/Functional/LayoutBuilderLocalTaskTest.php Tests the cacheability of local tasks with multiple content types.
LayoutBuilderThemeHooks::preprocessLanguageContentSettingsTable function core/modules/layout_builder/src/Hook/LayoutBuilderThemeHooks.php Implements hook_preprocess_HOOK() for language-content-settings-table.html.twig.
LayoutRestTestBase::getDecodedContents function core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php Gets the decoded contents.
layout_builder_block_content_dependency_test.info.yml file core/modules/layout_builder/tests/modules/layout_builder_block_content_dependency_test/layout_builder_block_content_dependency_test.info.yml core/modules/layout_builder/tests/modules/layout_builder_block_content_dependency_test/layout_builder_block_content_dependency_test.info.yml

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