Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
ConfigCacheTest class Assetic\Test\Cache drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Cache/ConfigCacheTest.php
ConfigCRUDTest class Drupal\config\Tests drupal/core/modules/config/lib/Drupal/config/Tests/ConfigCRUDTest.php Tests CRUD operations on configuration objects.
ConfigDataCollector class Symfony\Component\HttpKernel\DataCollector drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/ConfigDataCollector.php ConfigDataCollector. 1
ConfigDataCollectorTest class Symfony\Component\HttpKernel\Tests\DataCollector drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/ConfigDataCollectorTest.php
ConfigEntityBase abstract class Drupal\Core\Config\Entity drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Defines a base configuration entity class. 8 8
ConfigEntityInterface interface Drupal\Core\Config\Entity drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php Defines the interface common for all configuration entities. 2 1
ConfigEntityListController class Drupal\Core\Config\Entity drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityListController.php Defines the default list controller for ConfigEntity objects. 2 2
ConfigEntityListTest class Drupal\config\Tests drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityListTest.php Tests the listing of configuration entities.
ConfigEntityTest class Drupal\config\Tests drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityTest.php Tests configuration entities. 2
ConfigEvent class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/ConfigEvent.php 2
ConfigException class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/ConfigException.php A base exception thrown in any configuration system operations. 1 2
ConfigFactory class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/ConfigFactory.php Defines the configuration object factory. 1
ConfigFileContentTest class Drupal\config\Tests drupal/core/modules/config/lib/Drupal/config/Tests/ConfigFileContentTest.php Tests reading and writing file contents.
ConfigGlobalOverrideSubscriber class Drupal\Core\EventSubscriber drupal/core/lib/Drupal/Core/EventSubscriber/ConfigGlobalOverrideSubscriber.php Override configuration values with values in global $conf variable.
ConfigImportTest class Drupal\config\Tests drupal/core/modules/config/lib/Drupal/config/Tests/ConfigImportTest.php Tests importing configuration from files into active configuration.
ConfigImportUITest class Drupal\config\Tests drupal/core/modules/config/lib/Drupal/config/Tests/ConfigImportUITest.php Tests importing configuration from files into active store.
ConfigInstallTest class Drupal\config\Tests drupal/core/modules/config/lib/Drupal/config/Tests/ConfigInstallTest.php Tests installation of configuration objects in installation functionality.
ConfigOverrideTest class Drupal\config\Tests drupal/core/modules/config/lib/Drupal/config/Tests/ConfigOverrideTest.php Tests configuration overrides via $conf in settings.php.
ConfigStorageController class Drupal\Core\Config\Entity drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php Defines the storage controller class for configuration entities. 1 1
ConfigStorageTestBase abstract class Drupal\config\Tests\Storage drupal/core/modules/config/lib/Drupal/config/Tests/Storage/ConfigStorageTestBase.php Base class for testing storage controller operations. 2
ConfigTest class Drupal\config_test\Plugin\Core\Entity drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/Plugin/Core/Entity/ConfigTest.php Defines the ConfigTest configuration entity. 2
ConfigTestFormController class Drupal\config_test drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/ConfigTestFormController.php Form controller for the test config edit forms.
ConfigTestTranslationUITest class Drupal\translation_entity\Tests drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/ConfigTestTranslationUITest.php Tests the Config Test Translation UI.
ConfigUpgradeTest class Drupal\config\Tests drupal/core/modules/config/lib/Drupal/config/Tests/ConfigUpgradeTest.php Tests migration of variables into configuration objects.
ConfigurableExtension abstract class Symfony\Component\HttpKernel\DependencyInjection drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DependencyInjection/ConfigurableExtension.php This extension sub-class provides first-class integration with the Config/Definition Component.
ConfigurableRequirementsInterface interface Symfony\Component\Routing\Generator drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/ConfigurableRequirementsInterface.php ConfigurableRequirementsInterface must be implemented by URL generators in order to be able to configure whether an exception should be generated when the parameters do not match the requirements. 1 1
ConfigurationExtensionInterface interface Symfony\Component\DependencyInjection\Extension drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Extension/ConfigurationExtensionInterface.php ConfigurationExtensionInterface is the interface implemented by container extension classes. 1 1
ConfigurationTest class Drupal\action\Tests drupal/core/modules/action/lib/Drupal/action/Tests/ConfigurationTest.php Actions configuration.
Connection class Drupal\Core\Database\Driver\mysql drupal/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php 1
Connection class Drupal\Core\Database\Driver\sqlite drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php Specific SQLite implementation of DatabaseConnection. 1
Connection class Drupal\Core\Database\Driver\pgsql drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php 1
Connection abstract class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/Connection.php Base Database API class. 3 35
ConnectionNotDefinedException class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/ConnectionNotDefinedException.php Exception thrown if an undefined database connection is requested. 3
ConnectionRegistry interface Doctrine\Common\Persistence drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ConnectionRegistry.php Contract covering connection for a Doctrine persistence layer ManagerRegistry class to implement. 1
ConnectionTest class Drupal\system\Tests\Database drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionTest.php Tests connection management.
ConnectionUnitTest class Drupal\system\Tests\Database drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionUnitTest.php Tests management of database connections.
ContactAuthenticatedUserTest class Drupal\contact\Tests drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactAuthenticatedUserTest.php Tests the contact form for authenticated users.
ContactPersonalTest class Drupal\contact\Tests drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactPersonalTest.php Tests the personal contact form.
ContactSitewideTest class Drupal\contact\Tests drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactSitewideTest.php Tests the site-wide contact form.
Container class Symfony\Component\DependencyInjection drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php Container is a dependency injection container. 6 14
ContainerAware abstract class Symfony\Component\DependencyInjection drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerAware.php A simple implementation of ContainerAwareInterface. 6 6
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
ContainerAwareEventDispatcherTest class Symfony\Component\EventDispatcher\Tests drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ContainerAwareEventDispatcherTest.php
ContainerAwareInterface interface Symfony\Component\DependencyInjection drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerAwareInterface.php ContainerAwareInterface should be implemented by classes that depends on a Container. 3 3
ContainerAwareTraceableEventDispatcher class Symfony\Component\HttpKernel\Debug drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/ContainerAwareTraceableEventDispatcher.php Extends the ContainerAwareEventDispatcher to add some debugging tools. 1
ContainerAwareTraceableEventDispatcherTest class Symfony\Component\HttpKernel\Tests\Debug drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/ContainerAwareTraceableEventDispatcherTest.php
ContainerBuilder class Symfony\Component\DependencyInjection drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php ContainerBuilder is a DI container that provides an API to easily describe services. 1 90
ContainerBuilder class Drupal\Core\DependencyInjection drupal/core/lib/Drupal/Core/DependencyInjection/ContainerBuilder.php Drupal's dependency injection container builder. 4
ContainerBuilderTest class Symfony\Component\DependencyInjection\Tests drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php
ContainerInterface interface Symfony\Component\DependencyInjection drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerInterface.php ContainerInterface is the interface implemented by service container classes. 2 36

Pages

Other projects