Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
EventArgs class Doctrine\Common drupal/core/vendor/doctrine/common/lib/Doctrine/Common/EventArgs.php EventArgs is the base class for classes containing event data. 4 4
EventDataCollector class Symfony\Component\HttpKernel\DataCollector drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/EventDataCollector.php EventDataCollector. 1
EventDataCollectorTest class Symfony\Component\HttpKernel\Tests\DataCollector drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/EventDataCollectorTest.php
EventDispatcher class Symfony\Component\EventDispatcher drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcher.php The EventDispatcherInterface is the central point of Symfony's event listener system. 2 14
EventDispatcherInterface interface Symfony\Component\EventDispatcher drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcherInterface.php The EventDispatcherInterface is the central point of Symfony's event listener system. Listeners are registered on the manager and events are dispatched through the manager. 2 7
EventDispatcherTest class Symfony\Component\EventDispatcher\Tests drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php
EventManager class Doctrine\Common drupal/core/vendor/doctrine/common/lib/Doctrine/Common/EventManager.php The EventManager is the central point of Doctrine's event listener system. Listeners are registered on the manager and events are dispatched through the manager. 1
EventManagerTest class Doctrine\Tests\Common drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/EventManagerTest.php
EventSubscriber interface Doctrine\Common drupal/core/vendor/doctrine/common/lib/Doctrine/Common/EventSubscriber.php An EventSubscriber knows himself what events he is interested in. If an EventSubscriber is added to an EventManager, the manager invokes {@link getSubscribedEvents} and registers the subscriber as a listener for all returned events. 1
EventSubscriberInterface interface Symfony\Component\EventDispatcher drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventSubscriberInterface.php An EventSubscriber knows himself what events he is interested in. If an EventSubscriber is added to an EventDispatcherInterface, the manager invokes {@link getSubscribedEvents} and registers the subscriber as a listener for all returned events. 32 34
EventTest class Symfony\Component\EventDispatcher\Tests drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventTest.php Test class for Event.
Exception interface Assetic\Exception drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Exception/Exception.php Marker. 1
Exception interface Symfony\Component\Serializer\Exception drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Exception/Exception.php Base exception 4
ExceptionCollection class Guzzle\Common\Exception drupal/core/vendor/guzzle/common/Guzzle/Common/Exception/ExceptionCollection.php Collection of exceptions 3
ExceptionController class Drupal\Core drupal/core/lib/Drupal/Core/ExceptionController.php This controller handles HTTP errors generated by the routing system. 1
ExceptionControllerTest class Drupal\system\Tests\System drupal/core/modules/system/lib/Drupal/system/Tests/System/ExceptionControllerTest.php Tests exception controller.
ExceptionDataCollector class Symfony\Component\HttpKernel\DataCollector drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/ExceptionDataCollector.php ExceptionDataCollector. 1
ExceptionDataCollectorTest class Symfony\Component\HttpKernel\Tests\DataCollector drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/ExceptionDataCollectorTest.php
ExceptionHandler class Symfony\Component\HttpKernel\Debug drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/ExceptionHandler.php ExceptionHandler converts an exception to a Response object. 2
ExceptionHandlerTest class Symfony\Component\HttpKernel\Tests\Debug drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/ExceptionHandlerTest.php
ExceptionInterface interface Symfony\Component\Process\Exception drupal/core/vendor/symfony/process/Symfony/Component/Process/Exception/ExceptionInterface.php Marker Interface for the Process Component. 1
ExceptionInterface interface Symfony\Component\Routing\Exception drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Exception/ExceptionInterface.php ExceptionInterface 5 1
ExceptionInterface interface Symfony\Component\Yaml\Exception drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Exception/ExceptionInterface.php Exception interface for all exceptions thrown by the component. 2
ExceptionInterface interface Symfony\Component\DependencyInjection\Exception drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/ExceptionInterface.php Base ExceptionInterface for Dependency Injection component. 5
ExceptionInterface interface Drupal\Component\Plugin\Exception drupal/core/lib/Drupal/Component/Plugin/Exception/ExceptionInterface.php Exception interface for all exceptions thrown by the Plugin component. 3 3
ExceptionListener class Drupal\Core\EventSubscriber drupal/core/lib/Drupal/Core/EventSubscriber/ExceptionListener.php Override of Symfony EventListener class to kill 403 and 404 from server logs. 1
ExceptionListener class Symfony\Component\HttpKernel\EventListener drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php ExceptionListener. 1
ExceptionListenerTest class Symfony\Component\HttpKernel\Tests\EventListener drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/ExceptionListenerTest.php ExceptionListenerTest
ExecutableFinder class Symfony\Component\Process drupal/core/vendor/symfony/process/Symfony/Component/Process/ExecutableFinder.php Generic executable finder.
ExpiringCache class Assetic\Cache drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Cache/ExpiringCache.php Adds expiration to a cache backend. 1
ExpiringCacheTest class Assetic\Test\Cache drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Cache/ExpiringCacheTest.php
ExposedFormPluginBase abstract class Drupal\views\Plugin\views\exposed_form drupal/core/modules/views/lib/Drupal/views/Plugin/views/exposed_form/ExposedFormPluginBase.php The base plugin to handle exposed filter forms. 2
ExposedFormTest class Drupal\views\Tests\Plugin drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/ExposedFormTest.php Tests exposed forms.
Expression interface Doctrine\Common\Collections\Expr drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/Expression.php Expression for the {@link Selectable} interface. 3 2
ExpressionBuilder class Doctrine\Common\Collections drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ExpressionBuilder.php Builder for Expressions in the {@link Selectable} interface. 2
ExpressionBuilderTest class Doctrine\Tests\Common\Collections drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/ExpressionBuilderTest.php @group DDC-1637
ExpressionVisitor abstract class Doctrine\Common\Collections\Expr drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/ExpressionVisitor.php An Expression visitor walks a graph of expressions and turns them into a query for the underlying implementation. 1
ExtendableInterface interface Drupal\Core\Database\Query drupal/core/lib/Drupal/Core/Database/Query/ExtendableInterface.php Interface for extendable query objects. 1
Extension abstract class Symfony\Component\HttpKernel\DependencyInjection drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DependencyInjection/Extension.php Provides useful features shared by many extensions. 3 3
Extension class Drupal\file\Plugin\views\field drupal/core/modules/file/lib/Drupal/file/Plugin/views/field/Extension.php Returns a pure file extension of the file, for example 'module'.
ExtensionAbsentBundle class Symfony\Component\HttpKernel\Tests\Fixtures\ExtensionAbsentBundle drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionAbsentBundle/ExtensionAbsentBundle.php 1
ExtensionGuesser class Symfony\Component\HttpFoundation\File\MimeType drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/MimeType/ExtensionGuesser.php A singleton mime type to file extension guesser. 1
ExtensionGuesserInterface interface Symfony\Component\HttpFoundation\File\MimeType drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/MimeType/ExtensionGuesserInterface.php Guesses the file extension corresponding to a given mime type 2
ExtensionInterface interface Symfony\Component\DependencyInjection\Extension drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Extension/ExtensionInterface.php ExtensionInterface is the interface implemented by container extension classes. 2 4
ExtensionLoadedBundle class Symfony\Component\HttpKernel\Tests\Fixtures\ExtensionLoadedBundle drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionLoadedBundle/ExtensionLoadedBundle.php
ExtensionLoadedExtension class Symfony\Component\HttpKernel\Tests\Fixtures\ExtensionLoadedBundle\DependencyInjection drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionLoadedBundle/DependencyInjection/ExtensionLoadedExtension.php
ExtensionPresentBundle class Symfony\Component\HttpKernel\Tests\Fixtures\ExtensionPresentBundle drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionPresentBundle/ExtensionPresentBundle.php 1
ExtensionPresentExtension class Symfony\Component\HttpKernel\Tests\Fixtures\ExtensionPresentBundle\DependencyInjection drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionPresentBundle/DependencyInjection/ExtensionPresentExtension.php
FactoryInterface interface Drupal\Component\Plugin\Factory drupal/core/lib/Drupal/Component/Plugin/Factory/FactoryInterface.php Factory interface implemented by all plugin factories. 2 1
FactoryTest class Drupal\system\Tests\Plugin drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/FactoryTest.php Tests that plugins are correctly instantiated.

Pages

Other projects