Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
ConfigTestController class Drupal\config_test drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/ConfigTestController.php Route controller class for the config_test module.
ConfigTestDeleteForm class Drupal\config_test\Form drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/Form/ConfigTestDeleteForm.php Delete confirmation form for config_test entities. 1
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.
ConfigTestInterface interface Drupal\config_test drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/ConfigTestInterface.php Provides an interface defining a config_test entity. 1 2
ConfigTestStorageController class Drupal\config_test drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/ConfigTestStorageController.php @todo.
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.
ConfigurableActionBase abstract class Drupal\Core\Action drupal/core/lib/Drupal/Core/Action/ConfigurableActionBase.php Provides a base implementation for a configurable Action plugin. 7 7
ConfigurableActionInterface interface Drupal\Core\Action drupal/core/lib/Drupal/Core/Action/ConfigurableActionInterface.php Provides an interface for an Action plugin. 1 4
ConfigurableEntityReferenceItem class Drupal\entity_reference\Type drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Type/ConfigurableEntityReferenceItem.php Defines the 'entity_reference_configurable' entity field item.
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 that can be configured whether an exception should be generated when the parameters do not match the requirements. It is also possible to disable the requirements check for URL… 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
ConfigurationTest class Drupal\action\Tests drupal/core/modules/action/lib/Drupal/action/Tests/ConfigurationTest.php Actions configuration.
ConfirmFormArrayPathTestForm class Drupal\form_test drupal/core/modules/system/tests/modules/form_test/lib/Drupal/form_test/ConfirmFormArrayPathTestForm.php Provides a test confirmation form with a complex cancellation destination. 1
ConfirmFormBase abstract class Drupal\Core\Form drupal/core/lib/Drupal/Core/Form/ConfirmFormBase.php Provides an generic base class for a confirmation form. 29 29
ConfirmFormTest class Drupal\system\Tests\Form drupal/core/modules/system/lib/Drupal/system/Tests/Form/ConfirmFormTest.php Tests confirmation forms.
ConfirmFormTestForm class Drupal\form_test drupal/core/modules/system/tests/modules/form_test/lib/Drupal/form_test/ConfirmFormTestForm.php Provides a test confirmation form. 1 1
ConflictHttpException class Symfony\Component\HttpKernel\Exception drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/ConflictHttpException.php ConflictHttpException. 1
Connection abstract class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/Connection.php Base Database API class. 3 57 3
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 class Drupal\Core\Database\Driver\mysql drupal/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php 1
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.
Constraint abstract class Symfony\Component\Validator drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraint.php Contains the properties of a constraint definition. 44 91
ConstraintA class Symfony\Component\Validator\Tests\Fixtures drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/ConstraintA.php 10
ConstraintAValidator class Symfony\Component\Validator\Tests\Fixtures drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/ConstraintAValidator.php 1
ConstraintB class Symfony\Component\Validator\Tests\Fixtures drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/ConstraintB.php 6
ConstraintC class Symfony\Component\Validator\Tests\Fixtures drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/ConstraintC.php 1
ConstraintDefinitionException class Symfony\Component\Validator\Exception drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Exception/ConstraintDefinitionException.php 12
ConstraintManager class Drupal\Core\Validation drupal/core/lib/Drupal/Core/Validation/ConstraintManager.php Constraint plugin manager. 1 2
ConstraintTest class Symfony\Component\Validator\Tests drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ConstraintTest.php
ConstraintValidator abstract class Symfony\Component\Validator drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintValidator.php Base class for constraint validators 37 37
ConstraintValidatorFactory class Symfony\Component\Validator drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintValidatorFactory.php Default implementation of the ConstraintValidatorFactoryInterface. 2
ConstraintValidatorFactoryInterface interface Symfony\Component\Validator drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintValidatorFactoryInterface.php Specifies an object able to return the correct ConstraintValidatorInterface instance given a Constrain object. 1 1
ConstraintValidatorInterface interface Symfony\Component\Validator drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintValidatorInterface.php @author Bernhard Schussek <bschussek@gmail.com> 1
ConstraintViolation class Symfony\Component\Validator drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolation.php Default implementation of {@ConstraintViolationInterface}. 5
ConstraintViolationInterface interface Symfony\Component\Validator drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolationInterface.php A violation of a constraint that happened during validation. 1
ConstraintViolationList class Symfony\Component\Validator drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolationList.php Default implementation of {@ConstraintViolationListInterface}. 5
ConstraintViolationListInterface interface Symfony\Component\Validator drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolationListInterface.php A list of constraint violations. 1
ConstraintViolationListTest class Symfony\Component\Validator\Tests drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ConstraintViolationListTest.php
ConstraintViolationTest class Symfony\Component\Validator\Tests drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ConstraintViolationTest.php
ContactAuthenticatedUserTest class Drupal\contact\Tests drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactAuthenticatedUserTest.php Tests the contact form for authenticated users.
ContactFieldsTest class Drupal\contact\Tests\Views drupal/core/modules/contact/lib/Drupal/contact/Tests/Views/ContactFieldsTest.php Tests which checks that no fieldapi fields are added on contact.
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.
ContactUpgradePathTest class Drupal\contact\Tests drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactUpgradePathTest.php Tests upgrade of contact.

Pages

Other projects