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
SessionWorkspaceNegotiator::getActiveWorkspaceId function core/modules/workspaces/src/Negotiator/SessionWorkspaceNegotiator.php Performs workspace negotiation.
SessionWorkspaceNegotiator::setActiveWorkspace function core/modules/workspaces/src/Negotiator/SessionWorkspaceNegotiator.php Notifies the negotiator that the workspace ID returned has been accepted.
SessionWorkspaceNegotiator::unsetActiveWorkspace function core/modules/workspaces/src/Negotiator/SessionWorkspaceNegotiator.php Unsets the negotiated workspace.
SessionWorkspaceNegotiator::__construct function core/modules/workspaces/src/Negotiator/SessionWorkspaceNegotiator.php
session_handler.storage service core/core.services.yml Drupal\Core\Session\SessionHandler
SetCustomize class core/modules/shortcut/src/Form/SetCustomize.php Builds the shortcut set customize form.
SetCustomize.php file core/modules/shortcut/src/Form/SetCustomize.php
SetCustomize::$entity property core/modules/shortcut/src/Form/SetCustomize.php The entity being used by this form.
SetCustomize::actions function core/modules/shortcut/src/Form/SetCustomize.php Returns an array of supported actions for the current entity form.
SetCustomize::form function core/modules/shortcut/src/Form/SetCustomize.php Gets the actual form array to be built.
SetCustomize::save function core/modules/shortcut/src/Form/SetCustomize.php Form submission handler for the 'save' action.
SetDialogOptionCommand::$selector property core/lib/Drupal/Core/Ajax/SetDialogOptionCommand.php A CSS selector string.
Settings::$storage property core/lib/Drupal/Core/Site/Settings.php Array with the settings.
SettingsEditor class core/lib/Drupal/Core/Site/SettingsEditor.php Generates settings.php files for Drupal installations.
SettingsEditor.php file core/lib/Drupal/Core/Site/SettingsEditor.php
SettingsEditor::exportSettingsToPhp function core/lib/Drupal/Core/Site/SettingsEditor.php Recursively exports one or more settings to a valid PHP string.
SettingsEditor::exportSingleSettingToPhp function core/lib/Drupal/Core/Site/SettingsEditor.php Exports the value of a value property and adds the comment if it exists.
SettingsEditor::isArrayIndex function core/lib/Drupal/Core/Site/SettingsEditor.php Checks whether the token is a valid array index (a number or string).
SettingsEditor::isSimple function core/lib/Drupal/Core/Site/SettingsEditor.php Checks whether the given token represents a scalar or NULL.
SettingsEditor::rewrite function core/lib/Drupal/Core/Site/SettingsEditor.php Replaces values in settings.php with values in the submitted array.
SettingsEditor::setGlobal function core/lib/Drupal/Core/Site/SettingsEditor.php Makes the given setting global.
SettingsEditor::__construct function core/lib/Drupal/Core/Site/SettingsEditor.php This class should not be instantiated.
SettingsTrayHooks::toolbarAlter function core/modules/settings_tray/src/Hook/SettingsTrayHooks.php Implements hook_toolbar_alter().
SettingsTrayTest::getBlockSelector function core/modules/settings_tray/tests/src/Functional/SettingsTrayTest.php Gets the block CSS selector.
SettingsTrayTest::testOptOut function core/modules/settings_tray/tests/src/Functional/SettingsTrayTest.php Tests that certain blocks opt out from Settings Tray.
SettingsTrayTestBase::assertOffCanvasBlockFormIsValid function core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayTestBase.php Asserts that Off-Canvas block form is valid.
SettingsTrayTestBase::getBlockSelector function core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayTestBase.php Gets the block CSS selector.
SettingsTrayTestBase::LABEL_INPUT_SELECTOR constant core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayTestBase.php
SettingsTrayTestBase::pressToolbarEditButton function core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayTestBase.php Press the toolbar Edit button provided by the contextual module.
SettingsTrayTestBase::TOOLBAR_EDIT_LINK_SELECTOR constant core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayTestBase.php
SettingsValidator class core/modules/package_manager/src/Validator/SettingsValidator.php Checks that Drupal's settings are valid for Package Manager.
SettingsValidator.php file core/modules/package_manager/src/Validator/SettingsValidator.php
SettingsValidator::getSubscribedEvents function core/modules/package_manager/src/Validator/SettingsValidator.php
SettingsValidator::validate function core/modules/package_manager/src/Validator/SettingsValidator.php Checks that Drupal's settings are valid for Package Manager.
SettingsValidatorTest class core/modules/package_manager/tests/src/Kernel/SettingsValidatorTest.php Tests Settings Validator.
SettingsValidatorTest.php file core/modules/package_manager/tests/src/Kernel/SettingsValidatorTest.php
SettingsValidatorTest::providerSettingsValidation function core/modules/package_manager/tests/src/Kernel/SettingsValidatorTest.php Data provider for testSettingsValidation().
SettingsValidatorTest::testSettingsValidation function core/modules/package_manager/tests/src/Kernel/SettingsValidatorTest.php Tests settings validation before starting an update.
SettingsValidatorTest::testSettingsValidationDuringPreApply function core/modules/package_manager/tests/src/Kernel/SettingsValidatorTest.php Tests settings validation during pre-apply.
settings_tray.toolbar.css file core/themes/stable9/css/settings_tray/settings_tray.toolbar.css Visual styling for the toolbar when Settings Tray module is enabled.
settings_tray.toolbar.css file core/modules/settings_tray/css/settings_tray.toolbar.css Visual styling for the toolbar when Settings Tray module is enabled.
ShapeItem::defaultStorageSettings function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ShapeItem.php Defines the storage-level settings for this plugin.
SharedTempStore class core/lib/Drupal/Core/TempStore/SharedTempStore.php Stores and retrieves temporary data for a given owner.
SharedTempStore.php file core/lib/Drupal/Core/TempStore/SharedTempStore.php
SharedTempStore::$currentUser property core/lib/Drupal/Core/TempStore/SharedTempStore.php The current user.
SharedTempStore::$expire property core/lib/Drupal/Core/TempStore/SharedTempStore.php The time to live for items in seconds.
SharedTempStore::$lockBackend property core/lib/Drupal/Core/TempStore/SharedTempStore.php The lock object used for this data.
SharedTempStore::$owner property core/lib/Drupal/Core/TempStore/SharedTempStore.php The owner key to store along with the data (e.g. a user or session ID).
SharedTempStore::$requestStack property core/lib/Drupal/Core/TempStore/SharedTempStore.php The request stack.
SharedTempStore::$storage property core/lib/Drupal/Core/TempStore/SharedTempStore.php The key/value storage object used for this data.

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