Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
SearchExpressionInsertExtractTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchExpressionInsertExtractTest.php Tests search_expression_insert() and search_expression_extract().
SearchKeywordsConditionsTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchKeywordsConditionsTest.php Tests keywords and conditions.
SearchLanguageTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchLanguageTest.php Test node search with multiple languages.
SearchMatchTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchMatchTest.php
SearchMultilingualEntityTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchMultilingualEntityTest.php Tests entities with multilingual fields.
SearchNodeAccessTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchNodeAccessTest.php Tests node search with node access control.
SearchNumberMatchingTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchNumberMatchingTest.php Tests that numbers can be searched, with more complex matching.
SearchNumbersTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchNumbersTest.php Tests that numbers can be searched.
SearchPageOverrideTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchPageOverrideTest.php Tests that hook_search_page runs.
SearchPageTextTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchPageTextTest.php Tests the bike shed text on no results page, and text on the search page.
SearchPreprocessLangcodeTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchPreprocessLangcodeTest.php Test search_simplify() on every Unicode character, and some other cases.
SearchQuery class Drupal\search drupal/core/modules/search/lib/Drupal/search/SearchQuery.php Do a query on the full-text search index for a word or words. 1 1
SearchRankingTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchRankingTest.php
SearchRow class Drupal\search\Plugin\views\row drupal/core/modules/search/lib/Drupal/search/Plugin/views/row/SearchRow.php Plugin which performs a node_view on the resulting object.
SearchSimplifyTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchSimplifyTest.php Test search_simplify() on every Unicode character, and some other cases.
SearchTestBase abstract class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchTestBase.php 20
SearchTokenizerTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchTokenizerTest.php Test the CJK tokenizer.
Section class Symfony\Component\HttpKernel\Debug drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/Stopwatch.php
Secure class Doctrine\Tests\Common\Annotations\Fixtures\Annotation drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/Annotation/Secure.php 14
Select class Drupal\Core\Database\Driver\mysql drupal/core/lib/Drupal/Core/Database/Driver/mysql/Select.php
Select class Drupal\Core\Database\Driver\sqlite drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Select.php
Select class Drupal\Core\Database\Driver\pgsql drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Select.php
Select class Drupal\Core\Database\Query drupal/core/lib/Drupal/Core/Database/Query/Select.php Query builder for SELECT statements. 3 4
Selectable interface Doctrine\Common\Collections drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Selectable.php Interface for collections that allow efficient filtering with an expression API. 1
SelectComplexTest class Drupal\system\Tests\Database drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php Tests more complex select statements.
SelectExtender class Drupal\Core\Database\Query drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php The base extender class for Select queries. 3 4
SelectInterface interface Drupal\Core\Database\Query drupal/core/lib/Drupal/Core/Database/Query/SelectInterface.php Interface definition for a Select Query object. 2 7
SelectOrderedTest class Drupal\system\Tests\Database drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectOrderedTest.php Tests SELECT with ORDER BY clauses.
SelectPagerDefaultTest class Drupal\system\Tests\Database drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectPagerDefaultTest.php Tests the pager query select extender.
SelectSubqueryTest class Drupal\system\Tests\Database drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectSubqueryTest.php Tests for subselects in a dynamic SELECT query.
SelectTableSortDefaultTest class Drupal\system\Tests\Database drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTableSortDefaultTest.php Tests the tablesort query extender.
SelectTest class Drupal\system\Tests\Database drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTest.php Tests the SELECT builder.
SerializationTest class Drupal\system\Tests\Serialization drupal/core/modules/system/lib/Drupal/system/Tests/Serialization/SerializationTest.php
SerializationTestBundle class Drupal\serialization_test drupal/core/modules/system/tests/modules/serialization_test/lib/Drupal/serialization_test/SerializationTestBundle.php SerializationTest dependency injection container.
SerializationTestEncoder class Drupal\serialization_test drupal/core/modules/system/tests/modules/serialization_test/lib/Drupal/serialization_test/SerializationTestEncoder.php
SerializationTestNormalizer class Drupal\serialization_test drupal/core/modules/system/tests/modules/serialization_test/lib/Drupal/serialization_test/SerializationTestNormalizer.php
Serialized class Drupal\views\Plugin\views\field drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Serialized.php Field handler to show data of serialized fields.
SerializeQueryTest class Drupal\system\Tests\Database drupal/core/modules/system/lib/Drupal/system/Tests/Database/SerializeQueryTest.php Tests query serialization.
Serializer class Symfony\Component\Serializer drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Serializer.php Serializer serializes and deserializes data 6
SerializerAwareEncoder abstract class Symfony\Component\Serializer\Encoder drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/SerializerAwareEncoder.php SerializerAware Encoder implementation 1
SerializerAwareInterface interface Symfony\Component\Serializer drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/SerializerAwareInterface.php Defines the interface of encoders 2 2
SerializerAwareNormalizer abstract class Symfony\Component\Serializer\Normalizer drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/SerializerAwareNormalizer.php SerializerAware Normalizer implementation 3 1
SerializerInterface interface Symfony\Component\Serializer drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/SerializerInterface.php Defines the interface of the Serializer 1 3
SerializerTest class Symfony\Component\Serializer\Tests drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/SerializerTest.php
ServerBag class Symfony\Component\HttpFoundation drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ServerBag.php ServerBag is a container for HTTP headers from the $_SERVER variable. 1
ServerBagTest class Symfony\Component\HttpFoundation\Tests drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ServerBagTest.php ServerBagTest
ServerErrorResponseException class Guzzle\Http\Exception drupal/core/vendor/guzzle/http/Guzzle/Http/Exception/ServerErrorResponseException.php Exception when a server error is encountered (5xx codes)
Service class Symfony\Component\EventDispatcher\Tests drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ContainerAwareEventDispatcherTest.php
ServiceCircularReferenceException class Symfony\Component\DependencyInjection\Exception drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/ServiceCircularReferenceException.php This exception is thrown when a circular reference is detected. 3
ServiceNotFoundException class Symfony\Component\DependencyInjection\Exception drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/ServiceNotFoundException.php This exception is thrown when a non-existent service is requested. 2

Pages

Other projects