Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
StaticDiscoveryDecorator class Drupal\Component\Plugin\Discovery drupal/core/lib/Drupal/Component/Plugin/Discovery/StaticDiscoveryDecorator.php A decorator that allows manual registration of undiscoverable definitions. 1
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 drupal/core/modules/layout/lib/Drupal/layout/Plugin/Layout/StaticLayout.php Plugin annotation @Plugin( id = "static_layout", derivative = "Drupal\layout\Plugin\Derivative\Layout" )
StaticLoaderDocument class Symfony\Component\Validator\Tests\Mapping\Loader drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/StaticMethodLoaderTest.php
StaticLoaderEntity class Symfony\Component\Validator\Tests\Mapping\Loader drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/StaticMethodLoaderTest.php
StaticLoaderInterface interface Symfony\Component\Validator\Tests\Mapping\Loader drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/StaticMethodLoaderTest.php
StaticMethodLoader class Symfony\Component\Validator\Mapping\Loader drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/Loader/StaticMethodLoader.php 2
StaticMethodLoaderTest class Symfony\Component\Validator\Tests\Mapping\Loader drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/StaticMethodLoaderTest.php
StaticMockTestClass class drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/_files/StaticMockTestClass.php
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.
StaticTranslation class Drupal\Core\StringTranslation\Translator drupal/core/lib/Drupal/Core/StringTranslation/Translator/StaticTranslation.php String translator with a static cache for translations. 2
StatisticsAdminTest class Drupal\statistics\Tests drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsAdminTest.php Tests the statistics administration screen.
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.
StatisticsPopularBlock class Drupal\statistics\Plugin\Block drupal/core/modules/statistics/lib/Drupal/statistics/Plugin/Block/StatisticsPopularBlock.php Provides a 'Popular content' block.
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.
StatisticsSettingsForm class Drupal\statistics drupal/core/modules/statistics/lib/Drupal/statistics/StatisticsSettingsForm.php Configure statistics settings for this site. 1
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. 2
StatisticsTokenReplaceTest class Drupal\statistics\Tests drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsTokenReplaceTest.php Tests statistics token replacement in strings.
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.
Status class Drupal\node\Plugin\views\filter drupal/core/modules/node/lib/Drupal/node/Plugin/views/filter/Status.php Filter by published status.
StatusExtraTest class Drupal\node\Tests\Views drupal/core/modules/node/lib/Drupal/node/Tests/Views/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
StickyNode class Drupal\node\Plugin\Action drupal/core/modules/node/lib/Drupal/node/Plugin/Action/StickyNode.php Makes a node sticky.
StorageBase abstract class Drupal\Core\KeyValueStore drupal/core/lib/Drupal/Core/KeyValueStore/StorageBase.php Provides a base class for key/value storage implementations. 2
StorageComparer class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/StorageComparer.php Defines a config storage comparer. 6
StorageComparerInterface interface Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/StorageComparerInterface.php Defines an interface for comparison of configuration storage objects. 1
StorageException class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/StorageException.php An exception thrown in case of storage controller operation errors. 1
StorageInterface interface Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/StorageInterface.php Defines an interface for configuration storage controllers. 4 11
StorageTest class Drupal\views_ui\Tests drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/StorageTest.php Tests the UI of storage properties of views.
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.
StorageTestBase abstract class Drupal\system\Tests\KeyValueStore drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/StorageTestBase.php Base class for testing key-value storages. 3
Store class Symfony\Component\HttpKernel\HttpCache drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/Store.php Store implements all the logic for storing cache metadata (Request and Response headers). 2
StoreInterface interface Symfony\Component\HttpKernel\HttpCache drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/StoreInterface.php Interface implemented by HTTP cache stores. 1 1
StoreTest class Symfony\Component\HttpKernel\Tests\HttpCache drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php
Stream class Guzzle\Stream drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php PHP stream implementation 1 2
StreamedResponse class Symfony\Component\HttpFoundation drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/StreamedResponse.php StreamedResponse represents a streamed HTTP response. 5
StreamedResponseListener class Symfony\Component\HttpKernel\EventListener drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/StreamedResponseListener.php StreamedResponseListener is responsible for sending the Response to the client.
StreamedResponseTest class Symfony\Component\HttpFoundation\Tests drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/StreamedResponseTest.php
StreamInterface interface Guzzle\Stream drupal/core/vendor/guzzle/stream/Guzzle/Stream/StreamInterface.php OO interface to PHP streams 2 1
StreamWrapperInterface interface Drupal\Core\StreamWrapper drupal/core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Defines a Drupal stream wrapper extension. 2

Pages

Other projects