Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
CKEditorPlugin class Drupal\ckeditor\Annotation drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Annotation/CKEditorPlugin.php Defines a CKEditorPlugin annotation object. 6
CKEditorPluginBase abstract class Drupal\ckeditor drupal/core/modules/ckeditor/lib/Drupal/ckeditor/CKEditorPluginBase.php Defines a base CKEditor plugin implementation. 2 2
CKEditorPluginButtonsInterface interface Drupal\ckeditor drupal/core/modules/ckeditor/lib/Drupal/ckeditor/CKEditorPluginButtonsInterface.php Defines an interface for CKEditor plugins with buttons. 3 2
CKEditorPluginConfigurableInterface interface Drupal\ckeditor drupal/core/modules/ckeditor/lib/Drupal/ckeditor/CKEditorPluginConfigurableInterface.php Defines an interface for configurable CKEditor plugins. 2 2
CKEditorPluginContextualInterface interface Drupal\ckeditor drupal/core/modules/ckeditor/lib/Drupal/ckeditor/CKEditorPluginContextualInterface.php Defines an interface for contextually enabled CKEditor plugins. 2 2
CKEditorPluginInterface interface Drupal\ckeditor drupal/core/modules/ckeditor/lib/Drupal/ckeditor/CKEditorPluginInterface.php Defines an interface for (loading of) CKEditor plugins. 5 1
CKEditorPluginManager class Drupal\ckeditor drupal/core/modules/ckeditor/lib/Drupal/ckeditor/CKEditorPluginManager.php CKEditor Plugin manager. 1 2
CKEditorPluginManagerTest class Drupal\ckeditor\Tests drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorPluginManagerTest.php Tests for the "CKEditor plugins" plugin manager.
CKEditorTest class Drupal\ckeditor\Tests drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorTest.php Tests for the 'CKEditor' text editor plugin.
ClassBasedInterface interface Symfony\Component\Validator drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ClassBasedInterface.php An object backed by a PHP class. 2 2
ClassCollectionLoader class Symfony\Component\ClassLoader drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/ClassCollectionLoader.php ClassCollectionLoader. 2
ClassCollectionLoaderTest class Symfony\Component\ClassLoader\Tests drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassCollectionLoaderTest.php
ClassConstraint class Symfony\Component\Validator\Tests\Fixtures drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/ClassConstraint.php 2
ClassD class ClassLoaderTest drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/ClassLoaderTest/ClassD.php
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 $
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
ClassLoader class Symfony\Component\ClassLoader drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/ClassLoader.php ClassLoader implements an PSR-0 class loader 4
ClassLoader class Composer\Autoload drupal/core/vendor/composer/ClassLoader.php ClassLoader implements a PSR-0 class loader
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
ClassLoaderTest class Doctrine\Tests\Common drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/ClassLoaderTest.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_ClassA class drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/ClassLoaderTest/ClassA.class.php
ClassLoaderTest_ClassB class drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/ClassLoaderTest/ClassB.class.php
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
ClassMetadata class Symfony\Component\Validator\Mapping drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/ClassMetadata.php Represents all the configured constraints on a given class. 19
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
ClassMetadataFactory class Symfony\Component\Validator\Mapping drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/ClassMetadataFactory.php A factory for creating metadata for PHP classes. 2
ClassMetadataFactoryTest class Doctrine\Tests\Common\Persistence\Mapping drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php
ClassMetadataFactoryTest class Symfony\Component\Validator\Tests\Mapping drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/ClassMetadataFactoryTest.php
ClassMetadataTest class Symfony\Component\Validator\Tests\Mapping drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/ClassMetadataTest.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");
ClassWithNonPublicAttributes class drupal/core/vendor/phpunit/phpunit/Tests/_files/ClassWithNonPublicAttributes.php
ClassWithToString class drupal/core/vendor/phpunit/phpunit/Tests/_files/ClassWithToString.php A class with a __toString() method.
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
Client class Guzzle\Http drupal/core/vendor/guzzle/http/Guzzle/Http/Client.php HTTP client 1 2
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

Pages

Other projects