Search for __set

  1. Search 7.x for __set
  2. Search 8.9.x for __set
  3. Search 10.3.x for __set
  4. Search 11.x for __set
  5. Other projects
Title Object type File name Summary
SessionCacheContextTest::setUp function core/tests/Drupal/Tests/Core/Cache/Context/SessionCacheContextTest.php
SessionConfigurationTest::providerTestConstructorDefaultSettings function core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php Data provider for the constructor test.
SessionConfigurationTest::testConstructorDefaultSettings function core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php Tests constructor's default settings.
SessionHttpsTest::setUp function core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php
SessionManager::setWriteSafeHandler function core/lib/Drupal/Core/Session/SessionManager.php Sets the write safe session handler.
SessionManagerInterface::setWriteSafeHandler function core/lib/Drupal/Core/Session/SessionManagerInterface.php Sets the write safe session handler.
SessionTest::sessionReset function core/modules/system/tests/src/Functional/Session/SessionTest.php Reset the cookie file so that it refers to the specified user.
SessionTest::setUp function core/tests/Drupal/FunctionalJavascriptTests/Core/Session/SessionTest.php
SessionTestController::noSet function core/modules/system/tests/modules/session_test/src/Controller/SessionTestController.php Turns off session saving and then tries to save a value anyway.
SessionTestController::set function core/modules/system/tests/modules/session_test/src/Controller/SessionTestController.php Stores a value in $_SESSION['session_test_value'].
SessionTestController::setMessage function core/modules/system/tests/modules/session_test/src/Controller/SessionTestController.php Sets a message to me displayed on the following page.
SessionTestController::setMessageButDoNotSave function core/modules/system/tests/modules/session_test/src/Controller/SessionTestController.php Sets a message but call drupal_save_session(FALSE).
SessionTestController::setSession function core/modules/system/tests/modules/session_test/src/Controller/SessionTestController.php Sets a test value on the session.
SessionTestController::setSessionBagFlag function core/modules/system/tests/modules/session_test/src/Controller/SessionTestController.php Sets the test flag in the session test bag.
SessionWorkspaceNegotiator::setActiveWorkspace function core/modules/workspaces/src/Negotiator/SessionWorkspaceNegotiator.php Sets the negotiated workspace.
SessionWorkspaceNegotiator::unsetActiveWorkspace function core/modules/workspaces/src/Negotiator/SessionWorkspaceNegotiator.php Unsets the negotiated workspace.
SettableDiscoveryExtensionListTrait::setExtensionDiscovery function core/tests/Drupal/Tests/Core/Extension/ThemeExtensionListTest.php Sets the extension discovery.
SetterInjection::setter function core/modules/system/tests/modules/new_dependency_test/src/SetterInjection.php SetterInjection constructor.
Settings::$deprecatedSettings property core/lib/Drupal/Core/Site/Settings.php Information about all deprecated settings, keyed by legacy settings name.
SettingsAnnotation::$settings property core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
SettingsCommand::$settings property core/lib/Drupal/Core/Ajax/SettingsCommand.php An array of key/value pairs of JavaScript settings.
SettingsFormTest::testSettingsForm function core/modules/media_library/tests/src/Functional/SettingsFormTest.php Tests the Media Library settings form.
SettingsRewriteTest::testDrupalRewriteSettings function core/tests/Drupal/KernelTests/Core/Site/SettingsRewriteTest.php Tests the drupal_rewrite_settings() function.
SettingsTest::$settings property core/tests/Drupal/Tests/Core/Site/SettingsTest.php The class under test.
SettingsTest::providerTestFakeDeprecatedSettings function core/tests/Drupal/Tests/Core/Site/SettingsTest.php Provides data for testFakeDeprecatedSettings().
SettingsTest::providerTestRealDeprecatedSettings function core/tests/Drupal/Tests/Core/Site/SettingsTest.php Provides data for testRealDeprecatedSettings().
SettingsTest::setUp function core/tests/Drupal/Tests/Core/Site/SettingsTest.php @covers ::__construct[[api-linebreak]]
SettingsTest::setUp function core/modules/migrate_drupal_ui/tests/src/FunctionalJavascript/SettingsTest.php
SettingsTest::setUp function core/modules/views_ui/tests/src/Functional/SettingsTest.php Sets up the test.
SettingsTest::testFakeDeprecatedSettings function core/tests/Drupal/Tests/Core/Site/SettingsTest.php Tests deprecation messages and values when using fake deprecated settings.
SettingsTest::testRealDeprecatedSettings function core/tests/Drupal/Tests/Core/Site/SettingsTest.php Tests deprecation messages for real deprecated settings.
SettingsTrayBlockFormTest::setUp function core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php
SettingsTrayIntegrationTest::setUp function core/modules/quickedit/tests/src/FunctionalJavascript/SettingsTrayIntegrationTest.php
SettingSummariesContentTypeTest::setUp function core/modules/node/tests/src/FunctionalJavascript/SettingSummariesContentTypeTest.php
SevenLayoutBuilderTest::setUp function core/themes/seven/tests/src/Functional/SevenLayoutBuilderTest.php
seven_form_language_content_settings_form_alter function core/themes/seven/seven.theme Implements hook_form_FORM_ID_alter() for language_content_settings_form().
seven_preprocess_fieldset__media_library_widget function core/themes/seven/seven.theme @todo Remove this when https://www.drupal.org/project/drupal/issues/2999549
lands.
ShapeItem::defaultStorageSettings function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ShapeItem.php Defines the storage-level settings for this plugin.
ShapeItemTest::setUp function core/modules/field/tests/src/Kernel/ShapeItemTest.php Set the default field storage backend for fields created during tests.
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.
SharedTempStoreTest::setUp function core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php
SharedTempStoreTest::testSet function core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php Tests a successful set() call.
SharedTempStoreTest::testSetIfNotExists function core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php Tests the setIfNotExists() methods.
SharedTempStoreTest::testSetIfOwner function core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php Tests the setIfOwner() method with matching and non matching owners.
SharedTempStoreTest::testSetIfOwnerNoObject function core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php Tests the setIfOwner() method when a key already exists but no object.
SharedTempStoreTest::testSetIfOwnerWhenNotExists function core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php Tests the setIfOwner() method when no key exists.
SharedTempStoreTest::testSetWithNoLockAvailable function core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php Tests the set() method with no lock available.
shortcut.set.default.yml file core/modules/shortcut/config/install/shortcut.set.default.yml core/modules/shortcut/config/install/shortcut.set.default.yml

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