Search for rid

  1. Search 7.x for rid
  2. Search 9.5.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
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.
OverridesSectionStorage::extractEntityFromRoute function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php Extracts an entity from the route values.
OverridesSectionStorage::extractIdFromRoute function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php Configures the plugin based on 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 Gets contexts for use during preview.
OverridesSectionStorage::getDefaultSectionStorage function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php Returns the corresponding defaults section storage for this override.
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 Gets the URL used to display the Layout Builder UI.
OverridesSectionStorage::getRedirectUrl function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php Gets the URL used when redirecting away from the Layout Builder UI.
OverridesSectionStorage::getSectionList function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php Gets the section list.
OverridesSectionStorage::getSectionListFromId function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php Derives the section list from the storage ID.
OverridesSectionStorage::getStorageId function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php Returns an identifier for this storage.
OverridesSectionStorage::getTempstoreKey function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php Gets a string suitable for use as a tempstore key.
OverridesSectionStorage::handleTranslationAccess function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php Handles access checks related to translations.
OverridesSectionStorage::hasIntegerId function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php Determines if this entity type's ID is stored as an integer.
OverridesSectionStorage::isApplicable function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php Determines if this section storage is applicable for the current contexts.
OverridesSectionStorage::isOverridden function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php Indicates if overrides are in use.
OverridesSectionStorage::label function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php Gets the label for the object using the sections.
OverridesSectionStorage::save function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php Saves the sections.
OverridesSectionStorage::__construct function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php Overrides \Drupal\Component\Plugin\PluginBase::__construct().
OverridesSectionStorageInterface interface core/modules/layout_builder/src/OverridesSectionStorageInterface.php Defines an interface for an object that stores layout sections for overrides.
OverridesSectionStorageInterface.php file core/modules/layout_builder/src/OverridesSectionStorageInterface.php
OverridesSectionStorageInterface::getDefaultSectionStorage function core/modules/layout_builder/src/OverridesSectionStorageInterface.php Returns the corresponding defaults section storage for this override.
OverridesSectionStorageInterface::isOverridden function core/modules/layout_builder/src/OverridesSectionStorageInterface.php Indicates if overrides are in use.
OverridesSectionStorageTest class core/modules/layout_builder/tests/src/Unit/OverridesSectionStorageTest.php @coversDefaultClass \Drupal\layout_builder\Plugin\SectionStorage\OverridesSectionStorage
OverridesSectionStorageTest class core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php @coversDefaultClass \Drupal\layout_builder\Plugin\SectionStorage\OverridesSectionStorage
OverridesSectionStorageTest.php file core/modules/layout_builder/tests/src/Unit/OverridesSectionStorageTest.php
OverridesSectionStorageTest.php file core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php
OverridesSectionStorageTest::$entityFieldManager property core/modules/layout_builder/tests/src/Unit/OverridesSectionStorageTest.php The entity field manager.
OverridesSectionStorageTest::$entityRepository property core/modules/layout_builder/tests/src/Unit/OverridesSectionStorageTest.php The entity repository.

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