Search for to

  1. Search 7.x for to
  2. Search 8.9.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
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.
SettingsTrayIntegrationTest::testCustomBlockLinks function core/modules/quickedit/tests/src/FunctionalJavascript/SettingsTrayIntegrationTest.php Tests that contextual links in custom blocks are changed.
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
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/themes/stable/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.
settings_tray_toolbar_alter function core/modules/settings_tray/settings_tray.module Implements hook_toolbar_alter().
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.
SharedTempStore::delete function core/lib/Drupal/Core/TempStore/SharedTempStore.php Deletes data from the store for a given key and releases the lock on it.
SharedTempStore::deleteIfOwner function core/lib/Drupal/Core/TempStore/SharedTempStore.php Deletes data from the store for a given key and releases the lock on it.
SharedTempStore::ensureAnonymousSession function core/lib/Drupal/Core/TempStore/SharedTempStore.php Stores the owner in the session if the user is anonymous.
SharedTempStore::get function core/lib/Drupal/Core/TempStore/SharedTempStore.php Retrieves a value from this SharedTempStore for a given key.
SharedTempStore::getIfOwner function core/lib/Drupal/Core/TempStore/SharedTempStore.php Retrieves a value from this SharedTempStore for a given key.
SharedTempStore::getMetadata function core/lib/Drupal/Core/TempStore/SharedTempStore.php Returns the metadata associated with a particular key/value pair.
SharedTempStore::set function core/lib/Drupal/Core/TempStore/SharedTempStore.php Stores a particular key/value pair in this SharedTempStore.
SharedTempStore::setIfNotExists function core/lib/Drupal/Core/TempStore/SharedTempStore.php Stores a particular key/value pair only if the key doesn't already exist.
SharedTempStore::setIfOwner function core/lib/Drupal/Core/TempStore/SharedTempStore.php Stores a particular key/value pair in this SharedTempStore.
SharedTempStore::__construct function core/lib/Drupal/Core/TempStore/SharedTempStore.php Constructs a new object for accessing data from a key/value store.
SharedTempStoreFactory class core/lib/Drupal/Core/TempStore/SharedTempStoreFactory.php Creates a shared temporary storage for a collection.
SharedTempStoreFactory.php file core/lib/Drupal/Core/TempStore/SharedTempStoreFactory.php
SharedTempStoreFactory::$currentUser property core/lib/Drupal/Core/TempStore/SharedTempStoreFactory.php The current user.
SharedTempStoreFactory::$expire property core/lib/Drupal/Core/TempStore/SharedTempStoreFactory.php The time to live for items in seconds.
SharedTempStoreFactory::$lockBackend property core/lib/Drupal/Core/TempStore/SharedTempStoreFactory.php The lock object used for this data.
SharedTempStoreFactory::$requestStack property core/lib/Drupal/Core/TempStore/SharedTempStoreFactory.php The request stack.
SharedTempStoreFactory::$storageFactory property core/lib/Drupal/Core/TempStore/SharedTempStoreFactory.php The storage factory creating the backend to store the data.
SharedTempStoreFactory::get function core/lib/Drupal/Core/TempStore/SharedTempStoreFactory.php Creates a SharedTempStore for the current user or anonymous session.
SharedTempStoreFactory::__construct function core/lib/Drupal/Core/TempStore/SharedTempStoreFactory.php Constructs a Drupal\Core\TempStore\SharedTempStoreFactory object.
SharedTempStoreTest class core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php @coversDefaultClass \Drupal\Core\TempStore\SharedTempStore[[api-linebreak]]
@group TempStore
SharedTempStoreTest.php file core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php

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