Search for rid

  1. Search 7.x for rid
  2. Search 9.5.x for rid
  3. Search 8.9.x for rid
  4. Search 10.3.x for rid
  5. Other projects
Title Object type File name Summary
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 Constructs a \Drupal\Component\Plugin\PluginBase object.
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[[api-linebreak]]
OverridesSectionStorageTest class core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php @coversDefaultClass \Drupal\layout_builder\Plugin\SectionStorage\OverridesSectionStorage[[api-linebreak]]
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.
OverridesSectionStorageTest::$entityTypeManager property core/modules/layout_builder/tests/src/Unit/OverridesSectionStorageTest.php The entity type manager.
OverridesSectionStorageTest::$modules property core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php Modules to install.
OverridesSectionStorageTest::$plugin property core/modules/layout_builder/tests/src/Unit/OverridesSectionStorageTest.php The plugin.
OverridesSectionStorageTest::$plugin property core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php The plugin.
OverridesSectionStorageTest::providerTestAccess function core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php Provides test data for ::testAccess().
OverridesSectionStorageTest::providerTestExtractEntityFromRoute function core/modules/layout_builder/tests/src/Unit/OverridesSectionStorageTest.php Provides data for ::testExtractEntityFromRoute().
OverridesSectionStorageTest::setUp function core/modules/layout_builder/tests/src/Unit/OverridesSectionStorageTest.php
OverridesSectionStorageTest::setUp function core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php
OverridesSectionStorageTest::testAccess function core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php @covers ::access[[api-linebreak]]
@dataProvider providerTestAccess
OverridesSectionStorageTest::testBuildRoutes function core/modules/layout_builder/tests/src/Unit/OverridesSectionStorageTest.php @covers ::buildRoutes[[api-linebreak]]
@covers ::hasIntegerId[[api-linebreak]]
@covers ::getEntityTypes[[api-linebreak]]
@covers \Drupal\layout_builder\Routing\LayoutBuilderRoutesTrait::buildLayoutRoutes[[api-linebreak]]
OverridesSectionStorageTest::testDeriveContextsFromRoute function core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php @covers ::deriveContextsFromRoute[[api-linebreak]]
OverridesSectionStorageTest::testExtractEntityFromRoute function core/modules/layout_builder/tests/src/Unit/OverridesSectionStorageTest.php @covers ::extractEntityFromRoute[[api-linebreak]]
OverridesSectionStorageTest::testGetContexts function core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php @covers ::getContexts[[api-linebreak]]
OverridesSectionStorageTest::testGetContextsDuringPreview function core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php @covers ::getContextsDuringPreview[[api-linebreak]]
OverridesSectionStorageTest::testGetDefaultSectionStorage function core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php @covers ::getDefaultSectionStorage[[api-linebreak]]
OverridesSectionStorageTest::testGetTempstoreKey function core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php @covers ::getTempstoreKey[[api-linebreak]]
OverridesSectionStorageTest::testIsOverridden function core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php @covers ::isOverridden[[api-linebreak]]
PagerPluginBase::getPagerId function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Get the pager id, if it exists.
PagerPluginBaseTest::testGetPagerId function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Tests the getPagerId() method.
PathPluginBase::overrideApplies function core/modules/views/src/Plugin/views/display/PathPluginBase.php Determines whether the view overrides the given route.
PathPluginBase::overrideAppliesPathAndMethod function core/modules/views/src/Plugin/views/display/PathPluginBase.php Determines whether an override for the path and method should happen.
PhpStorageFactoryTest::testGetOverride function core/modules/system/tests/src/Kernel/PhpStorage/PhpStorageFactoryTest.php Tests the get() method with overridden settings.
PhpTransliteration::$languageOverrides property core/lib/Drupal/Component/Transliteration/PhpTransliteration.php Associative array of language-specific character transliteration tables.
PhpTransliteration::readLanguageOverrides function core/lib/Drupal/Core/Transliteration/PhpTransliteration.php Overrides \Drupal\Component\Transliteration\PhpTransliteration::readLanguageOverrides().
PhpTransliteration::readLanguageOverrides function core/lib/Drupal/Component/Transliteration/PhpTransliteration.php Reads in language overrides for a language code.
PhpUnitBridgeIsolatedTest class core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeIsolatedTest.php Test how unit tests interact with deprecation errors in process isolation.
PhpUnitBridgeIsolatedTest.php file core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeIsolatedTest.php
PhpUnitBridgeIsolatedTest::testDeprecatedClass function core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeIsolatedTest.php
PhpUnitBridgeTest class core/tests/Drupal/KernelTests/Core/Test/PhpUnitBridgeTest.php Test how kernel tests interact with deprecation errors.
PhpUnitBridgeTest class core/tests/Drupal/FunctionalTests/Core/Test/PhpUnitBridgeTest.php Tests Drupal's extension to manage code deprecation.
PhpUnitBridgeTest class core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeTest.php Test how unit tests interact with deprecation errors.

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