Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
ClassLoaderTest_ClassC class drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/ClassLoaderTest/ClassC.class.php
ClassMapGenerator class Symfony\Component\ClassLoader drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/ClassMapGenerator.php ClassMapGenerator 1
ClassMapGeneratorTest class Symfony\Component\ClassLoader\Tests drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassMapGeneratorTest.php
ClassMetadata interface Doctrine\Common\Persistence\Mapping drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php Contract for a Doctrine persistence layer ClassMetadata class to implement. 1 10
ClassMetadataFactory interface Doctrine\Common\Persistence\Mapping drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadataFactory.php Contract for a Doctrine persistence layer ClassMetadata class to implement. 1
ClassMetadataFactoryTest class Doctrine\Tests\Common\Persistence\Mapping drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php
ClassUtils class Doctrine\Common\Util drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Util/ClassUtils.php Class and reflection related functionality for objects that might or not be proxy objects at the moment. 2
ClassUtilsTest class Doctrine\Tests\Common\Util drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Util/ClassUtilsTest.php
ClassWithAnnotationWithTargetSyntaxError class Doctrine\Tests\Common\Annotations\Fixtures drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithAnnotationWithTargetSyntaxError.php Plugin annotation @AnnotationWithTargetSyntaxError();
ClassWithAnnotationWithVarType class Doctrine\Tests\Common\Annotations\Fixtures drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithAnnotationWithVarType.php
ClassWithClosure final class Doctrine\Tests\Common\Annotations\Fixtures drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithClosure.php Plugin annotation @AnnotationTargetAll("Foo");
ClassWithConstants class Doctrine\Tests\Common\Annotations\Fixtures drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithConstants.php 1
ClassWithFullyQualifiedUseStatements class Doctrine\Tests\Common\Annotations\Fixtures drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithFullyQualifiedUseStatements.php
ClassWithInvalidAnnotationTargetAtClass class Doctrine\Tests\Common\Annotations\Fixtures drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithInvalidAnnotationTargetAtClass.php Plugin annotation @AnnotationTargetPropertyMethod("Some data");
ClassWithInvalidAnnotationTargetAtMethod class Doctrine\Tests\Common\Annotations\Fixtures drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithInvalidAnnotationTargetAtMethod.php Plugin annotation @AnnotationTargetClass("Some data");
ClassWithInvalidAnnotationTargetAtProperty class Doctrine\Tests\Common\Annotations\Fixtures drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithInvalidAnnotationTargetAtProperty.php Plugin annotation @AnnotationTargetClass("Some data");
ClassWithValidAnnotationTarget class Doctrine\Tests\Common\Annotations\Fixtures drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithValidAnnotationTarget.php Plugin annotation @AnnotationTargetClass("Some data");
ClearTest class Drupal\system\Tests\Cache drupal/core/modules/system/lib/Drupal/system/Tests/Cache/ClearTest.php Tests cache clearing methods.
Client class Symfony\Component\HttpKernel drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Client.php Client simulates a browser and makes requests to a Kernel object. 1 2
Client class Guzzle\Http drupal/core/vendor/guzzle/http/Guzzle/Http/Client.php HTTP client
ClientErrorResponseException class Guzzle\Http\Exception drupal/core/vendor/guzzle/http/Guzzle/Http/Exception/ClientErrorResponseException.php Exception when a client error is encountered (4xx codes)
ClientInterface interface Guzzle\Http drupal/core/vendor/guzzle/http/Guzzle/Http/ClientInterface.php Client interface for send HTTP requests 1 2
ClientTest class Symfony\Component\HttpKernel\Tests drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/ClientTest.php
ClosureExpressionVisitor class Doctrine\Common\Collections\Expr drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/ClosureExpressionVisitor.php Walks an expression graph and turns it into a PHP closure. 2
ClosureExpressionVisitorTest class Doctrine\Tests\Common\Collections drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/ClosureExpressionVisitorTest.php @group DDC-1637
ClosureLoader class Symfony\Component\DependencyInjection\Loader drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Loader/ClosureLoader.php ClosureLoader loads service definitions from a PHP closure. 2
ClosureLoader class Symfony\Component\Routing\Loader drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/ClosureLoader.php ClosureLoader loads routes from a PHP closure. 1
ClosureLoaderTest class Symfony\Component\Routing\Tests\Loader drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/ClosureLoaderTest.php
ClosureLoaderTest class Symfony\Component\DependencyInjection\Tests\Loader drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Loader/ClosureLoaderTest.php
CoalescingDirectoryResource class Assetic\Factory\Resource drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/CoalescingDirectoryResource.php Coalesces multiple directories together into one merged resource. 1
CoalescingDirectoryResourceTest class Assetic\Test\Factory\Resource drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Factory/Resource/CoalescingDirectoryResourceTest.php
CoffeeScriptFilter class Assetic\Filter drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CoffeeScriptFilter.php Compiles CoffeeScript into Javascript. 1
CoffeeScriptFilterTest class Assetic\Test\Filter drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/CoffeeScriptFilterTest.php @group integration
Collection class Guzzle\Common drupal/core/vendor/guzzle/common/Guzzle/Common/Collection.php Key value pair collection object 1 12
Collection interface Doctrine\Common\Collections drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Collection.php The missing (SPL) Collection/Array/OrderedMap interface. 1 1
CollectionTest class Doctrine\Tests\Common\Collections drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/CollectionTest.php
Color class Drupal\Core\Utility drupal/core/lib/Drupal/Core/Utility/Color.php Performs color conversions. 2
ColorTest class Drupal\system\Tests\Common drupal/core/modules/system/lib/Drupal/system/Tests/Common/ColorTest.php Tests color conversion functions.
ColorTest class Drupal\color\Tests drupal/core/modules/color/lib/Drupal/color/Tests/ColorTest.php Tests the Color module functionality.
Com class Drupal\Component\Uuid drupal/core/lib/Drupal/Component/Uuid/Com.php UUID implementation using the Windows internal GUID extension.
Combine class Drupal\views\Plugin\views\filter drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/Combine.php Filter handler which allows to search on multiple fields.
CommandInterface interface Drupal\Core\Ajax drupal/core/lib/Drupal/Core/Ajax/CommandInterface.php AJAX command interface. 10 10
CommandsTest class Drupal\system\Tests\Ajax drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/CommandsTest.php Tests Ajax framework commands.
Comment class Drupal\comment\Plugin\views\field drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/Comment.php Field handler to allow linking to a comment.
Comment class Drupal\comment\Plugin\views\wizard drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/wizard/Comment.php Tests creating comment views with the wizard.
Comment class Drupal\comment\Plugin\Core\Entity drupal/core/modules/comment/lib/Drupal/comment/Plugin/Core/Entity/Comment.php Defines the comment entity class. 3
CommentActionsTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentActionsTest.php Tests actions provided by the Comment module.
CommentAnonymousTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentAnonymousTest.php Tests anonymous commenting.
CommentApprovalTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentApprovalTest.php Tests comment approval functionality.
CommentAttributesTest class Drupal\rdf\Tests drupal/core/modules/rdf/lib/Drupal/rdf/Tests/CommentAttributesTest.php Tests the RDFa markup of comments.

Pages

Other projects