Search for to

  1. Search 7.x for to
  2. Search 9.5.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
SectionStorageTrait::count function core/modules/layout_builder/src/SectionStorage/SectionStorageTrait.php
SectionStorageTrait::getSection function core/modules/layout_builder/src/SectionStorage/SectionStorageTrait.php
SectionStorageTrait::hasBlankSection function core/modules/layout_builder/src/SectionStorage/SectionStorageTrait.php Indicates if this section list contains a blank section.
SectionStorageTrait::hasSection function core/modules/layout_builder/src/SectionStorage/SectionStorageTrait.php Indicates if there is a section at the specified delta.
SectionStorageTrait::insertSection function core/modules/layout_builder/src/SectionStorage/SectionStorageTrait.php
SectionStorageTrait::removeAllSections function core/modules/layout_builder/src/SectionStorage/SectionStorageTrait.php
SectionStorageTrait::removeSection function core/modules/layout_builder/src/SectionStorage/SectionStorageTrait.php
SectionStorageTrait::setSection function core/modules/layout_builder/src/SectionStorage/SectionStorageTrait.php Sets the section for the given delta on the display.
SectionStorageTrait::setSections function core/modules/layout_builder/src/SectionStorage/SectionStorageTrait.php Stores the information for all sections.
SectionStorageTrait::__clone function core/modules/layout_builder/src/SectionStorage/SectionStorageTrait.php Magic method: Implements a deep clone.
Select::getOrderBy function core/lib/Drupal/Core/Database/Query/Select.php Returns a reference to the order by array for this query.
Select::__toString function core/lib/Drupal/Core/Database/Query/Select.php Implements PHP magic __toString method to convert the query to a string.
SelectComplexTest::testLeftOuterJoin function core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Tests LEFT OUTER joins.
SelectExtender::conditionGroupFactory function core/lib/Drupal/Core/Database/Query/SelectExtender.php Creates an object holding a group of conditions.
SelectExtender::getOrderBy function core/lib/Drupal/Core/Database/Query/SelectExtender.php Returns a reference to the order by array for this query.
SelectExtender::__toString function core/lib/Drupal/Core/Database/Query/SelectExtender.php Returns a string representation of how the query will be executed in SQL.
SelectInterface::getOrderBy function core/lib/Drupal/Core/Database/Query/SelectInterface.php Returns a reference to the order by array for this query.
SelectInterface::__toString function core/lib/Drupal/Core/Database/Query/SelectInterface.php Returns a string representation of how the query will be executed in SQL.
SelectionTest::testAutocompleteOutput function core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php Tests that the Views selection handles the views output properly.
SelectionWithAutocreateInterface interface core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionWithAutocreateInterface.php Interface for Selection plugins that support newly created entities.
SelectionWithAutocreateInterface.php file core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionWithAutocreateInterface.php
SelectionWithAutocreateInterface::createNewEntity function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionWithAutocreateInterface.php Creates a new entity object that can be used as a valid reference.
SelectionWithAutocreateInterface::validateReferenceableNewEntities function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionWithAutocreateInterface.php Validates which newly created entities can be referenced.
SelectOrderedTest class core/tests/Drupal/KernelTests/Core/Database/SelectOrderedTest.php Tests the Select query builder.
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.
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 enable.
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.
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::testCookieSecureNotOverridable function core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php Tests that session.cookie_secure ini settings cannot be overridden.
SessionManager::migrateStoredSession function core/lib/Drupal/Core/Session/SessionManager.php Migrates the current session to a new session id.
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::$currentUser property core/modules/workspaces/src/Negotiator/SessionWorkspaceNegotiator.php The current user.
SessionWorkspaceNegotiator::$session property core/modules/workspaces/src/Negotiator/SessionWorkspaceNegotiator.php The session.

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