TransactionException |
class |
core/lib/Drupal/Core/Database/TransactionException.php |
Exception thrown by an error in a database transaction. |
RedirectOnExceptionTest |
class |
core/tests/Drupal/KernelTests/RequestProcessing/RedirectOnExceptionTest.php |
Tests redirects on exception pages. |
TransactionException.php |
file |
core/lib/Drupal/Core/Database/TransactionException.php |
|
EntityValidationException |
class |
core/modules/migrate/src/Exception/EntityValidationException.php |
To throw when an entity generated during the import is not valid. |
UnknownExtensionException |
class |
core/lib/Drupal/Core/Extension/Exception/UnknownExtensionException.php |
Exception class thrown when a specified extension is not on the filesystem. |
RedirectOnExceptionTest.php |
file |
core/tests/Drupal/KernelTests/RequestProcessing/RedirectOnExceptionTest.php |
|
BadPluginDefinitionException |
class |
core/modules/migrate/src/Plugin/Exception/BadPluginDefinitionException.php |
Defines a class for bad plugin definition exceptions. |
EntityValidationException.php |
file |
core/modules/migrate/src/Exception/EntityValidationException.php |
|
UnknownExtensionException.php |
file |
core/lib/Drupal/Core/Extension/Exception/UnknownExtensionException.php |
|
UninstalledExtensionException |
class |
core/lib/Drupal/Core/Extension/Exception/UninstalledExtensionException.php |
Exception class thrown when a specified extension has not been installed. |
RedirectOnExceptionTest::setUp |
function |
core/tests/Drupal/KernelTests/RequestProcessing/RedirectOnExceptionTest.php |
|
CronRunTest::testCronExceptions |
function |
core/modules/system/tests/src/Functional/System/CronRunTest.php |
Make sure exceptions thrown on hook_cron() don't affect other modules. |
FormAjaxSubscriber::onException |
function |
core/lib/Drupal/Core/Form/EventSubscriber/FormAjaxSubscriber.php |
Catches a form AJAX exception and build a response from it. |
InvalidPluginDefinitionException |
class |
core/lib/Drupal/Component/Plugin/Exception/InvalidPluginDefinitionException.php |
Defines a class for invalid plugin definition exceptions. |
BadPluginDefinitionException.php |
file |
core/modules/migrate/src/Plugin/Exception/BadPluginDefinitionException.php |
|
RedirectOnExceptionTest::$modules |
property |
core/tests/Drupal/KernelTests/RequestProcessing/RedirectOnExceptionTest.php |
Modules to enable. |
UninstalledExtensionException.php |
file |
core/lib/Drupal/Core/Extension/Exception/UninstalledExtensionException.php |
|
NodeTranslationExceptionSubscriber |
class |
core/modules/node/src/EventSubscriber/NodeTranslationExceptionSubscriber.php |
Redirect node translations that have been consolidated by migration. |
AccessDeniedSubscriber::onException |
function |
core/modules/user/src/EventSubscriber/AccessDeniedSubscriber.php |
Redirects users when access is denied. |
InvalidPluginDefinitionException.php |
file |
core/lib/Drupal/Component/Plugin/Exception/InvalidPluginDefinitionException.php |
|
IncompleteLibraryDefinitionException |
class |
core/lib/Drupal/Core/Asset/Exception/IncompleteLibraryDefinitionException.php |
Defines a custom exception if a library has no CSS/JS/JS setting specified. |
ParamConversionEnhancer::onException |
function |
core/lib/Drupal/Core/Routing/Enhancer/ParamConversionEnhancer.php |
Catches failed parameter conversions and throw a 404 instead. |
IntegrityConstraintViolationException |
class |
core/lib/Drupal/Core/Database/IntegrityConstraintViolationException.php |
Exception thrown if a query would violate an integrity constraint. |
FinalExceptionSubscriber::onException |
function |
core/lib/Drupal/Core/EventSubscriber/FinalExceptionSubscriber.php |
Handles exceptions for this subscriber. |
EntityValidationException::$violations |
property |
core/modules/migrate/src/Exception/EntityValidationException.php |
The list of violations generated during the entity validation. |
EntityValidationException::__construct |
function |
core/modules/migrate/src/Exception/EntityValidationException.php |
EntityValidationException constructor. |
NodeTranslationExceptionSubscriber.php |
file |
core/modules/node/src/EventSubscriber/NodeTranslationExceptionSubscriber.php |
|
ExceptionLoggingSubscriber::onException |
function |
core/lib/Drupal/Core/EventSubscriber/ExceptionLoggingSubscriber.php |
Log all exceptions. |
FormAjaxSubscriberTest::testOnException |
function |
core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php |
@covers ::onException |
DefaultExceptionSubscriber::onException |
function |
core/modules/jsonapi/src/EventSubscriber/DefaultExceptionSubscriber.php |
Handles errors for this subscriber. |
HttpExceptionSubscriberBase::onException |
function |
core/lib/Drupal/Core/EventSubscriber/HttpExceptionSubscriberBase.php |
Handles errors for this subscriber. |
WorkflowTest::testGetTransitionException |
function |
core/modules/workflows/tests/src/Unit/WorkflowTest.php |
@covers ::getTransition |
IncompleteLibraryDefinitionException.php |
file |
core/lib/Drupal/Core/Asset/Exception/IncompleteLibraryDefinitionException.php |
|
EntityValidationException::getViolations |
function |
core/modules/migrate/src/Exception/EntityValidationException.php |
Returns the list of violations generated during the entity validation. |
UnsupportedEntityTypeDefinitionException |
class |
core/lib/Drupal/Core/Entity/Exception/UnsupportedEntityTypeDefinitionException.php |
Defines an exception thrown when an entity type definition is invalid. |
BadPluginDefinitionException::__construct |
function |
core/modules/migrate/src/Plugin/Exception/BadPluginDefinitionException.php |
Constructs a BadPluginDefinitionException. |
IntegrityConstraintViolationException.php |
file |
core/lib/Drupal/Core/Database/IntegrityConstraintViolationException.php |
|
NodeTranslationExceptionSubscriber::$state |
property |
core/modules/node/src/EventSubscriber/NodeTranslationExceptionSubscriber.php |
The state service. |
RedirectOnExceptionTest::testRedirectOn404 |
function |
core/tests/Drupal/KernelTests/RequestProcessing/RedirectOnExceptionTest.php |
|
InvalidPluginDefinitionException::$pluginId |
property |
core/lib/Drupal/Component/Plugin/Exception/InvalidPluginDefinitionException.php |
The plugin ID of the mapper. |
WorkflowTest::testDeleteTransitionException |
function |
core/modules/workflows/tests/src/Unit/WorkflowTest.php |
@covers ::deleteTransition |
InvalidLibrariesExtendSpecificationException |
class |
core/lib/Drupal/Core/Asset/Exception/InvalidLibrariesExtendSpecificationException.php |
Defines a custom exception for an invalid libraries-extend specification. |
UnsupportedEntityTypeDefinitionException.php |
file |
core/lib/Drupal/Core/Entity/Exception/UnsupportedEntityTypeDefinitionException.php |
|
InvalidPluginDefinitionException::__construct |
function |
core/lib/Drupal/Component/Plugin/Exception/InvalidPluginDefinitionException.php |
Constructs a InvalidPluginDefinitionException. |
InvalidPluginDefinitionException::getPluginId |
function |
core/lib/Drupal/Component/Plugin/Exception/InvalidPluginDefinitionException.php |
Gets the plugin ID of the mapper that raised the exception. |
NodeTranslationExceptionSubscriber::$keyValue |
property |
core/modules/node/src/EventSubscriber/NodeTranslationExceptionSubscriber.php |
The key value factory. |
EntityValidationException::MESSAGES_SEPARATOR |
constant |
core/modules/migrate/src/Exception/EntityValidationException.php |
The separator for combining multiple messages into a single string. |
DiscoveryTraitTest::testGetDefinitionException |
function |
core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryTraitTest.php |
@covers ::getDefinition
@dataProvider providerDoGetDefinitionException
@uses \Drupal\Component\Plugin\Exception\PluginNotFoundException |
InvalidLibrariesOverrideSpecificationException |
class |
core/lib/Drupal/Core/Asset/Exception/InvalidLibrariesOverrideSpecificationException.php |
Defines a custom exception if a definition refers to a non-existent library. |
NodeTranslationExceptionSubscriber::__construct |
function |
core/modules/node/src/EventSubscriber/NodeTranslationExceptionSubscriber.php |
Constructs the NodeTranslationExceptionSubscriber. |