Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
Schema class Drupal\Core\Database\Driver\mysql drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php
Schema class Drupal\Core\Database\Driver\sqlite drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php
Schema class Drupal\Core\Database\Driver\pgsql drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Schema abstract class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/Schema.php 3 3
SchemaCache class Drupal\Core\Utility drupal/core/lib/Drupal/Core/Utility/SchemaCache.php Extends CacheArray to allow for dynamic building of the schema cache. 1
SchemaDiscovery class Drupal\Core\Config\Schema drupal/core/lib/Drupal/Core/Config/Schema/SchemaDiscovery.php A discovery mechanism that reads plugin definitions from schema data in YAML format. 1
SchemaException class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/SchemaException.php Base exception for Schema-related errors. 2
SchemaObjectDoesNotExistException class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/SchemaObjectDoesNotExistException.php Exception thrown if an object being modified doesn't exist yet. 3
SchemaObjectExistsException class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/SchemaObjectExistsException.php Exception thrown if an object being created already exists. 5
SchemaStorage class Drupal\Core\Config\Schema drupal/core/lib/Drupal/Core/Config/Schema/SchemaStorage.php Defines the file storage controller for metadata files. 2
SchemaTermBase abstract class Drupal\rdf\SiteSchema drupal/core/modules/rdf/lib/Drupal/rdf/SiteSchema/SchemaTermBase.php Base class to define an RDF term in a schema. 1 1
SchemaTermInterface interface Drupal\rdf\SiteSchema drupal/core/modules/rdf/lib/Drupal/rdf/SiteSchema/SchemaTermInterface.php 1
SchemaTest class Drupal\system\Tests\Database drupal/core/modules/system/lib/Drupal/system/Tests/Database/SchemaTest.php Tests the Schema API.
Scope class Symfony\Component\DependencyInjection drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Scope.php Scope class. 8
ScopeCrossingInjectionException class Symfony\Component\DependencyInjection\Exception drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/ScopeCrossingInjectionException.php This exception is thrown when the a scope crossing injection is detected. 1
ScopeInterface interface Symfony\Component\DependencyInjection drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ScopeInterface.php Scope Interface. 1
ScopeWideningInjectionException class Symfony\Component\DependencyInjection\Exception drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/ScopeWideningInjectionException.php Thrown when a scope widening injection is detected. 1
Score class Drupal\search\Plugin\views\field drupal/core/modules/search/lib/Drupal/search/Plugin/views/field/Score.php Field handler to provide simple renderer that allows linking to a node.
Score class Drupal\search\Plugin\views\sort drupal/core/modules/search/lib/Drupal/search/Plugin/views/sort/Score.php Field handler to provide simple renderer that allows linking to a node.
ScrollTopCommand class Drupal\views\Ajax drupal/core/modules/views/lib/Drupal/views/Ajax/ScrollTopCommand.php Provides an AJAX command for scolling to the top of an element. 1
ScssFilter class Assetic\Filter\Sass drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/ScssFilter.php Loads SCSS files.
ScssphpFilter class Assetic\Filter drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/ScssphpFilter.php Loads SCSS files using the PHP implementation of scss, scssphp.
Search class Drupal\search\Plugin\views\argument drupal/core/modules/search/lib/Drupal/search/Plugin/views/argument/Search.php Argument that accepts query keys for search.
Search class Drupal\search\Plugin\views\filter drupal/core/modules/search/lib/Drupal/search/Plugin/views/filter/Search.php Field handler to provide simple renderer that allows linking to a node.
SearchAdvancedSearchFormTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchAdvancedSearchFormTest.php
SearchBlock class Drupal\search\Plugin\Block drupal/core/modules/search/lib/Drupal/search/Plugin/Block/SearchBlock.php Provides a 'Search form' block.
SearchBlockTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchBlockTest.php Tests the rendering of the search block.
SearchCommentCountToggleTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchCommentCountToggleTest.php Tests that comment count display toggles properly on comment status of node
SearchCommentTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchCommentTest.php Test integration searching comments.
SearchConfigSettingsFormTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchConfigSettingsFormTest.php Test config page.
SearchEmbedFormTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchEmbedFormTest.php Tests that we can embed a form in search results and submit it.
SearchExactTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchExactTest.php Tests that searching for a phrase gets the correct page count.
SearchExcerptTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchExcerptTest.php Tests the search_excerpt() function.
SearchExpression class Drupal\search drupal/core/modules/search/lib/Drupal/search/SearchExpression.php Defines a search expression. 2
SearchExpressionTest class Drupal\search\Tests drupal/core/modules/search/tests/Drupal/search/Tests/SearchExpressionTest.php Tests the search expression class.
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 Performs 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.
SearchSettingsForm class Drupal\search\Form drupal/core/modules/search/lib/Drupal/search/Form/SearchSettingsForm.php Configure search settings for this site. 1
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.

Pages

Other projects