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. Search 11.x for to
  6. Other projects
Title Object type File name Summary
SandboxManagerBase::TEMPSTORE_METADATA_KEY constant core/modules/package_manager/src/SandboxManagerBase.php The tempstore key under which to store arbitrary metadata for this stage.
SandboxManagerBase::TEMPSTORE_STAGING_ROOT_KEY constant core/modules/package_manager/src/SandboxManagerBase.php The tempstore key under which to store the path of stage root directory.
SandboxManagerBaseTest::providerStoreDestroyInfo function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Data provider for testStoreDestroyInfo().
SandboxManagerBaseTest::testCollectPathsToExclude function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Tests that paths to exclude are collected before create and apply.
SandboxManagerBaseTest::testFailureCollectPathsToExclude function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Tests that if a stage fails to get paths to exclude, throws a stage exception.
SandboxManagerBaseTest::testFailureCollectPathsToExcludeOnApply function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Tests that if apply fails to get paths to exclude, throws a stage exception.
SandboxManagerBaseTest::testGetSandboxDirectory function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Tests get sandbox directory.
SandboxManagerBaseTest::testStageDirectoryDeletedDuringCron function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Tests that destroyed stage directories are actually deleted during cron.
SandboxManagerBaseTest::testStageDirectoryExists function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Tests stage directory exists.
SandboxManagerBaseTest::testStoreDestroyInfo function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Tests exceptions thrown because of previously destroyed stage.
SandboxManagerBaseTest::testTempStoreMessageExpired function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Tests exception message once temp store message has expired.
SandboxManagerBaseTest::testUncreatedGetSandboxDirectory function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Tests uncreated get sandbox directory.
SandboxValidationEvent::stopPropagation function core/modules/package_manager/src/Event/SandboxValidationEvent.php
ScaffoldFileCollection::getIterator function composer/Plugin/Scaffold/Operations/ScaffoldFileCollection.php Retrieves the iterator for the object.
ScaffoldFilePath::getInterpolator function composer/Plugin/Scaffold/ScaffoldFilePath.php Interpolate a string using the data from this scaffold file info.
ScaffoldTest::assertAutoloadFileCorrect function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php Assert that the autoload file was scaffolded and contains correct path.
ScaffoldTest::scaffoldAppendTestValuesToPermute function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php Tests values to run both with $is_link FALSE and $is_link TRUE.
ScanDirectoryTest class core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php Tests \Drupal\Core\File\FileSystem::scanDirectory.
ScanDirectoryTest.php file core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php
ScanDirectoryTest::$fileSystem property core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php The file system.
ScanDirectoryTest::$modules property core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php Modules to install.
ScanDirectoryTest::$path property core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php The location of the fixtures files.
ScanDirectoryTest::setUp function core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php
ScanDirectoryTest::testIgnoreDirectories function core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php Tests ::scanDirectory obeys 'file_scan_ignore_directories' setting.
ScanDirectoryTest::testOptionCallback function core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php Check that the callback function is called correctly.
ScanDirectoryTest::testOptionKey function core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php Check that key parameter sets the return value's key.
ScanDirectoryTest::testOptionMinDepth function core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php Tests the min_depth option of scanDirectory().
ScanDirectoryTest::testOptionNoMask function core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php Check that the no-mask parameter is honored.
ScanDirectoryTest::testOptionRecurse function core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php Check that the recurse option descends into subdirectories.
ScanDirectoryTest::testReturn function core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php Check the format of the returned values.
SchemaInspector class core/tests/Drupal/TestTools/Extension/SchemaInspector.php Provides methods to access modules' schema.
SchemaInspector.php file core/tests/Drupal/TestTools/Extension/SchemaInspector.php
SchemaInspector::getTablesSpecification function core/tests/Drupal/TestTools/Extension/SchemaInspector.php Returns the module's schema specification.
SchemaTableColumnSizeTooLargeException class core/lib/Drupal/Core/Database/Exception/SchemaTableColumnSizeTooLargeException.php Exception thrown if a column size is too large on table creation.
SchemaTableColumnSizeTooLargeException.php file core/lib/Drupal/Core/Database/Exception/SchemaTableColumnSizeTooLargeException.php
SchemaTableKeyTooLargeException class core/lib/Drupal/Core/Database/Exception/SchemaTableKeyTooLargeException.php Exception thrown if a key is too large.
SchemaTableKeyTooLargeException.php file core/lib/Drupal/Core/Database/Exception/SchemaTableKeyTooLargeException.php
SchemaTest::testSchemaTableColumnSizeTooLargeException function core/modules/mysql/tests/src/Kernel/mysql/SchemaTest.php Tests SchemaTableColumnSizeTooLargeException.
SchemaTest::testSchemaTableKeyTooLargeException function core/modules/mysql/tests/src/Kernel/mysql/SchemaTest.php Tests SchemaTableKeyTooLargeException.
ScrollTopCommand class core/lib/Drupal/Core/Ajax/ScrollTopCommand.php Provides an AJAX command for scrolling to the top of an element.
ScrollTopCommand.php file core/lib/Drupal/Core/Ajax/ScrollTopCommand.php
ScrollTopCommand::$selector property core/lib/Drupal/Core/Ajax/ScrollTopCommand.php A CSS selector string.
ScrollTopCommand::render function core/lib/Drupal/Core/Ajax/ScrollTopCommand.php Return an array to be run through json_encode and sent to the client.
ScrollTopCommand::__construct function core/lib/Drupal/Core/Ajax/ScrollTopCommand.php Constructs a \Drupal\Core\Ajax\ScrollTopCommand object.
sdc_other_node_visitor.info.yml file core/modules/system/tests/modules/sdc_other_node_visitor/sdc_other_node_visitor.info.yml core/modules/system/tests/modules/sdc_other_node_visitor/sdc_other_node_visitor.info.yml
sdc_other_node_visitor.services.yml file core/modules/system/tests/modules/sdc_other_node_visitor/sdc_other_node_visitor.services.yml core/modules/system/tests/modules/sdc_other_node_visitor/sdc_other_node_visitor.services.yml
sdc_other_node_visitor.twig.extension.profiler service core/modules/system/tests/modules/sdc_other_node_visitor/sdc_other_node_visitor.services.yml Drupal\sdc_other_node_visitor\Twig\Extension\TestProfilerExtension
search.search_page_repository service core/modules/search/search.services.yml Drupal\search\SearchPageRepository
Search::operatorForm function core/modules/search/src/Plugin/views/filter/Search.php Options form subform for setting the operator.
SearchableHelpInterface::listSearchableTopics function core/modules/help/src/SearchableHelpInterface.php Returns the IDs of topics that should be indexed for searching.

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