Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Other projects
Title Object type File name Summary
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::isSupported function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php Determines if layout builder is supported by a view mode.
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 Tests Drupal\layout_builder\Plugin\SectionStorage\OverridesSectionStorage.
OverridesSectionStorageTest class core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php Tests Drupal\layout_builder\Plugin\SectionStorage\OverridesSectionStorage.
OverridesSectionStorageTest.php file core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php
OverridesSectionStorageTest.php file core/modules/layout_builder/tests/src/Unit/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/Kernel/OverridesSectionStorageTest.php The plugin.
OverridesSectionStorageTest::$plugin property core/modules/layout_builder/tests/src/Unit/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 Tests access.
OverridesSectionStorageTest::testBuildRoutes function core/modules/layout_builder/tests/src/Unit/OverridesSectionStorageTest.php Tests build routes.
OverridesSectionStorageTest::testDeriveContextsFromRoute function core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php Tests derive contexts from route.
OverridesSectionStorageTest::testExtractEntityFromRoute function core/modules/layout_builder/tests/src/Unit/OverridesSectionStorageTest.php Tests extract entity from route.
OverridesSectionStorageTest::testGetContexts function core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php Tests get contexts.
OverridesSectionStorageTest::testGetContextsDuringPreview function core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php Tests get contexts during preview.
OverridesSectionStorageTest::testGetDefaultSectionStorage function core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php Tests get default section storage.
OverridesSectionStorageTest::testGetTempstoreKey function core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php Tests get tempstore key.
OverridesSectionStorageTest::testIsOverridden function core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php Tests is overridden.
OverridesSectionStorageTest::testIsSupported function core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php @legacy-covers ::isSupported
OverviewTerms::$storageController property core/modules/taxonomy/src/Form/OverviewTerms.php The term storage handler.
OverwriteExistingPackagesValidator class core/modules/package_manager/src/Validator/OverwriteExistingPackagesValidator.php Validates that newly installed packages don't overwrite existing directories.
OverwriteExistingPackagesValidator.php file core/modules/package_manager/src/Validator/OverwriteExistingPackagesValidator.php
OverwriteExistingPackagesValidator::getSubscribedEvents function core/modules/package_manager/src/Validator/OverwriteExistingPackagesValidator.php
OverwriteExistingPackagesValidator::validate function core/modules/package_manager/src/Validator/OverwriteExistingPackagesValidator.php Validates that new installed packages don't overwrite existing directories.
OverwriteExistingPackagesValidator::__construct function core/modules/package_manager/src/Validator/OverwriteExistingPackagesValidator.php
OverwriteExistingPackagesValidatorTest class core/modules/package_manager/tests/src/Kernel/OverwriteExistingPackagesValidatorTest.php Tests Overwrite Existing Packages Validator.
OverwriteExistingPackagesValidatorTest.php file core/modules/package_manager/tests/src/Kernel/OverwriteExistingPackagesValidatorTest.php
OverwriteExistingPackagesValidatorTest::setUp function core/modules/package_manager/tests/src/Kernel/OverwriteExistingPackagesValidatorTest.php
OverwriteExistingPackagesValidatorTest::testNewPackagesOverwriteExisting function core/modules/package_manager/tests/src/Kernel/OverwriteExistingPackagesValidatorTest.php Tests that new installed packages overwrite existing directories.
PackageGenerator class composer/Generator/PackageGenerator.php Generates metapackages.
PackageGenerator.php file composer/Generator/PackageGenerator.php
PackageGenerator::$generatedProjectBaseDir property composer/Generator/PackageGenerator.php Base directory where generated projects are written.
PackageGenerator::builders function composer/Generator/PackageGenerator.php Returns a list of metapackage builders.

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