Search for rid
| Title | Object type | File name | Summary |
|---|---|---|---|
| node_post_update_modify_base_field_author_override | function | core/ |
Updates stale references to Drupal\node\Entity\Node::getCurrentUserId. |
| oneplusfourgrid_section.css | file | core/ |
/* * @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/ |
Tests importing of config with language overrides. |
| OverriddenConfigImportTest.php | file | core/ |
|
| OverriddenConfigImportTest::$configImporter | property | core/ |
Config Importer object used for testing. |
| OverriddenConfigImportTest::$modules | property | core/ |
Modules to enable. |
| OverriddenConfigImportTest::setUp | function | core/ |
|
| OverriddenConfigImportTest::testConfigImportUpdates | function | core/ |
Tests importing overridden config alongside config in the default language. |
| OverriddenConfigurationTest | class | core/ |
Tests handling of configuration overrides. |
| OverriddenConfigurationTest.php | file | core/ |
|
| OverriddenConfigurationTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| OverriddenConfigurationTest::$modules | property | core/ |
Modules to enable. |
| OverriddenConfigurationTest::assertOverriddenBlockDisabled | function | core/ |
Asserts that an overridden block has Settings Tray disabled. |
| OverriddenConfigurationTest::setUp | function | core/ |
|
| OverriddenConfigurationTest::testOverriddenBlock | function | core/ |
Tests that blocks with configuration overrides are disabled. |
| OverriddenConfigurationTest::testOverriddenConfigurationRemoved | function | core/ |
Tests blocks with overridden related configuration removed when overridden. |
| override-settings.php | file | core/ |
A settings.php fixture file scaffolded from the scaffold-override-fixture. |
| OverrideDisplaysTest | class | core/ |
Tests that displays can be correctly overridden via the user interface. |
| OverrideDisplaysTest.php | file | core/ |
|
| OverrideDisplaysTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| OverrideDisplaysTest::setUp | function | core/ |
Sets up the test. |
| OverrideDisplaysTest::testOverrideDisplays | function | core/ |
Tests that displays can be overridden via the UI. |
| OverrideDisplaysTest::testRevertAllDisplays | function | core/ |
Tests that the revert to all displays select-option works as expected. |
| OverrideDisplaysTest::testWizardMixedDefaultOverriddenDisplays | function | core/ |
Tests that the wizard correctly sets up default and overridden displays. |
| OverrideSectionsTest | class | core/ |
Tests that override layout sections are not exposed via the REST API. |
| OverrideSectionsTest.php | file | core/ |
|
| OverrideSectionsTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| OverrideSectionsTest::$resourceConfigId | property | core/ |
The REST Resource Config entity ID under test (i.e. a resource type). |
| OverrideSectionsTest::setUp | function | core/ |
|
| OverrideSectionsTest::testOverrideField | function | core/ |
Tests that the layout override field is not normalized. |
| OverridesEntityForm | class | core/ |
Provides a form containing the Layout Builder UI for overrides. |
| OverridesEntityForm.php | file | core/ |
|
| OverridesEntityForm::$layoutTempstoreRepository | property | core/ |
Layout tempstore repository. |
| OverridesEntityForm::$sectionStorage | property | core/ |
The section storage. |
| OverridesEntityForm::actions | function | core/ |
Returns an array of supported actions for the current entity form. |
| OverridesEntityForm::buildForm | function | core/ |
Form constructor. |
| OverridesEntityForm::buildMessage | function | core/ |
Renders a message to display at the top of the layout builder. |
| OverridesEntityForm::create | function | core/ |
Instantiates a new instance of this class. |
| OverridesEntityForm::getBaseFormId | function | core/ |
Returns a string identifying the base form. |
| OverridesEntityForm::getSectionStorage | function | core/ |
Retrieves the section storage object. |
| OverridesEntityForm::init | function | core/ |
Initializes the form state and the entity before the first form build. |
| OverridesEntityForm::redirectOnSubmit | function | core/ |
Form submission handler. |
| OverridesEntityForm::save | function | core/ |
Form submission handler for the 'save' action. |
| OverridesEntityForm::__construct | function | core/ |
Constructs a new OverridesEntityForm. |
| OverridesSectionStorage | class | core/ |
Defines the 'overrides' section storage type. |
| OverridesSectionStorage.php | file | core/ |
|
| OverridesSectionStorage::$currentUser | property | core/ |
The current user. |
| OverridesSectionStorage::$entityFieldManager | property | core/ |
The entity field manager. |
| OverridesSectionStorage::$entityRepository | property | core/ |
The entity repository. |
| OverridesSectionStorage::$entityTypeManager | property | core/ |
The entity type manager. |
Pagination
- Previous page
- Page 12
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.