Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
CacheWarmerAggregate class Symfony\Component\HttpKernel\CacheWarmer drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerAggregate.php Aggregates several cache warmers into a single one. 1
CacheWarmerAggregateTest class Symfony\Component\HttpKernel\Tests\CacheWarmer drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerAggregateTest.php
CacheWarmerInterface interface Symfony\Component\HttpKernel\CacheWarmer drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerInterface.php Interface for classes able to warm up the cache. 2 1
CacheWarmerTest class Symfony\Component\HttpKernel\Tests\CacheWarmer drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerTest.php
CallablesFilter class Assetic\Filter drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CallablesFilter.php A filter that wraps callables. 2
CallablesFilterTest class Assetic\Test\Filter drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/CallablesFilterTest.php
Callbacks class Drupal\form_test drupal/core/modules/system/tests/modules/form_test/lib/Drupal/form_test/Callbacks.php Simple class for testing methods as element validation callbacks. 1
Callbacks class Drupal\ajax_forms_test drupal/core/modules/system/tests/modules/ajax_forms_test/lib/Drupal/ajax_forms_test/Callbacks.php Simple object for testing methods as Ajax callbacks. 1
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
CategorizeFeedTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/CategorizeFeedTest.php
Category class Drupal\contact\Plugin\Core\Entity drupal/core/modules/contact/lib/Drupal/contact/Plugin/Core/Entity/Category.php Defines the contact category entity. 2
CategoryFormController class Drupal\contact drupal/core/modules/contact/lib/Drupal/contact/CategoryFormController.php Base form controller for category edit forms.
CategoryListController class Drupal\contact drupal/core/modules/contact/lib/Drupal/contact/CategoryListController.php Provides a listing of contact categories.
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
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
ChainMatcher class Drupal\Core\Routing drupal/core/lib/Drupal/Core/Routing/ChainMatcher.php Aggregates multiple matchers together in series. 1
ChainMatcherTest class Drupal\system\Tests\Routing drupal/core/modules/system/lib/Drupal/system/Tests/Routing/ChainMatcherTest.php Basic tests for the ChainMatcher.
ChangedCommand class Drupal\Core\Ajax drupal/core/lib/Drupal/Core/Ajax/ChangedCommand.php An AJAX command for marking HTML elements as changed. 1
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
ChmodInterface interface Drupal\Core\FileTransfer drupal/core/lib/Drupal/Core/FileTransfer/ChmodInterface.php Defines an interface to chmod files. 3
CInterface interface ClassesWithParents drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/CInterface.php 1
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
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 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
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
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

Pages

Other projects