Search for rid

  1. Search 7.x for rid
  2. Search 9.5.x for rid
  3. Search 8.9.x for rid
  4. Search 10.3.x for rid
  5. Search main for rid
  6. Other projects
Title Object type File name Summary
LayoutBuilderOverridesTest::testOverridesWithoutFieldUi function core/modules/layout_builder/tests/src/Functional/LayoutBuilderOverridesTest.php Tests Layout Builder overrides without Field UI installed.
LayoutBuilderOverridesTest::testRemovingAllSections function core/modules/layout_builder/tests/src/Functional/LayoutBuilderOverridesTest.php Tests removing all sections from overrides and defaults.
LayoutBuilderOverrideTest class core/modules/layout_builder/tests/src/Kernel/LayoutBuilderOverrideTest.php Test entity view display override on top of Layout Builder override.
LayoutBuilderOverrideTest.php file core/modules/layout_builder/tests/src/Kernel/LayoutBuilderOverrideTest.php
LayoutBuilderOverrideTest::testLayoutBuilderOverride function core/modules/layout_builder/tests/src/Kernel/LayoutBuilderOverrideTest.php Tests installation after overriding LayoutBuilderEntityViewDisplay.
LayoutBuilderOverrideTest::testLayoutBuilderOverrideDependency function core/modules/layout_builder/tests/src/Kernel/LayoutBuilderOverrideTest.php Tests installation while overriding LayoutBuilderEntityViewDisplay.
LayoutBuilderTranslationTest::addLayoutOverride function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTranslationTest.php Adds a layout override.
LayoutBuilderTranslationTest::testLayoutOverrideBeforeTranslation function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTranslationTest.php Tests that layout overrides work when created before a translation.
LayoutBuilderTranslationTest::testTranslationBeforeLayoutOverride function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTranslationTest.php Tests that layout overrides work when created after a translation.
LayoutEntityHelperTrait::getOverridesSectionStorageForEntity function core/modules/layout_builder/src/LayoutEntityHelperTrait.php Gets the overrides section storage for an entity.
LayoutOverrideFieldHelper class core/modules/layout_builder/src/LayoutOverrideFieldHelper.php Provides methods to help with entities using Layout Builder.
LayoutOverrideFieldHelper.php file core/modules/layout_builder/src/LayoutOverrideFieldHelper.php
LayoutOverrideFieldHelper::create function core/modules/layout_builder/src/LayoutOverrideFieldHelper.php Instantiates a new instance of this class.
LayoutOverrideFieldHelper::updateTempstoreEntityContext function core/modules/layout_builder/src/LayoutOverrideFieldHelper.php Updates a layout overrides's entity context when entity values change.
LayoutOverrideFieldHelper::__construct function core/modules/layout_builder/src/LayoutOverrideFieldHelper.php Constructs a new LayoutOverrideFieldHelper.
LayoutPluginManagerTest::testPluginOverride function core/tests/Drupal/KernelTests/Core/Layout/LayoutPluginManagerTest.php Tests that layout plugins are correctly overridden.
layout_builder_override.info.yml file core/modules/layout_builder/tests/modules/layout_builder_override/layout_builder_override.info.yml core/modules/layout_builder/tests/modules/layout_builder_override/layout_builder_override.info.yml
layout_builder_override_dependency.info.yml file core/modules/layout_builder/tests/modules/layout_builder_override_dependency/layout_builder_override_dependency.info.yml core/modules/layout_builder/tests/modules/layout_builder_override_dependency/layout_builder_override_dependency.info.yml
lib-overrides.component.yml file core/modules/system/tests/themes/sdc_theme_test/components/lib-overrides/lib-overrides.component.yml core/modules/system/tests/themes/sdc_theme_test/components/lib-overrides/lib-overrides.component.yml
lib-overrides.css file core/modules/system/tests/themes/sdc_theme_test/components/lib-overrides/lib-overrides.css /* The linter does not allow empty CSS. Let's add anything here. */
div {
display: block;
}
lib-overrides.twig file core/modules/system/tests/themes/sdc_theme_test/components/lib-overrides/lib-overrides.twig It works
LibraryDiscoveryIntegrationTest::testBaseThemeLibrariesOverrideInSubTheme function core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php Tests that base theme libraries-override still apply in sub themes.
LibraryDiscoveryIntegrationTest::testLibrariesOverride function core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php Tests that libraries-override are applied to library definitions.
LibraryDiscoveryIntegrationTest::testLibrariesOverrideDrupalSettings function core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php Tests libraries-override on drupalSettings.
LibraryDiscoveryIntegrationTest::testLibrariesOverrideMalformedAsset function core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php Tests libraries-override on malformed assets.
LibraryDiscoveryIntegrationTest::testLibrariesOverrideOtherAssetLibraryNames function core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php Tests library assets with other ways for specifying paths.
LibraryDiscoveryIntegrationTest::testLibrariesOverridesMultiple function core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php Tests libraries overrides with multiple parent themes.
LibraryDiscoveryParser::applyLibrariesMovedOverrides function core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php Apply overrides to files that have moved.
LibraryDiscoveryParser::applyLibrariesOverride function core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php Apply libraries overrides specified for the current active theme.
LibraryDiscoveryParser::setOverrideValue function core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php Overrides the specified library asset.
LibraryDiscoveryParserTest::testLibraryOverride function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php Tests libraries with overrides.
LibraryDiscoveryParserTest::testLibraryOverrideDeprecated function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php Tests deprecated library with an override.
LocaleConfigManager::deleteTranslationOverride function core/modules/locale/src/LocaleConfigManager.php Deletes translated configuration data.
LocaleConfigManager::filterOverride function core/modules/locale/src/LocaleConfigManager.php Filters override data based on default translatable items.
LocaleConfigManager::saveTranslationOverride function core/modules/locale/src/LocaleConfigManager.php Saves translated configuration override.
LocaleConfigSubscriber::onOverrideChange function core/modules/locale/src/LocaleConfigSubscriber.php Updates the locale strings when a configuration override is saved/deleted.
LocaleConfigSubscriberTest::assertConfigOverride function core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php Ensures configuration was saved correctly.
LocaleConfigSubscriberTest::assertNoConfigOverride function core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php Ensures configuration override is not present anymore.
LocaleConfigSubscriberTest::deleteLanguageOverride function core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php Deletes a language override.
LocaleConfigSubscriberTest::saveLanguageOverride function core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php Saves a language override.
LocaleConfigTranslationImportTest::testLocaleRemovalAndConfigOverrideDelete function core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php Tests removing a string from Locale deletes configuration translations.
LocaleConfigTranslationImportTest::testLocaleRemovalAndConfigOverridePreserve function core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php Tests removing a string from Locale changes configuration translations.
Lock::$ownerId property core/lib/Drupal/Core/TempStore/Lock.php The owner ID.
Lock::getOwnerId function core/lib/Drupal/Core/TempStore/Lock.php Gets the owner ID.
MachineName::getTransliterationLanguageOverrides function core/lib/Drupal/Core/Render/Element/MachineName.php Gets transliteration language overrides for a language.
MediaEmbed::applyPerEmbedMediaOverrides function core/modules/media/src/Plugin/Filter/MediaEmbed.php Applies attribute-based per-media embed overrides of media information.
MediaEmbedFilterTest::providerOverridesAltAndTitle function core/modules/media/tests/src/Kernel/MediaEmbedFilterTest.php Data provider for testOverridesAltAndTitle().
MediaEmbedFilterTest::testOverridesAltAndTitle function core/modules/media/tests/src/Kernel/MediaEmbedFilterTest.php Tests overrides alt and title.
MediaLibraryState::getOpenerId function core/modules/media_library/src/MediaLibraryState.php Returns the ID of the media library opener service.
MediaLibraryTestBase::assertMediaLibraryGrid function core/modules/media_library/tests/src/FunctionalJavascript/MediaLibraryTestBase.php Asserts that the grid display of the widget view is visible.

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