Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
Container class Symfony\Component\DependencyInjection drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php Container is a dependency injection container. 7 16
ContainerAware abstract class Symfony\Component\DependencyInjection drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerAware.php A simple implementation of ContainerAwareInterface. 13 14
ContainerAwareEventDispatcher class Symfony\Component\EventDispatcher drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php Lazily loads listeners and subscribers from the dependency injection container 1 2
ContainerAwareEventDispatcherTest class Symfony\Component\EventDispatcher\Tests drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ContainerAwareEventDispatcherTest.php
ContainerAwareHttpKernel class Symfony\Component\HttpKernel\DependencyInjection drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DependencyInjection/ContainerAwareHttpKernel.php Adds a managed request scope. 1
ContainerAwareHttpKernelTest class Symfony\Component\HttpKernel\Tests\DependencyInjection drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DependencyInjection/ContainerAwareHttpKernelTest.php
ContainerAwareInterface interface Symfony\Component\DependencyInjection drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerAwareInterface.php ContainerAwareInterface should be implemented by classes that depends on a Container. 3 3
ContainerBuilder class Symfony\Component\DependencyInjection drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php ContainerBuilder is a DI container that provides an API to easily describe services. 2 94
ContainerBuilder class Drupal\Core\DependencyInjection drupal/core/lib/Drupal/Core/DependencyInjection/ContainerBuilder.php Drupal's dependency injection container builder. 12
ContainerBuilderTest class Symfony\Component\DependencyInjection\Tests drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php
ContainerFactory class Drupal\Core\Plugin\Factory drupal/core/lib/Drupal/Core/Plugin/Factory/ContainerFactory.php Plugin factory which passes a container to a create method. 3
ContainerFactoryPluginBase abstract class Drupal\Core\Plugin drupal/core/lib/Drupal/Core/Plugin/ContainerFactoryPluginBase.php Defines a base plugin that can pull its dependencies from the container. 3 3
ContainerFactoryPluginInterface interface Drupal\Core\Plugin drupal/core/lib/Drupal/Core/Plugin/ContainerFactoryPluginInterface.php Defines an interface for pulling plugin dependencies from the container. 1
ContainerInterface interface Symfony\Component\DependencyInjection drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerInterface.php ContainerInterface is the interface implemented by service container classes. 2 130
ContainerTest class Symfony\Component\DependencyInjection\Tests drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php
ContentAwareGenerator class Symfony\Cmf\Component\Routing drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ContentAwareGenerator.php A generator that tries to generate routes from object, route names or content objects or names. 1 1
ContentAwareGeneratorTest class Symfony\Cmf\Component\Routing\Tests\Routing drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ContentAwareGeneratorTest.php
ContentControllerEnhancer class Drupal\Core\Routing\Enhancer drupal/core/lib/Drupal/Core/Routing/Enhancer/ContentControllerEnhancer.php Enhances a route to select a controller based on the mime type of the request. 2
ContentEntityInterface interface Drupal\Core\Entity drupal/core/lib/Drupal/Core/Entity/ContentEntityInterface.php Defines a common interface for all content entity objects. 8 9
ContentNegotiation class Drupal\Core drupal/core/lib/Drupal/Core/ContentNegotiation.php This class is a central library for content type negotiation. 8 2
ContentNegotiationTest class Drupal\system\Tests\DrupalKernel drupal/core/modules/system/lib/Drupal/system/Tests/DrupalKernel/ContentNegotiationTest.php Tests content negotation.
ContentRepositoryInterface interface Symfony\Cmf\Component\Routing drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ContentRepositoryInterface.php Interface used by the DynamicRouter to retrieve content by it's id when generating routes from content-id.
Context class Drupal\Core\Plugin\Context drupal/core/lib/Drupal/Core/Plugin/Context/Context.php A Drupal specific context wrapper class. 1
Context class Drupal\Component\Plugin\Context drupal/core/lib/Drupal/Component/Plugin/Context/Context.php A generic context class for wrapping data a plugin needs to operate. 1 2
ContextAwarePluginBase abstract class Drupal\Component\Plugin drupal/core/lib/Drupal/Component/Plugin/ContextAwarePluginBase.php Base class for plugins that are context aware. 1 1
ContextAwarePluginBase abstract class Drupal\Core\Plugin drupal/core/lib/Drupal/Core/Plugin/ContextAwarePluginBase.php Drupal specific class for plugins that use context. 4 4
ContextAwarePluginInterface interface Drupal\Component\Plugin drupal/core/lib/Drupal/Component/Plugin/ContextAwarePluginInterface.php Interface for defining context aware plugins. 1
ContextErrorException class Symfony\Component\Debug\Exception drupal/core/vendor/symfony/debug/Symfony/Component/Debug/Exception/ContextErrorException.php Error Exception with Variable Context. 1
ContextException class Drupal\Component\Plugin\Exception drupal/core/lib/Drupal/Component/Plugin/Exception/ContextException.php An exception class to be thrown for context plugin exceptions. 2
ContextInterface interface Drupal\Core\Config\Context drupal/core/lib/Drupal/Core/Config/Context/ContextInterface.php Defines the configuration context interface. 1 12 3
ContextInterface interface Drupal\Component\Plugin\Context drupal/core/lib/Drupal/Component/Plugin/Context/ContextInterface.php A generic context interface for wrapping data a plugin needs to operate. 1
ContextPluginTest class Drupal\system\Tests\Plugin drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/ContextPluginTest.php Tests that context aware plugins function correctly.
ContextualController class Drupal\contextual drupal/core/modules/contextual/lib/Drupal/contextual/ContextualController.php Returns responses for Contextual module routes.
ContextualDynamicContextTest class Drupal\contextual\Tests drupal/core/modules/contextual/lib/Drupal/contextual/Tests/ContextualDynamicContextTest.php Tests accessible links after inaccessible links on dynamic context.
ContextualLinks class Drupal\contextual\Plugin\views\field drupal/core/modules/contextual/lib/Drupal/contextual/Plugin/views/field/ContextualLinks.php Provides a handler that adds contextual links.
ContextualUnitTest class Drupal\contextual\Tests drupal/core/modules/contextual/lib/Drupal/contextual/Tests/ContextualUnitTest.php Tests _contextual_links_to_id() & _contextual_id_to_links().
Controller class Doctrine\Tests\Common\Annotations\Fixtures drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/Controller.php @Route("/someprefix") @author Johannes M. Schmitt <schmittjoh@gmail.com> 1
Controller class Symfony\Component\HttpKernel\Tests drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php
ControllerInterface interface Drupal\Core\Controller drupal/core/lib/Drupal/Core/Controller/ControllerInterface.php Defines a common interface for route controllers. 43 43
ControllerReference class Symfony\Component\HttpKernel\Controller drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Controller/ControllerReference.php Acts as a marker and a data holder for a Controller. 10
ControllerResolver class Drupal\Core\Controller drupal/core/lib/Drupal/Core/Controller/ControllerResolver.php ControllerResolver to enhance controllers beyond Symfony's basic handling. 2 2
ControllerResolver class Symfony\Component\HttpKernel\Controller drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Controller/ControllerResolver.php ControllerResolver. 1 2
ControllerResolverInterface interface Symfony\Component\HttpKernel\Controller drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Controller/ControllerResolverInterface.php A ControllerResolverInterface implementation knows how to determine the controller to execute based on a Request object. 5 6
ControllerResolverTest class Symfony\Component\HttpKernel\Tests drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Controller/ControllerResolverTest.php
ControllerResolverTest class Drupal\system\Tests\Routing drupal/core/modules/system/lib/Drupal/system/Tests/Routing/ControllerResolverTest.php Tests that the Drupal-extended ControllerResolver is functioning properly.
Cookie class Symfony\Component\HttpFoundation drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Cookie.php Represents a cookie 4
CookieParser class Guzzle\Parser\Cookie drupal/core/vendor/guzzle/parser/Guzzle/Parser/Cookie/CookieParser.php Default Guzzle implementation of a Cookie parser
CookieParserInterface interface Guzzle\Parser\Cookie drupal/core/vendor/guzzle/parser/Guzzle/Parser/Cookie/CookieParserInterface.php Cookie parser interface 1
CookieTest class Symfony\Component\HttpFoundation\Tests drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/CookieTest.php CookieTest
CopyTest class Drupal\file\Tests drupal/core/modules/file/lib/Drupal/file/Tests/CopyTest.php Copy related tests.

Pages

Other projects