Classes, traits, and interfaces

Primary tabs

Name Type Namespace Location Description Direct uses Use statements Stringssort ascending
EntityReferenceItemNormalizer class Drupal\hal\Normalizer drupal/core/modules/hal/lib/Drupal/hal/Normalizer/EntityReferenceItemNormalizer.php Converts the Drupal entity reference item object to HAL array structure. 1 2
FieldItemNormalizer class Drupal\hal\Normalizer drupal/core/modules/hal/lib/Drupal/hal/Normalizer/FieldItemNormalizer.php Converts the Drupal field item object structure to HAL array structure. 1 1 2
EntityNormalizer class Drupal\hal\Normalizer drupal/core/modules/hal/lib/Drupal/hal/Normalizer/EntityNormalizer.php Converts the Drupal entity object structure to a HAL array structure. 1 2
MappingSubscriber class Drupal\rdf\EventSubscriber drupal/core/modules/rdf/lib/Drupal/rdf/EventSubscriber/MappingSubscriber.php Default RDF mapping handling. 1 2
SiteSchemaManager class Drupal\rdf\SiteSchema drupal/core/modules/rdf/lib/Drupal/rdf/SiteSchema/SiteSchemaManager.php 2 2
DatabaseFileUsageBackend class Drupal\file\FileUsage drupal/core/modules/file/lib/Drupal/file/FileUsage/DatabaseFileUsageBackend.php Defines the database file usage backend. This is the default Drupal backend. 1 2
FilterAccessCheck class Drupal\filter\Access drupal/core/modules/filter/lib/Drupal/filter/Access/FilterAccessCheck.php Checks access for text formats. 2
FormatDisableCheck class Drupal\filter\Access drupal/core/modules/filter/lib/Drupal/filter/Access/FormatDisableCheck.php Checks access for disabling text formats. 2
PathProcessorLanguage class Drupal\language\HttpKernel drupal/core/modules/language/lib/Drupal/language/HttpKernel/PathProcessorLanguage.php Processes the inbound path using path alias lookups. 1 2
SubtreeAccess class Drupal\toolbar\Access drupal/core/modules/toolbar/lib/Drupal/toolbar/Access/SubtreeAccess.php Defines a special access checker for the toolbar subtree route. 2
DeleteMenuAccessCheck class Drupal\menu\Access drupal/core/modules/menu/lib/Drupal/menu/Access/DeleteMenuAccessCheck.php Access check for menu delete routes. 2
DeleteLinkAccessCheck class Drupal\menu\Access drupal/core/modules/menu/lib/Drupal/menu/Access/DeleteLinkAccessCheck.php Access check for menu link delete routes. 2
ContainerAwareEventDispatcher class Symfony\Component\EventDispatcher drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php Lazily loads listeners and subscribers from the dependency injection container 1 2
Serializer class Symfony\Component\Serializer drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Serializer.php Serializer serializes and deserializes data 6 2
RequestContext class Symfony\Component\Routing drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RequestContext.php Holds information about the current request. 20 2
Request class Symfony\Component\HttpFoundation drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php Request represents an HTTP request. 2 213 2
LayoutManager class Drupal\layout\Plugin\Type drupal/core/modules/layout/lib/Drupal/layout/Plugin/Type/LayoutManager.php Layout plugin manager. 1 2
PluginUIManager class Drupal\system\Plugin\Type drupal/core/modules/system/lib/Drupal/system/Plugin/Type/PluginUIManager.php Manages discovery and instantiation of Plugin UI plugins. 2
ResourcePluginManager class Drupal\rest\Plugin\Type drupal/core/modules/rest/lib/Drupal/rest/Plugin/Type/ResourcePluginManager.php Manages discovery and instantiation of resource plugins. 1 2
BlockManager class Drupal\block\Plugin\Type drupal/core/modules/block/lib/Drupal/block/Plugin/Type/BlockManager.php Manages discovery and instantiation of block plugins. 2
SerializationTestEncoder class Drupal\serialization_test drupal/core/modules/serialization/tests/serialization_test/lib/Drupal/serialization_test/SerializationTestEncoder.php 2
SerializationTestNormalizer class Drupal\serialization_test drupal/core/modules/serialization/tests/serialization_test/lib/Drupal/serialization_test/SerializationTestNormalizer.php 2
SelectionPluginManager class Drupal\entity_reference\Plugin\Type drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/Type/SelectionPluginManager.php Plugin type manager for the Entity Reference Selection plugin. 2
RouterListener class Symfony\Component\HttpKernel\EventListener drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/RouterListener.php Initializes the context from the request and sets request attributes based on a matching route. 1 2
ExceptionListener class Symfony\Component\HttpKernel\EventListener drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php ExceptionListener. 1 2
ChainRouter class Symfony\Cmf\Component\Routing drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainRouter.php ChainRouter 1 2
TestClass class Drupal\bundle_test drupal/core/modules/system/tests/modules/bundle_test/lib/Drupal/bundle_test/TestClass.php 2
TestFileUsage class Drupal\bundle_test drupal/core/modules/system/tests/modules/bundle_test/lib/Drupal/bundle_test/TestFileUsage.php 2
FormTestServiceObject class Drupal\form_test drupal/core/modules/system/tests/modules/form_test/lib/Drupal/form_test/FormTestServiceObject.php Provides a test form object. 2
PathProcessorTest class Drupal\url_alter_test drupal/core/modules/system/tests/modules/url_alter_test/lib/Drupal/url_alter_test/PathProcessorTest.php Path processor for url_alter_test. 2
FormatterPluginManager class Drupal\field\Plugin\Type\Formatter drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Formatter/FormatterPluginManager.php Plugin type manager for field formatters. 2 2
WidgetPluginManager class Drupal\field\Plugin\Type\Widget drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetPluginManager.php Plugin type manager for field widgets. 2 2
TestMappingSubscriber class Drupal\rdf_test_mapping\EventSubscriber drupal/core/modules/rdf/tests/rdf_test_mapping/lib/Drupal/rdf_test_mapping/EventSubscriber/TestMappingSubscriber.php 1 2
NestedMatcher class Symfony\Cmf\Component\Routing\NestedMatcher drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/NestedMatcher/NestedMatcher.php A more flexible approach to matching. The route collection to match against can be dynamically determined based on the request and users can inject their own filters or use a custom final matching strategy. 1 2
MaintenanceModeSubscriber class Drupal\menu_test\EventSubscriber drupal/core/modules/system/tests/modules/menu_test/lib/Drupal/menu_test/EventSubscriber/MaintenanceModeSubscriber.php Maintenance mode subscriber to set site online on a test. 2
SessionTestSubscriber class Drupal\session_test\EventSubscriber drupal/core/modules/system/tests/modules/session_test/lib/Drupal/session_test/EventSubscriber/SessionTestSubscriber.php Defines a test session subscriber that checks whether the session is empty. 2
FormTestEventSubscriber class Drupal\form_test\EventSubscriber drupal/core/modules/system/tests/modules/form_test/lib/Drupal/form_test/EventSubscriber/FormTestEventSubscriber.php Test event subscriber to add new attributes to the request. 2
ThemeTestSubscriber class Drupal\theme_test\EventSubscriber drupal/core/modules/system/tests/modules/theme_test/lib/Drupal/theme_test/EventSubscriber/ThemeTestSubscriber.php Theme test subscriber for controller requests. 2
KeyValueStoreInterface interface Drupal\Core\KeyValueStore drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php Defines the interface for key/value store implementations. 2 6 2
ImageToolkitInterface interface Drupal\system\Plugin drupal/core/modules/system/lib/Drupal/system/Plugin/ImageToolkitInterface.php Defines an interface for image toolkits. 2 3 2
Database abstract class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/Database.php Primary front-controller for the database system. 71 1
FileStorageFactory class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/FileStorageFactory.php Provides a factory for creating config file storage objects. 1
Sequence class Drupal\Core\Config\Schema drupal/core/lib/Drupal/Core/Config/Schema/Sequence.php Defines a configuration element of type Sequence. 1
Mapping class Drupal\Core\Config\Schema drupal/core/lib/Drupal/Core/Config/Schema/Mapping.php Defines a mapping configuration element. 1
PhpMail class Drupal\Core\Mail drupal/core/lib/Drupal/Core/Mail/PhpMail.php The default Drupal mail backend using PHP's mail function. 2 1 1
FreeConfigContext class Drupal\Core\Config\Context drupal/core/lib/Drupal/Core/Config/Context/FreeConfigContext.php Defines the override-free configuration context object. 1 1
Property class Drupal\Core\Config\Schema drupal/core/lib/Drupal/Core/Config/Schema/Property.php Generic configuration property. 1
Integer class Drupal\Core\TypedData\Type drupal/core/lib/Drupal/Core/TypedData/Type/Integer.php The integer data type. 1
String class Drupal\Core\TypedData\Type drupal/core/lib/Drupal/Core/TypedData/Type/String.php The string data type. 1 1
Email class Drupal\Core\TypedData\Type drupal/core/lib/Drupal/Core/TypedData/Type/Email.php The Email data type. 1

Pages

Other projects