Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
SimpleConfigSectionStorage::$sections property core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php An array of sections.
SimpleConfigSectionStorage::access function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Overrides \Drupal\Core\Access\AccessibleInterface::access().
SimpleConfigSectionStorage::buildLocalTasks function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Provides the local tasks dynamically for Layout Builder plugins.
SimpleConfigSectionStorage::buildRoutes function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Provides the routes needed for Layout Builder UI.
SimpleConfigSectionStorage::create function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Creates an instance of the plugin.
SimpleConfigSectionStorage::deriveContextsFromRoute function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Derives the available plugin contexts from route values.
SimpleConfigSectionStorage::extractIdFromRoute function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Configures the plugin based on route values.
SimpleConfigSectionStorage::getConfigName function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Returns the name to be used to store in the config system.
SimpleConfigSectionStorage::getContextsDuringPreview function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Gets contexts for use during preview.
SimpleConfigSectionStorage::getLayoutBuilderUrl function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Gets the URL used to display the Layout Builder UI.
SimpleConfigSectionStorage::getRedirectUrl function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Gets the URL used when redirecting away from the Layout Builder UI.
SimpleConfigSectionStorage::getSectionListFromId function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Derives the section list from the storage ID.
SimpleConfigSectionStorage::getSections function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Gets the layout sections.
SimpleConfigSectionStorage::getStorageId function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Returns an identifier for this storage.
SimpleConfigSectionStorage::getStorageType function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Returns the type of this storage.
SimpleConfigSectionStorage::isApplicable function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Determines if this section storage is applicable for the current contexts.
SimpleConfigSectionStorage::label function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Gets the label for the object using the sections.
SimpleConfigSectionStorage::save function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Saves the sections.
SimpleConfigSectionStorage::setSections function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Stores the information for all sections.
SimpleConfigSectionStorage::__construct function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Overrides \Drupal\Component\Plugin\PluginBase::__construct().
SimpleConfigSectionStorageTest class core/modules/layout_builder/tests/src/Kernel/SimpleConfigSectionStorageTest.php Tests the test implementation of section storage.
SimpleConfigSectionStorageTest.php file core/modules/layout_builder/tests/src/Kernel/SimpleConfigSectionStorageTest.php
SimpleConfigSectionStorageTest::$modules property core/modules/layout_builder/tests/src/Kernel/SimpleConfigSectionStorageTest.php Modules to enable.
SimpleConfigSectionStorageTest::getSectionStorage function core/modules/layout_builder/tests/src/Kernel/SimpleConfigSectionStorageTest.php Sets up the section storage entity.
SimpleTestErrorCollectorTest class core/modules/simpletest/src/Tests/SimpleTestErrorCollectorTest.php Tests SimpleTest error and exception collector.
SimpleTestErrorCollectorTest.php file core/modules/simpletest/src/Tests/SimpleTestErrorCollectorTest.php
SimpleTestErrorCollectorTest::$collectedErrors property core/modules/simpletest/src/Tests/SimpleTestErrorCollectorTest.php Errors triggered during the test.
SimpleTestErrorCollectorTest::$modules property core/modules/simpletest/src/Tests/SimpleTestErrorCollectorTest.php Modules to enable.
SimpleTestErrorCollectorTest::assertError function core/modules/simpletest/src/Tests/SimpleTestErrorCollectorTest.php Asserts that a collected error matches what we are expecting.
SimpleTestErrorCollectorTest::error function core/modules/simpletest/src/Tests/SimpleTestErrorCollectorTest.php Stores errors into an array.
SimpleTestErrorCollectorTest::testErrorCollect function core/modules/simpletest/src/Tests/SimpleTestErrorCollectorTest.php Tests that simpletest collects errors from the tested site.
SimpletestPhpunitBrowserTest::testOutput function core/modules/simpletest/tests/fixtures/simpletest_phpunit_browsertest.php Dummy test that logs the visited front page for HTML output.
simpletest_clean_temporary_directories function core/modules/simpletest/simpletest.module Finds all leftover temporary directories and removes them.
simpletest_phpunit_testcase_to_row function core/modules/simpletest/simpletest.module Converts a PHPUnit test case result to a {simpletest} result row.
simpletest_phpunit_xml_to_rows function core/modules/simpletest/simpletest.module Converts PHPUnit's JUnit XML output to an array.
site.path.factory service core/core.services.yml Drupal\Core\SitePathFactory
SiteBrandingConvertedIntoBlockUpdateTest class core/modules/system/tests/src/Functional/Update/SiteBrandingConvertedIntoBlockUpdateTest.php Tests the upgrade path for page site variables being converted into a block.
SiteBrandingConvertedIntoBlockUpdateTest.php file core/modules/system/tests/src/Functional/Update/SiteBrandingConvertedIntoBlockUpdateTest.php
SiteBrandingConvertedIntoBlockUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/SiteBrandingConvertedIntoBlockUpdateTest.php The theme to install as the default for testing.
SiteBrandingConvertedIntoBlockUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/SiteBrandingConvertedIntoBlockUpdateTest.php Set database dump files to be used.
SiteBrandingConvertedIntoBlockUpdateTest::setUp function core/modules/system/tests/src/Functional/Update/SiteBrandingConvertedIntoBlockUpdateTest.php Overrides WebTestBase::setUp() for update testing.
SiteBrandingConvertedIntoBlockUpdateTest::testUpdateHookN function core/modules/system/tests/src/Functional/Update/SiteBrandingConvertedIntoBlockUpdateTest.php Tests that site branding elements are being converted into blocks.
SiteConfigureForm::$userStorage property core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php The user storage.
SiteInformationForm::$pathValidator property core/modules/system/src/Form/SiteInformationForm.php The path validator.
SitePathFactory class core/lib/Drupal/Core/SitePathFactory.php Gets the site path from the kernel.
SitePathFactory.php file core/lib/Drupal/Core/SitePathFactory.php
SitePathFactory::$drupalKernel property core/lib/Drupal/Core/SitePathFactory.php The Drupal kernel.
SitePathFactory::get function core/lib/Drupal/Core/SitePathFactory.php Gets the site path.
SitePathFactory::__construct function core/lib/Drupal/Core/SitePathFactory.php Constructs an SitePathFactory instance.
SitesDirectoryHardeningTest class core/modules/system/tests/src/Functional/System/SitesDirectoryHardeningTest.php Tests Drupal permissions hardening of /sites subdirectories.

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