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\Debug |
drupal/core/vendor/symfony/debug/Symfony/Component/Debug/ExceptionHandler.php |
ExceptionHandler converts an exception to a Response object. |
1 |
2 |
|
ExceptionHandler Deprecated |
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. |
|
|
|
ExceptionHandlerTest |
class |
Symfony\Component\Debug\Tests |
drupal/core/vendor/symfony/debug/Symfony/Component/Debug/Tests/ExceptionHandlerTest.php |
|
|
|
|
ExceptionInAssertPostConditionsTest |
class |
|
drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionInAssertPostConditionsTest.php |
|
|
|
|
ExceptionInAssertPreConditionsTest |
class |
|
drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionInAssertPreConditionsTest.php |
|
|
|
|
ExceptionInSetUpTest |
class |
|
drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionInSetUpTest.php |
|
|
|
|
ExceptionInTearDownTest |
class |
|
drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionInTearDownTest.php |
|
|
|
|
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 |
Symfony\Component\Routing\Exception |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Exception/ExceptionInterface.php |
ExceptionInterface |
5 |
1 |
|
ExceptionInterface |
interface |
Symfony\Component\Process\Exception |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Exception/ExceptionInterface.php |
Marker Interface for the Process Component. |
3 |
|
|
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. |
1 |
|
|
ExceptionInterface |
interface |
Symfony\Component\Validator\Exception |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Exception/ExceptionInterface.php |
Base ExceptionInterface for the Validator component. |
2 |
|
|
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. |
5 |
4 |
|
ExceptionInTest |
class |
|
drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionInTest.php |
|
|
|
|
ExceptionListener |
class |
Symfony\Component\HttpKernel\EventListener |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php |
ExceptionListener. |
|
1 |
2 |
ExceptionListenerTest |
class |
Symfony\Component\HttpKernel\Tests\EventListener |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/ExceptionListenerTest.php |
ExceptionListenerTest |
|
|
|
ExceptionNamespaceTest |
class |
My\Space |
drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionNamespaceTest.php |
|
|
|
|
ExceptionStackTest |
class |
|
drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionStack.php |
|
|
|
|
ExceptionStackTestException |
class |
|
drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionStack.php |
|
|
|
|
ExceptionTest |
class |
|
drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionTest.php |
|
|
|
|
ExecutableException |
class |
Drupal\Core\Executable |
drupal/core/lib/Drupal/Core/Executable/ExecutableException.php |
Generic executable plugin exception class. |
|
|
|
ExecutableFinder |
class |
Symfony\Component\Process |
drupal/core/vendor/symfony/process/Symfony/Component/Process/ExecutableFinder.php |
Generic executable finder. |
|
|
|
ExecutableInterface |
interface |
Drupal\Core\Executable |
drupal/core/lib/Drupal/Core/Executable/ExecutableInterface.php |
An interface for executable plugins. |
3 |
3 |
|
ExecutableManagerInterface |
interface |
Drupal\Core\Executable |
drupal/core/lib/Drupal/Core/Executable/ExecutableManagerInterface.php |
An interface for managers of executable plugins. |
1 |
2 |
|
ExecutablePluginBase |
abstract class |
Drupal\Core\Executable |
drupal/core/lib/Drupal/Core/Executable/ExecutablePluginBase.php |
Provides the basic architecture for executable plugins. |
1 |
1 |
|
ExecutionContext |
class |
Symfony\Component\Validator |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ExecutionContext.php |
Default implementation of {@link ExecutionContextInterface}. |
|
3 |
|
ExecutionContextInterface |
interface |
Symfony\Component\Validator |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ExecutionContextInterface.php |
Stores the validator's state during validation. |
1 |
1 |
|
ExecutionContextTest |
class |
Symfony\Component\Validator\Tests |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ExecutionContextTest.php |
|
|
|
|
ExecutionContextTest_TestClass |
class |
Symfony\Component\Validator\Tests |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ExecutionContextTest.php |
|
|
|
|
Existence |
abstract class |
Symfony\Component\Validator\Constraints |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Existence.php |
@author Bernhard Schussek <bschussek@gmail.com> |
2 |
|
|
ExpiringCache |
class |
Assetic\Cache |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Cache/ExpiringCache.php |
Adds expiration to a cache backend. |
|
|
|
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 |
1 |
|
ExposedFormTest |
class |
Drupal\views\Tests\Plugin |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/ExposedFormTest.php |
Tests exposed forms. |
|
|
|
ExposedFormUITest |
class |
Drupal\views_ui\Tests |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/ExposedFormUITest.php |
Tests exposed form UI. |
|
|
|
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 |
|
|
Extender |
class |
Foo\Bar |
drupal/core/vendor/phpunit/php-token-stream/Tests/_files/classExtendsNamespacedClass.php |
|
|
|
|
Extension |
abstract class |
Symfony\Component\HttpKernel\DependencyInjection |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DependencyInjection/Extension.php |
Allow adding classes to the class cache. |
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'. |
|
|
|
Extension |
abstract class |
Symfony\Component\DependencyInjection\Extension |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Extension/Extension.php |
Provides useful features shared by many extensions. |
1 |
1 |
|
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. |
|
2 |
|
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 |
|
|
|
|