Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
CallbackValidatorTest_Class class Symfony\Component\Validator\Tests\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CallbackValidatorTest.php
CallbackValidatorTest_Object class Symfony\Component\Validator\Tests\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CallbackValidatorTest.php
CancelUser class Drupal\user\Plugin\Action drupal/core/modules/user/lib/Drupal/user/Plugin/Action/CancelUser.php Cancels a user account.
CardScheme class Symfony\Component\Validator\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/CardScheme.php Metadata for the CardSchemeValidator. 1
CardSchemeValidator class Symfony\Component\Validator\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/CardSchemeValidator.php Validates that a card number belongs to a specified scheme. 1
CardSchemeValidatorTest class Symfony\Component\Validator\Tests\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CardSchemeValidatorTest.php
CascadingStylesheetsTest class Drupal\system\Tests\Common drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsTest.php Tests the Drupal CSS system.
CascadingStylesheetsUnitTest class Drupal\system\Tests\Common drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsUnitTest.php Tests CSS functions.
CaseSensitivityTest class Drupal\system\Tests\Database drupal/core/modules/system/lib/Drupal/system/Tests/Database/CaseSensitivityTest.php Tests case sensitivity handling.
CategorizeFeedItemTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/CategorizeFeedItemTest.php Tests categorization functionality in the Aggregator module.
CategorizeFeedTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/CategorizeFeedTest.php Tests the categorize feed functionality in the Aggregator module.
Category class Drupal\contact\Plugin\Core\Entity drupal/core/modules/contact/lib/Drupal/contact/Plugin/Core/Entity/Category.php Defines the contact category entity. 3
CategoryAccessController class Drupal\contact drupal/core/modules/contact/lib/Drupal/contact/CategoryAccessController.php Defines an access controller for the contact category entity.
CategoryFormController class Drupal\contact drupal/core/modules/contact/lib/Drupal/contact/CategoryFormController.php Base form controller for category edit forms.
CategoryInterface interface Drupal\contact drupal/core/modules/contact/lib/Drupal/contact/CategoryInterface.php Provides an interface defining a contact category entity. 1 1
CategoryListController class Drupal\contact drupal/core/modules/contact/lib/Drupal/contact/CategoryListController.php Provides a listing of contact categories.
CategoryStorageController class Drupal\contact drupal/core/modules/contact/lib/Drupal/contact/CategoryStorageController.php Controller class for contact categories.
CExtDisablingNodeVisitor class drupal/core/vendor/twig/twig/test/Twig/Tests/TemplateTest.php
ChainCacheClearer class Symfony\Component\HttpKernel\CacheClearer drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/CacheClearer/ChainCacheClearer.php ChainCacheClearer. 1
ChainCacheClearerTest class Symfony\Component\HttpKernel\Tests\CacheClearer drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/CacheClearer/ChainCacheClearerTest.php
ChainDecoder class Symfony\Component\Serializer\Encoder drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/ChainDecoder.php Decoder delegating the decoding to a chain of decoders. 1
ChainedRouterInterface interface Symfony\Cmf\Component\Routing drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainedRouterInterface.php Interface to combine the VersatileGeneratorInterface with the RouterInterface 1
ChainEncoder class Symfony\Component\Serializer\Encoder drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/ChainEncoder.php Encoder delegating the decoding to a chain of encoders. 1
ChainEntityResolver class Drupal\serialization\EntityResolver drupal/core/modules/serialization/lib/Drupal/serialization/EntityResolver/ChainEntityResolver.php Resolver delegating the entity resolution to a chain of resolvers. 2
ChainRouter class Symfony\Cmf\Component\Routing drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainRouter.php ChainRouter 1 2
ChainRouterTest class Symfony\Cmf\Component\Routing\Tests\Routing drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ChainRouterTest.php
ChangeCurrentWorkingDirectoryTest class drupal/core/vendor/phpunit/phpunit/Tests/_files/ChangeCurrentWorkingDirectoryTest.php
ChangedCommand class Drupal\Core\Ajax drupal/core/lib/Drupal/Core/Ajax/ChangedCommand.php An AJAX command for marking HTML elements as changed. 2
ChangeUserRoleBase abstract class Drupal\user\Plugin\Action drupal/core/modules/user/lib/Drupal/user/Plugin/Action/ChangeUserRoleBase.php Provides a base class for operations to change a user's role. 2 2
CheckboxTest class Drupal\system\Tests\Form drupal/core/modules/system/lib/Drupal/system/Tests/Form/CheckboxTest.php Tests checkbox element.
CheckCircularReferencesPass class Symfony\Component\DependencyInjection\Compiler drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/CheckCircularReferencesPass.php Checks your services for circular references 1
CheckCircularReferencesPassTest class Symfony\Component\DependencyInjection\Tests\Compiler drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/CheckCircularReferencesPassTest.php
CheckDefinitionValidityPass class Symfony\Component\DependencyInjection\Compiler drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/CheckDefinitionValidityPass.php This pass validates each definition individually only taking the information into account which is contained in the definition itself. 1
CheckDefinitionValidityPassTest class Symfony\Component\DependencyInjection\Tests\Compiler drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/CheckDefinitionValidityPassTest.php
CheckExceptionOnInvalidReferenceBehaviorPass class Symfony\Component\DependencyInjection\Compiler drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php Checks that all references are pointing to a valid service. 1
CheckExceptionOnInvalidReferenceBehaviorPassTest class Symfony\Component\DependencyInjection\Tests\Compiler drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/CheckExceptionOnInvalidReferenceBehaviorPassTest.php
CheckReferenceValidityPass class Symfony\Component\DependencyInjection\Compiler drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/CheckReferenceValidityPass.php Checks the validity of references 1
CheckReferenceValidityPassTest class Symfony\Component\DependencyInjection\Tests\Compiler drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/CheckReferenceValidityPassTest.php
Cherry class Drupal\plugin_test\Plugin\plugin_test\fruit drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/fruit/Cherry.php Plugin annotation @Plugin( id = "cherry", label = "Cherry", color = "red" )
ChildEntity class Doctrine\Tests\Common\Persistence\Mapping drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php
ChildObject class Doctrine\Tests\Common\Util drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Util/ClassUtilsTest.php
ChildSuite class drupal/core/vendor/phpunit/phpunit/Tests/Regression/783/ChildSuite.php
ChmodInterface interface Drupal\Core\FileTransfer drupal/core/lib/Drupal/Core/FileTransfer/ChmodInterface.php Defines an interface to chmod files. 3
Choice class Symfony\Component\Validator\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Choice.php @author Bernhard Schussek <bschussek@gmail.com> 4
ChoiceValidator class Symfony\Component\Validator\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/ChoiceValidator.php ChoiceValidator validates that the value is one of the expected values. 1
ChoiceValidatorTest class Symfony\Component\Validator\Tests\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/ChoiceValidatorTest.php
CInterface interface ClassesWithParents drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/CInterface.php 1
CKEditor class Drupal\ckeditor\Plugin\Editor drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Plugin/Editor/CKEditor.php Defines a CKEditor-based text editor for Drupal. 1
CKEditorAdminTest class Drupal\ckeditor\Tests drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorAdminTest.php Tests administration of CKEditor.
CKEditorLoadingTest class Drupal\ckeditor\Tests drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorLoadingTest.php Tests loading of CKEditor.

Pages

Other projects