Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
Standard class Drupal\views\Plugin\views\field drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Standard.php Default implementation of the base field plugin.
Standard class Drupal\views\Plugin\views\filter drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/Standard.php Default implementation of the base filter plugin.
Standard class Drupal\views\Plugin\views\relationship drupal/core/modules/views/lib/Drupal/views/Plugin/views/relationship/Standard.php Default implementation of the base relationship plugin.
Standard class Drupal\views\Plugin\views\wizard drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/Standard.php Plugin annotation @Plugin( id = "standard", derivative = "Drupal\views\Plugin\Type\DefaultWizardDeriver" )
Standard class Drupal\views\Plugin\views\join drupal/core/modules/views/lib/Drupal/views/Plugin/views/join/Standard.php Default implementation of the join plugin.
Standard class Drupal\views\Plugin\views\sort drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/Standard.php Default implementation of the base sort plugin.
Standard class Drupal\views\Plugin\views\argument drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/Standard.php Default implementation of the base argument plugin.
StandardTest class Drupal\standard\Tests drupal/core/profiles/standard/lib/Drupal/standard/Tests/StandardTest.php Tests Standard installation profile expectations.
Statement class Drupal\Core\Database\Driver\sqlite drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Statement.php Specific SQLite implementation of DatabaseConnection. 1
Statement class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/Statement.php Default implementation of DatabaseStatementInterface.
StatementEmpty class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/StatementEmpty.php Empty implementation of a database statement. 2
StatementInterface interface Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/StatementInterface.php Represents a prepared statement. 4 4
StatementPrefetch class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php An implementation of DatabaseStatementInterface that prefetches all data. 1 1
StateSystemUpgradePathTest class Drupal\system\Tests\Upgrade drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/StateSystemUpgradePathTest.php Tests upgrade of system variables.
StateValuesCleanAdvancedTest class Drupal\system\Tests\Form drupal/core/modules/system/lib/Drupal/system/Tests/Form/StateValuesCleanAdvancedTest.php Tests $form_state clearance with form elements having buttons.
StateValuesCleanTest class Drupal\system\Tests\Form drupal/core/modules/system/lib/Drupal/system/Tests/Form/StateValuesCleanTest.php Test $form_state clearance.
StaticClassFixture class Symfony\Component\HttpKernel\Tests\Debug drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/ContainerAwareTraceableEventDispatcherTest.php
StaticDiscovery class Drupal\Component\Plugin\Discovery drupal/core/lib/Drupal/Component/Plugin/Discovery/StaticDiscovery.php A discovery mechanism that allows plugin definitions to be manually registered rather than actively discovered. 5
StaticDiscoveryTest class Drupal\system\Tests\Plugin\Discovery drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/Discovery/StaticDiscoveryTest.php Tests that plugins are correctly discovered.
StaticLayout class Drupal\layout\Plugin\layout\layout drupal/core/modules/layout/lib/Drupal/layout/Plugin/layout/layout/StaticLayout.php Plugin annotation @Plugin( id = "static_layout", derivative = "Drupal\layout\Plugin\Derivative\Layout" )
StaticPHPDriver class Doctrine\Common\Persistence\Mapping\Driver drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/StaticPHPDriver.php The StaticPHPDriver calls a static loadMetadata() method on your entity classes where you can manually populate the ClassMetadata instance. 1
StaticPHPDriverTest class Doctrine\Tests\Common\Persistence\Mapping drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/StaticPHPDriverTest.php
StaticReflectionClass class Doctrine\Common\Reflection drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php
StaticReflectionMethod class Doctrine\Common\Reflection drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionMethod.php
StaticReflectionParser class Doctrine\Common\Reflection drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionParser.php Parses a file for namespaces/use/class declarations. 3
StaticReflectionParserTest class Doctrine\Tests\Common\Reflection drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Reflection/StaticReflectionParserTest.php
StaticReflectionProperty class Doctrine\Common\Reflection drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionProperty.php
StaticReflectionService class Doctrine\Common\Persistence\Mapping drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/StaticReflectionService.php PHP Runtime Reflection Service 1
StaticReflectionServiceTest class Doctrine\Tests\Common\Persistence\Mapping drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/StaticReflectionServiceTest.php @group DCOM-93
StaticTest class Drupal\views_test_data\Plugin\views\access drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/access/StaticTest.php Tests a static access plugin.
StatisticsAdminTest class Drupal\statistics\Tests drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsAdminTest.php Tests the statistics administration screen.
StatisticsBlockVisitorsTest class Drupal\statistics\Tests drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsBlockVisitorsTest.php Tests that the visitor blocking functionality works.
StatisticsLoggingTest class Drupal\statistics\Tests drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsLoggingTest.php Tests that logging via statistics_exit() works for all pages.
StatisticsReportsTest class Drupal\statistics\Tests drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsReportsTest.php Tests that report pages render properly, and that access logging works.
StatisticsTestBase abstract class Drupal\statistics\Tests drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsTestBase.php Defines a base class for testing the Statistics module. 3
StatisticsTokenReplaceTest class Drupal\statistics\Tests drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsTokenReplaceTest.php Tests statistics token replacement in strings.
Status class Drupal\node\Plugin\views\filter drupal/core/modules/node/lib/Drupal/node/Plugin/views/filter/Status.php Filter by published status.
Status class Drupal\file\Plugin\views\field drupal/core/modules/file/lib/Drupal/file/Plugin/views/field/Status.php Field handler to translate a node type into its readable form.
Status class Drupal\file\Plugin\views\filter drupal/core/modules/file/lib/Drupal/file/Plugin/views/filter/Status.php Filter by file status.
StatusExtraTest class Drupal\views\Tests\Node drupal/core/modules/views/lib/Drupal/views/Tests/Node/StatusExtraTest.php Tests the node.status_extra field handler.
stdClass class Doctrine\Tests\Common\Util drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Util/ClassUtilsTest.php 2
Stopwatch class Symfony\Component\HttpKernel\Debug drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/Stopwatch.php Stopwatch provides a way to profile code. 3
StopwatchEvent class Symfony\Component\HttpKernel\Debug drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/StopwatchEvent.php Represents an Event managed by Stopwatch. 1
StopwatchEventTest class Symfony\Component\HttpKernel\Tests\Debug drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/StopwatchEventTest.php StopwatchEventTest
StopwatchTest class Symfony\Component\HttpKernel\Tests\Debug drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/StopwatchTest.php StopwatchTest
StorageBase abstract class Drupal\Core\KeyValueStore drupal/core/lib/Drupal/Core/KeyValueStore/StorageBase.php Provides a base class for key/value storage implementations. 2
StorageException class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/StorageException.php An exception thrown in case of storage controller operation errors.
StorageInterface interface Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/StorageInterface.php Defines an interface for configuration storage controllers. 4 2
StorageTest class Drupal\system\Tests\Form drupal/core/modules/system/lib/Drupal/system/Tests/Form/StorageTest.php Test the form storage on a multistep form.
StorageTest class Drupal\views\Tests\UI drupal/core/modules/views/lib/Drupal/views/Tests/UI/StorageTest.php Tests the UI of storage properties of views.

Pages

Other projects