Classes, traits, and interfaces

Primary tabs

Namesort ascending Type Namespace Location Description Direct uses Use statements Strings
ColorTest class Drupal\color\Tests drupal/core/modules/color/lib/Drupal/color/Tests/ColorTest.php Tests the Color module functionality.
Color class Drupal\Core\Utility drupal/core/lib/Drupal/Core/Utility/Color.php Performs color conversions. 2
CollectionTest class Doctrine\Tests\Common\Collections drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/CollectionTest.php
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
CoffeeScriptFilterTest class Assetic\Test\Filter drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/CoffeeScriptFilterTest.php @group integration
CoffeeScriptFilter class Assetic\Filter drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CoffeeScriptFilter.php Compiles CoffeeScript into Javascript. 1
CoalescingDirectoryResourceTest class Assetic\Test\Factory\Resource drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Factory/Resource/CoalescingDirectoryResourceTest.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
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
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
ClosureExpressionVisitorTest class Doctrine\Tests\Common\Collections drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/ClosureExpressionVisitorTest.php @group DDC-1637
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
ClientTest class Symfony\Component\HttpKernel\Tests drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/ClientTest.php
ClientInterface interface Guzzle\Http drupal/core/vendor/guzzle/http/Guzzle/Http/ClientInterface.php Client interface for send HTTP requests 1 2
ClientErrorResponseException class Guzzle\Http\Exception drupal/core/vendor/guzzle/http/Guzzle/Http/Exception/ClientErrorResponseException.php Exception when a client error is encountered (4xx codes)
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
ClearTest class Drupal\system\Tests\Cache drupal/core/modules/system/lib/Drupal/system/Tests/Cache/ClearTest.php Tests cache clearing methods.
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");
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");
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");
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");
ClassWithFullyQualifiedUseStatements class Doctrine\Tests\Common\Annotations\Fixtures drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithFullyQualifiedUseStatements.php
ClassWithConstants class Doctrine\Tests\Common\Annotations\Fixtures drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithConstants.php 1
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");
ClassWithAnnotationWithVarType class Doctrine\Tests\Common\Annotations\Fixtures drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithAnnotationWithVarType.php
ClassWithAnnotationWithTargetSyntaxError class Doctrine\Tests\Common\Annotations\Fixtures drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithAnnotationWithTargetSyntaxError.php Plugin annotation @AnnotationWithTargetSyntaxError();
ClassUtilsTest class Doctrine\Tests\Common\Util drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Util/ClassUtilsTest.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
ClassMetadataFactoryTest class Doctrine\Tests\Common\Persistence\Mapping drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php
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
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
ClassMapGeneratorTest class Symfony\Component\ClassLoader\Tests drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassMapGeneratorTest.php
ClassMapGenerator class Symfony\Component\ClassLoader drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/ClassMapGenerator.php ClassMapGenerator 1
ClassLoaderTest_ClassC class drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/ClassLoaderTest/ClassC.class.php
ClassLoaderTest_ClassB class drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/ClassLoaderTest/ClassB.class.php
ClassLoaderTest_ClassA class drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/ClassLoaderTest/ClassA.class.php
ClassLoaderTest class Symfony\Component\ClassLoader\Tests drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassLoaderTest.php
ClassLoaderTest class Drupal\system\Tests\Module drupal/core/modules/system/lib/Drupal/system/Tests/Module/ClassLoaderTest.php Tests class loading.
ClassLoaderTest class Doctrine\Tests\Common drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/ClassLoaderTest.php
ClassLoader class Doctrine\Common drupal/core/vendor/doctrine/common/lib/Doctrine/Common/ClassLoader.php A <tt>ClassLoader</tt> is an autoloader for class files that can be installed on the SPL autoload stack. It is a class loader that either loads only classes of a specific namespace or all namespaces and it is suitable for working… 1
ClassLoader class Composer\Autoload drupal/core/vendor/composer/ClassLoader.php ClassLoader implements a PSR-0 class loader
ClassLoader class Symfony\Component\ClassLoader drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/ClassLoader.php ClassLoader implements an PSR-0 class loader 1
ClassFinderInterface interface Doctrine\Common\Reflection drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/ClassFinderInterface.php Finds a class in a PSR-0 structure. 2 1
ClassDDC1660 class Doctrine\Tests\Common\Annotations\Fixtures drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassDDC1660.php @since 2.0 @version $Id: SomeEntityClass.php 509 2012-02-03 09:38:48Z mf $
ClassD class ClassLoaderTest drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/ClassLoaderTest/ClassD.php
ClassCollectionLoaderTest class Symfony\Component\ClassLoader\Tests drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassCollectionLoaderTest.php

Pages

Other projects