Classes, traits, and interfaces

Primary tabs

Name Type Namespace Locationsort descending Description Direct uses Use statements Strings
ConfigContextFactory class Drupal\Core\Config\Context drupal/core/lib/Drupal/Core/Config/Context/ConfigContextFactory.php Defines configuration context factory. 1 2
ContextInterface interface Drupal\Core\Config\Context drupal/core/lib/Drupal/Core/Config/Context/ContextInterface.php Defines the configuration context interface. 1 12 3
FreeConfigContext class Drupal\Core\Config\Context drupal/core/lib/Drupal/Core/Config/Context/FreeConfigContext.php Defines the override-free configuration context object. 1 1
DatabaseStorage class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/DatabaseStorage.php Defines the Database storage controller. 1 2
ConfigEntityBase abstract class Drupal\Core\Config\Entity drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Defines a base configuration entity class. 22 22
ConfigEntityInterface interface Drupal\Core\Config\Entity drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php Defines the interface common for all configuration entities. 23 22
ConfigEntityListController class Drupal\Core\Config\Entity drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityListController.php Defines the default list controller for ConfigEntity objects. 10 10
ConfigStorageController class Drupal\Core\Config\Entity drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php Defines the storage controller class for configuration entities. 14 16
Condition class Drupal\Core\Config\Entity\Query drupal/core/lib/Drupal/Core/Config/Entity/Query/Condition.php Defines the condition class for the config entity query.
Query class Drupal\Core\Config\Entity\Query drupal/core/lib/Drupal/Core/Config/Entity/Query/Query.php Defines the entity query for configuration entities.
QueryFactory class Drupal\Core\Config\Entity\Query drupal/core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php Provides a factory for creating entity query objects for the config backend. 2
FileStorage class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/FileStorage.php Defines the file storage controller. 1 10 3
FileStorageFactory class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/FileStorageFactory.php Provides a factory for creating config file storage objects. 1
InstallStorage class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/InstallStorage.php Storage controller used by the Drupal installer. 1 1 2
NullStorage class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/NullStorage.php Defines a stub storage controller. 1
ArrayElement abstract class Drupal\Core\Config\Schema drupal/core/lib/Drupal/Core/Config/Schema/ArrayElement.php Defines a generic configuration element that contains multiple properties. 2 1
Element abstract class Drupal\Core\Config\Schema drupal/core/lib/Drupal/Core/Config/Schema/Element.php Defines a generic configuration element. 3 1
Mapping class Drupal\Core\Config\Schema drupal/core/lib/Drupal/Core/Config/Schema/Mapping.php Defines a mapping configuration element. 1
Property class Drupal\Core\Config\Schema drupal/core/lib/Drupal/Core/Config/Schema/Property.php Generic configuration property. 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
SchemaStorage class Drupal\Core\Config\Schema drupal/core/lib/Drupal/Core/Config/Schema/SchemaStorage.php Defines the file storage controller for metadata files. 2
Sequence class Drupal\Core\Config\Schema drupal/core/lib/Drupal/Core/Config/Schema/Sequence.php Defines a configuration element of type Sequence. 1
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
TypedConfigElementFactory class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/TypedConfigElementFactory.php A factory for typed config element objects.
TypedConfigManager class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/TypedConfigManager.php Manages config type plugins. 1 1 2
ContentNegotiation class Drupal\Core drupal/core/lib/Drupal/Core/ContentNegotiation.php This class is a central library for content type negotiation. 8 2
AjaxController class Drupal\Core\Controller drupal/core/lib/Drupal/Core/Controller/AjaxController.php Default controller for ajax requests.
ControllerInterface interface Drupal\Core\Controller drupal/core/lib/Drupal/Core/Controller/ControllerInterface.php Defines a common interface for route controllers. 43 43
ControllerResolver class Drupal\Core\Controller drupal/core/lib/Drupal/Core/Controller/ControllerResolver.php ControllerResolver to enhance controllers beyond Symfony's basic handling. 2 2
DialogController class Drupal\Core\Controller drupal/core/lib/Drupal/Core/Controller/DialogController.php Defines a default controller for dialog requests. 2
ExceptionController class Drupal\Core\Controller drupal/core/lib/Drupal/Core/Controller/ExceptionController.php This controller handles HTTP errors generated by the routing system. 1 2
HtmlFormController class Drupal\Core\Controller drupal/core/lib/Drupal/Core/Controller/HtmlFormController.php Wrapping controller for forms that serve as the main page body. 1 1
HtmlPageController class Drupal\Core\Controller drupal/core/lib/Drupal/Core/Controller/HtmlPageController.php Default controller for most HTML pages. 2
CoreBundle class Drupal\Core drupal/core/lib/Drupal/Core/CoreBundle.php Bundle class for mandatory core services. 2
Connection abstract class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/Connection.php Base Database API class. 3 57 3
ConnectionNotDefinedException class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/ConnectionNotDefinedException.php Exception thrown if an undefined database connection is requested. 3
Database abstract class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/Database.php Primary front-controller for the database system. 71 1
DatabaseException interface Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/DatabaseException.php Interface for a database exception. 14 5
DatabaseExceptionWrapper class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/DatabaseExceptionWrapper.php This wrapper class serves only to provide additional debug information. 4
DatabaseNotFoundException class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/DatabaseNotFoundException.php Exception thrown if specified database is not found. 6
Connection class Drupal\Core\Database\Driver\mysql drupal/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php 1
Delete class Drupal\Core\Database\Driver\mysql drupal/core/lib/Drupal/Core/Database/Driver/mysql/Delete.php
Insert class Drupal\Core\Database\Driver\mysql drupal/core/lib/Drupal/Core/Database/Driver/mysql/Insert.php
Tasks class Drupal\Core\Database\Driver\mysql\Install drupal/core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php Specifies installation tasks for MySQL and equivalent databases.
Merge class Drupal\Core\Database\Driver\mysql drupal/core/lib/Drupal/Core/Database/Driver/mysql/Merge.php
Schema class Drupal\Core\Database\Driver\mysql drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php
Select class Drupal\Core\Database\Driver\mysql drupal/core/lib/Drupal/Core/Database/Driver/mysql/Select.php

Pages

Other projects