Search for rid

  1. Search 7.x for rid
  2. Search 8.9.x for rid
  3. Search 10.3.x for rid
  4. Search 11.x for rid
  5. Other projects
Title Object type File name Summary
node_post_update_modify_base_field_author_override function core/modules/node/node.post_update.php Updates stale references to Drupal\node\Entity\Node::getCurrentUserId.
oneplusfourgrid_section.css file core/profiles/demo_umami/themes/umami/layouts/oneplusfourgrid_section/oneplusfourgrid_section.css /*
* @file
* Provides the layout styles for two-column layout section.
*/

.layout--oneplusfourgrid-section {
display: flex;
flex-wrap: wrap;
}

.layout--oneplusfourgrid-section > .layout__region {
flex: 0 1 100%;
}

/* Large */
@media…
OverriddenConfigImportTest class core/modules/language/tests/src/Kernel/OverriddenConfigImportTest.php Tests importing of config with language overrides.
OverriddenConfigImportTest.php file core/modules/language/tests/src/Kernel/OverriddenConfigImportTest.php
OverriddenConfigImportTest::$configImporter property core/modules/language/tests/src/Kernel/OverriddenConfigImportTest.php Config Importer object used for testing.
OverriddenConfigImportTest::$modules property core/modules/language/tests/src/Kernel/OverriddenConfigImportTest.php Modules to enable.
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.

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