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
SwitchToLiveForm::create function core/modules/workspaces_ui/src/Form/SwitchToLiveForm.php
SwitchToLiveForm::getCancelUrl function core/modules/workspaces_ui/src/Form/SwitchToLiveForm.php
SwitchToLiveForm::getDescription function core/modules/workspaces_ui/src/Form/SwitchToLiveForm.php
SwitchToLiveForm::getFormId function core/modules/workspaces_ui/src/Form/SwitchToLiveForm.php
SwitchToLiveForm::getQuestion function core/modules/workspaces_ui/src/Form/SwitchToLiveForm.php
SwitchToLiveForm::submitForm function core/modules/workspaces_ui/src/Form/SwitchToLiveForm.php
SwitchToLiveForm::__construct function core/modules/workspaces_ui/src/Form/SwitchToLiveForm.php Constructs a new SwitchToLiveForm.
Symfony\Component\Mailer\Transport\AbstractTransportFactory service core/modules/mailer/mailer.services.yml Abstract
Symfony\Component\Mailer\Transport\NativeTransportFactory service core/modules/mailer/mailer.services.yml
Symfony\Component\Mailer\Transport\NullTransportFactory service core/modules/mailer/mailer.services.yml
Symfony\Component\Mailer\Transport\SendmailTransportFactory service core/modules/mailer/mailer.services.yml
Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory service core/modules/mailer/mailer.services.yml
SymlinkValidator class core/modules/package_manager/src/Validator/SymlinkValidator.php Flags errors if unsupported symbolic links are detected.
SymlinkValidator.php file core/modules/package_manager/src/Validator/SymlinkValidator.php
SymlinkValidator::validate function core/modules/package_manager/src/Validator/SymlinkValidator.php Flags errors if the project root or stage directory contain symbolic links.
SymlinkValidator::__construct function core/modules/package_manager/src/Validator/SymlinkValidator.php
SymlinkValidatorTest class core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php Tests Symlink Validator.
SymlinkValidatorTest.php file core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php
SymlinkValidatorTest::testAbsoluteSymlinks function core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php Tests that symlinks with absolute paths are not supported.
SymlinkValidatorTest::testHardLinks function core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php Tests that hard links are not supported.
SymlinkValidatorTest::testSymlinkPointingOutsideProjectRoot function core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php Tests that relative symlinks cannot point outside the project root.
SymlinkValidatorTest::testSymlinkPointingOutsideStageDirectory function core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php Tests that relative symlinks cannot point outside the stage directory.
SymlinkValidatorTest::testSymlinksNotAllowedOnWindows function core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php Tests that symlinks are not supported on Windows, even if they're safe.
SymlinkValidatorTest::testSymlinksWithinSamePackage function core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php Tests that relative symlinks within the same package are supported.
SymlinkValidatorTest::testSymlinkToDirectory function core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php Tests what happens when there is a symlink to a directory.
SymlinkValidatorTest::testUnsupportedLinkUnderExcludedPath function core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php Tests that unsupported links are excluded if they're under excluded paths.
SynchronizeCsrfTokenSeedTrait trait core/modules/ckeditor5/tests/src/Traits/SynchronizeCsrfTokenSeedTrait.php Synchronizes the child site's CSRF token seed back to the test runner.
SynchronizeCsrfTokenSeedTrait.php file core/modules/ckeditor5/tests/src/Traits/SynchronizeCsrfTokenSeedTrait.php
SynchronizeCsrfTokenSeedTrait::drupalLogin function core/modules/ckeditor5/tests/src/Traits/SynchronizeCsrfTokenSeedTrait.php
SynchronizeCsrfTokenSeedTrait::drupalLogout function core/modules/ckeditor5/tests/src/Traits/SynchronizeCsrfTokenSeedTrait.php
SynchronizeCsrfTokenSeedTrait::rebuildContainer function core/modules/ckeditor5/tests/src/Traits/SynchronizeCsrfTokenSeedTrait.php
SyndicateBlock::$configFactory property core/modules/node/src/Plugin/Block/SyndicateBlock.php The config factory.
system.image.test_toolkit.yml file core/modules/system/tests/modules/image_test/config/install/system.image.test_toolkit.yml core/modules/system/tests/modules/image_test/config/install/system.image.test_toolkit.yml
system.menu.tools.yml file core/modules/system/config/install/system.menu.tools.yml core/modules/system/config/install/system.menu.tools.yml
system.menu.tools.yml file core/tests/fixtures/config_install/testing_config_install/system.menu.tools.yml core/tests/fixtures/config_install/testing_config_install/system.menu.tools.yml
system.menu.tools.yml file core/tests/fixtures/config_install/multilingual/language/es/system.menu.tools.yml core/tests/fixtures/config_install/multilingual/language/es/system.menu.tools.yml
system.menu.tools.yml file core/tests/fixtures/config_install/multilingual/system.menu.tools.yml core/tests/fixtures/config_install/multilingual/system.menu.tools.yml
SystemAdminMenuBlockAccessCheck::hasAccessToChildMenuItems function core/modules/system/src/Access/SystemAdminMenuBlockAccessCheck.php Check that the given route has access to child routes.
SystemBrandingOffCanvasForm::$configFactory property core/modules/system/src/Form/SystemBrandingOffCanvasForm.php The config factory.
SystemBrandingOffCanvasForm::$configFactory property core/modules/settings_tray/src/Form/SystemBrandingOffCanvasForm.php The config factory.
SystemHooks::pageTop function core/modules/system/src/Hook/SystemHooks.php Implements hook_page_top().
SystemListingTest::testDirectoryPrecedence function core/modules/system/tests/src/Kernel/Common/SystemListingTest.php Tests that files in different directories take precedence as expected.
SystemListingTest::testFileScanIgnoreDirectory function core/modules/system/tests/src/Kernel/Common/SystemListingTest.php Tests that directories matching file_scan_ignore_directories are ignored.
SystemMenuBlock::$menuStorage property core/modules/system/src/Plugin/Derivative/SystemMenuBlock.php The menu storage.
SystemMenuBlockTest::convertBuiltMenuToIdTree function core/modules/system/tests/src/Kernel/Block/SystemMenuBlockTest.php Helper method to allow for easy menu link tree structure assertions.
SystemMenuOffCanvasForm::$configFactory property core/modules/system/src/Form/SystemMenuOffCanvasForm.php The config factory.
SystemMenuOffCanvasForm::$configFactory property core/modules/settings_tray/src/Form/SystemMenuOffCanvasForm.php The config factory.
SystemMenuOffCanvasForm::$menuStorage property core/modules/settings_tray/src/Form/SystemMenuOffCanvasForm.php
SystemMenuOffCanvasForm::$menuStorage property core/modules/system/src/Form/SystemMenuOffCanvasForm.php
SystemTestController::getCacheableResponseWithCustomCacheControl function core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php Returns a cacheable response with a custom cache control.

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