Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
OverriddenConfigImportTest::setUp function core/modules/language/tests/src/Kernel/OverriddenConfigImportTest.php
OverriddenConfigImportTest::testConfigImportUpdates function core/modules/language/tests/src/Kernel/OverriddenConfigImportTest.php Tests importing overridden config alongside config in the default language.
OverriddenConfigurationTest class core/modules/settings_tray/tests/src/FunctionalJavascript/OverriddenConfigurationTest.php Tests handling of configuration overrides.
OverriddenConfigurationTest.php file core/modules/settings_tray/tests/src/FunctionalJavascript/OverriddenConfigurationTest.php
OverriddenConfigurationTest::$defaultTheme property core/modules/settings_tray/tests/src/FunctionalJavascript/OverriddenConfigurationTest.php The theme to install as the default for testing.
OverriddenConfigurationTest::$modules property core/modules/settings_tray/tests/src/FunctionalJavascript/OverriddenConfigurationTest.php Modules to enable.
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 The theme to install as the default for testing.
OverrideDisplaysTest::setUp function core/modules/views_ui/tests/src/Functional/OverrideDisplaysTest.php Sets up the test.
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 The theme to install as the default for testing.
OverrideSectionsTest::$resourceConfigId property core/modules/layout_builder/tests/src/Functional/Rest/OverrideSectionsTest.php The REST Resource Config entity ID under test (i.e. a resource type).
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 Returns an array of supported actions for the current entity form.
OverridesEntityForm::buildForm function core/modules/layout_builder/src/Form/OverridesEntityForm.php Form constructor.
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 Instantiates a new instance of this class.
OverridesEntityForm::getBaseFormId function core/modules/layout_builder/src/Form/OverridesEntityForm.php Returns a string identifying the base form.
OverridesEntityForm::getSectionStorage function core/modules/layout_builder/src/Form/OverridesEntityForm.php Retrieves the section storage object.
OverridesEntityForm::init function core/modules/layout_builder/src/Form/OverridesEntityForm.php Initializes the form state and the entity before the first form build.
OverridesEntityForm::redirectOnSubmit function core/modules/layout_builder/src/Form/OverridesEntityForm.php Form submission handler.
OverridesEntityForm::save function core/modules/layout_builder/src/Form/OverridesEntityForm.php Form submission handler for the 'save' action.
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 Overrides \Drupal\Core\Access\AccessibleInterface::access().
OverridesSectionStorage::buildLocalTasks function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php Provides the local tasks dynamically for Layout Builder plugins.
OverridesSectionStorage::buildRoutes function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php Provides the routes needed for Layout Builder UI.
OverridesSectionStorage::create function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php Creates an instance of the plugin.
OverridesSectionStorage::deriveContextsFromRoute function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php Derives the available plugin contexts from route values.

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