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 11.x for to
  5. Search main for to
  6. Other projects
Title Object type File name Summary
SelectOrderedTest.php file core/tests/Drupal/KernelTests/Core/Database/SelectOrderedTest.php
SelectOrderedTest::testSimpleSelectMultiOrdered function core/tests/Drupal/KernelTests/Core/Database/SelectOrderedTest.php Tests multiple ORDER BY.
SelectOrderedTest::testSimpleSelectOrdered function core/tests/Drupal/KernelTests/Core/Database/SelectOrderedTest.php Tests basic ORDER BY.
SelectOrderedTest::testSimpleSelectOrderedDesc function core/tests/Drupal/KernelTests/Core/Database/SelectOrderedTest.php Tests ORDER BY descending.
SelectPagerDefaultTest::testOddPagerQuery function core/modules/system/tests/src/Functional/Database/SelectPagerDefaultTest.php Confirms that a pager query returns the correct results.
SelectTest::providerNonArrayOperatorWithArrayValueCondition function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Data provider for testNonArrayOperatorWithArrayValueCondition().
SelectTest::testNonArrayOperatorWithArrayValueCondition function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Tests thrown exception for non array operator conditions with array value.
SelectTest::testNonArrayOperatorWithArrayValueConditionDeprecated function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Tests thrown exception for non array operator conditions with array value.
SeparatorTranslationTest class core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php Test to ensure the datetime range separator is translatable.
SeparatorTranslationTest.php file core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php
SeparatorTranslationTest::$field property core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php The field used in this test class.
SeparatorTranslationTest::$fieldStorage property core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php A field storage to use in this test class.
SeparatorTranslationTest::$modules property core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php Modules to install.
SeparatorTranslationTest::setUp function core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php
SeparatorTranslationTest::testSeparatorTranslation function core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php Tests the translation of the range separator.
SequenceDataDefinition::getOrderBy function core/lib/Drupal/Core/Config/Schema/SequenceDataDefinition.php Gets the description of how the sequence should be sorted.
SerializedColumnNormalizerTrait::getCustomSerializedPropertyNames function core/modules/serialization/src/Normalizer/SerializedColumnNormalizerTrait.php Gets the names of all properties the plugin treats as serialized data.
serializer.normalizer.jsonapi_document_toplevel.jsonapi service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Normalizer\JsonApiDocumentTopLevelNormalizer
Serializer::getFormatOptions function core/modules/rest/src/Plugin/views/style/Serializer.php Returns an array of format options.
Serializer::submitOptionsForm function core/modules/rest/src/Plugin/views/style/Serializer.php Handle any special handling on the validate form.
ServerCommand::getOneTimeLoginUrl function core/lib/Drupal/Core/Command/ServerCommand.php Gets a one time login URL for user 1.
ServicesDefaultsTest::testAutowiring function core/tests/Drupal/KernelTests/Core/DependencyInjection/ServicesDefaultsTest.php Tests that 'services_defaults_test.service' has its dependencies injected.
services_default_test.no_autowire service core/modules/system/tests/modules/services_defaults_test/services_defaults_test.services.yml Drupal\services_defaults_test\TestService
services_default_test.no_autowire.arg service core/modules/system/tests/modules/services_defaults_test/services_defaults_test.services.yml Drupal\services_defaults_test\TestInjection
SessionConfiguration::getOptions function core/lib/Drupal/Core/Session/SessionConfiguration.php Returns a list of options suitable for passing to the session storage.
SessionConfigurationInterface::getOptions function core/lib/Drupal/Core/Session/SessionConfigurationInterface.php Returns a list of options suitable for passing to the session storage.
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.
SessionConfigurationTest::testCookieSecureNotOverridable function core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php Tests that session.cookie_secure ini settings cannot be overridden.
SessionWorkspaceNegotiator class core/modules/workspaces/src/Negotiator/SessionWorkspaceNegotiator.php Defines the session workspace negotiator.
SessionWorkspaceNegotiator.php file core/modules/workspaces/src/Negotiator/SessionWorkspaceNegotiator.php
SessionWorkspaceNegotiator::applies function core/modules/workspaces/src/Negotiator/SessionWorkspaceNegotiator.php Checks whether the negotiator applies to the current request or not.
SessionWorkspaceNegotiator::getActiveWorkspace function core/modules/workspaces/src/Negotiator/SessionWorkspaceNegotiator.php
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_exists_cache_context_test_page_top function core/modules/system/tests/modules/session_exists_cache_context_test/session_exists_cache_context_test.module Implements hook_page_top().
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.

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