Search for Id

  1. Search 7.x for Id
  2. Search 9.5.x for Id
  3. Search 8.9.x for Id
  4. Search 10.3.x for Id
  5. Other projects
Title Object type File name Summary
OverriddenConfigurationTest::assertOverriddenBlockDisabled function core/modules/settings_tray/tests/src/FunctionalJavascript/OverriddenConfigurationTest.php Asserts that an overridden block has Settings Tray disabled.
OverriddenConfigurationTest::setUp function core/modules/settings_tray/tests/src/FunctionalJavascript/OverriddenConfigurationTest.php
OverriddenConfigurationTest::testOverriddenBlock function core/modules/settings_tray/tests/src/FunctionalJavascript/OverriddenConfigurationTest.php Tests that blocks with configuration overrides are disabled.
OverriddenConfigurationTest::testOverriddenConfigurationRemoved function core/modules/settings_tray/tests/src/FunctionalJavascript/OverriddenConfigurationTest.php Tests blocks with overridden related configuration removed when overridden.
override-settings.php file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/scaffold-override-fixture/assets/override-settings.php A settings.php fixture file scaffolded from the scaffold-override-fixture.
OverrideDisplaysTest class core/modules/views_ui/tests/src/Functional/OverrideDisplaysTest.php Tests that displays can be correctly overridden via the user interface.
OverrideDisplaysTest.php file core/modules/views_ui/tests/src/Functional/OverrideDisplaysTest.php
OverrideDisplaysTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/OverrideDisplaysTest.php
OverrideDisplaysTest::setUp function core/modules/views_ui/tests/src/Functional/OverrideDisplaysTest.php
OverrideDisplaysTest::testOverrideDisplays function core/modules/views_ui/tests/src/Functional/OverrideDisplaysTest.php Tests that displays can be overridden via the UI.
OverrideDisplaysTest::testRevertAllDisplays function core/modules/views_ui/tests/src/Functional/OverrideDisplaysTest.php Tests that the revert to all displays select-option works as expected.
OverrideDisplaysTest::testWizardMixedDefaultOverriddenDisplays function core/modules/views_ui/tests/src/Functional/OverrideDisplaysTest.php Tests that the wizard correctly sets up default and overridden displays.
OverrideSectionsTest class core/modules/layout_builder/tests/src/Functional/Rest/OverrideSectionsTest.php Tests that override layout sections are not exposed via the REST API.
OverrideSectionsTest.php file core/modules/layout_builder/tests/src/Functional/Rest/OverrideSectionsTest.php
OverrideSectionsTest::$defaultTheme property core/modules/layout_builder/tests/src/Functional/Rest/OverrideSectionsTest.php
OverrideSectionsTest::$resourceConfigId property core/modules/layout_builder/tests/src/Functional/Rest/OverrideSectionsTest.php
OverrideSectionsTest::setUp function core/modules/layout_builder/tests/src/Functional/Rest/OverrideSectionsTest.php
OverrideSectionsTest::testOverrideField function core/modules/layout_builder/tests/src/Functional/Rest/OverrideSectionsTest.php Tests that the layout override field is not normalized.
OverridesEntityForm class core/modules/layout_builder/src/Form/OverridesEntityForm.php Provides a form containing the Layout Builder UI for overrides.
OverridesEntityForm.php file core/modules/layout_builder/src/Form/OverridesEntityForm.php
OverridesEntityForm::$layoutTempstoreRepository property core/modules/layout_builder/src/Form/OverridesEntityForm.php Layout tempstore repository.
OverridesEntityForm::$sectionStorage property core/modules/layout_builder/src/Form/OverridesEntityForm.php The section storage.
OverridesEntityForm::actions function core/modules/layout_builder/src/Form/OverridesEntityForm.php
OverridesEntityForm::buildForm function core/modules/layout_builder/src/Form/OverridesEntityForm.php
OverridesEntityForm::buildMessage function core/modules/layout_builder/src/Form/OverridesEntityForm.php Renders a message to display at the top of the layout builder.
OverridesEntityForm::create function core/modules/layout_builder/src/Form/OverridesEntityForm.php
OverridesEntityForm::init function core/modules/layout_builder/src/Form/OverridesEntityForm.php
OverridesEntityForm::save function core/modules/layout_builder/src/Form/OverridesEntityForm.php
OverridesEntityForm::__construct function core/modules/layout_builder/src/Form/OverridesEntityForm.php Constructs a new OverridesEntityForm.
OverridesSectionStorage class core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php Defines the 'overrides' section storage type.
OverridesSectionStorage.php file core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php
OverridesSectionStorage::$currentUser property core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php The current user.
OverridesSectionStorage::$entityFieldManager property core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php The entity field manager.
OverridesSectionStorage::$entityRepository property core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php The entity repository.
OverridesSectionStorage::$entityTypeManager property core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php The entity type manager.
OverridesSectionStorage::$sectionStorageManager property core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php The section storage manager.
OverridesSectionStorage::access function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php
OverridesSectionStorage::buildLocalTasks function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php
OverridesSectionStorage::buildRoutes function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php
OverridesSectionStorage::create function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php
OverridesSectionStorage::deriveContextsFromRoute function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php
OverridesSectionStorage::extractEntityFromRoute function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php Extracts an entity from the route values.
OverridesSectionStorage::FIELD_NAME constant core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php The field name used by this storage.
OverridesSectionStorage::getContextsDuringPreview function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php
OverridesSectionStorage::getDefaultSectionStorage function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php
OverridesSectionStorage::getEntity function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php Gets the entity storing the overrides.
OverridesSectionStorage::getEntityTypes function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php Returns an array of relevant entity types.
OverridesSectionStorage::getLayoutBuilderUrl function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php
OverridesSectionStorage::getRedirectUrl function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php
OverridesSectionStorage::getSectionList function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php

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