Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| DefaultExceptionHtmlSubscriber.php | file | core/ |
|
| DefaultExceptionHtmlSubscriber::$accessUnawareRouter | property | core/ |
A router implementation which does not check access. |
| DefaultExceptionHtmlSubscriber::$httpKernel | property | core/ |
The HTTP kernel. |
| DefaultExceptionHtmlSubscriber::$logger | property | core/ |
The logger instance. |
| DefaultExceptionHtmlSubscriber::$redirectDestination | property | core/ |
The redirect destination service. |
| DefaultExceptionHtmlSubscriber::getHandledFormats | function | core/ |
Specifies the request formats this subscriber will respond to. |
| DefaultExceptionHtmlSubscriber::getPriority | function | core/ |
Specifies the priority of all listeners in this class. |
| DefaultExceptionHtmlSubscriber::makeSubrequest | function | core/ |
Makes a subrequest to retrieve the default error page. |
| DefaultExceptionHtmlSubscriber::on401 | function | core/ |
Handles a 401 error for HTML. |
| DefaultExceptionHtmlSubscriber::on403 | function | core/ |
Handles a 403 error for HTML. |
| DefaultExceptionHtmlSubscriber::on404 | function | core/ |
Handles a 404 error for HTML. |
| DefaultExceptionHtmlSubscriber::on4xx | function | core/ |
Handles a 4xx error for HTML. |
| DefaultExceptionHtmlSubscriber::__construct | function | core/ |
Constructs a new DefaultExceptionHtmlSubscriber. |
| DefaultExceptionSubscriber | class | core/ |
Serializes exceptions in compliance with the JSON:API specification. |
| DefaultExceptionSubscriber | class | core/ |
Handles default error responses in serialization formats. |
| DefaultExceptionSubscriber.php | file | core/ |
|
| DefaultExceptionSubscriber.php | file | core/ |
|
| DefaultExceptionSubscriber::$serializer | property | core/ |
The serializer. |
| DefaultExceptionSubscriber::$serializerFormats | property | core/ |
The available serialization formats. |
| DefaultExceptionSubscriber::getHandledFormats | function | core/ |
Specifies the request formats this subscriber will respond to. |
| DefaultExceptionSubscriber::getHandledFormats | function | core/ |
Specifies the request formats this subscriber will respond to. |
| DefaultExceptionSubscriber::getPriority | function | core/ |
Specifies the priority of all listeners in this class. |
| DefaultExceptionSubscriber::getPriority | function | core/ |
Specifies the priority of all listeners in this class. |
| DefaultExceptionSubscriber::isJsonApiExceptionEvent | function | core/ |
Check if the error should be formatted using JSON:API. |
| DefaultExceptionSubscriber::on4xx | function | core/ |
Handles all 4xx errors for all serialization failures. |
| DefaultExceptionSubscriber::onException | function | core/ |
Handles errors for this subscriber. |
| DefaultExceptionSubscriber::setEventResponse | function | core/ |
|
| DefaultExceptionSubscriber::__construct | function | core/ |
DefaultExceptionSubscriber constructor. |
| DefaultExceptionSubscriberTest | class | core/ |
@coversDefaultClass \Drupal\serialization\EventSubscriber\DefaultExceptionSubscriber[[api-linebreak]] @group serialization |
| DefaultExceptionSubscriberTest.php | file | core/ |
|
| DefaultExceptionSubscriberTest::testOn4xx | function | core/ |
@covers ::on4xx[[api-linebreak]] |
| DefaultFactory | class | core/ |
Default plugin factory. |
| DefaultFactory.php | file | core/ |
|
| DefaultFactory::$discovery | property | core/ |
The object that retrieves the definitions of the plugins that this factory instantiates. |
| DefaultFactory::$interface | property | core/ |
Defines an interface each plugin should implement. |
| DefaultFactory::createInstance | function | core/ |
Creates a pre-configured instance of a plugin. |
| DefaultFactory::getPluginClass | function | core/ |
Finds the class relevant for a given plugin. |
| DefaultFactory::__construct | function | core/ |
Constructs a Drupal\Component\Plugin\Factory\DefaultFactory object. |
| DefaultFactoryTest | class | core/ |
@coversDefaultClass \Drupal\Component\Plugin\Factory\DefaultFactory[[api-linebreak]] @group Plugin |
| DefaultFactoryTest.php | file | core/ |
|
| DefaultFactoryTest::testGetPluginClassWithInterfaceAndInvalidClassWithArrayPluginDefinition | function | core/ |
Tests getPluginClass() with a required interface but no implementation. |
| DefaultFactoryTest::testGetPluginClassWithInterfaceAndInvalidClassWithObjectPluginDefinition | function | core/ |
Tests getPluginClass() with a required interface but no implementation. |
| DefaultFactoryTest::testGetPluginClassWithInterfaceWithArrayPluginDefinition | function | core/ |
Tests getPluginClass() with a required interface. |
| DefaultFactoryTest::testGetPluginClassWithInterfaceWithObjectPluginDefinition | function | core/ |
Tests getPluginClass() with a required interface. |
| DefaultFactoryTest::testGetPluginClassWithMissingClassWithArrayPluginDefinition | function | core/ |
Tests getPluginClass() with a missing class definition. |
| DefaultFactoryTest::testGetPluginClassWithMissingClassWithObjectPluginDefinition | function | core/ |
Tests getPluginClass() with a missing class definition. |
| DefaultFactoryTest::testGetPluginClassWithNotExistingClassWithArrayPluginDefinition | function | core/ |
Tests getPluginClass() with a not existing class definition. |
| DefaultFactoryTest::testGetPluginClassWithNotExistingClassWithObjectPluginDefinition | function | core/ |
Tests getPluginClass() with a not existing class definition. |
| DefaultFactoryTest::testGetPluginClassWithValidArrayPluginDefinition | function | core/ |
Tests getPluginClass() with a valid array plugin definition. |
| DefaultFactoryTest::testGetPluginClassWithValidObjectPluginDefinition | function | core/ |
Tests getPluginClass() with a valid object plugin definition. |
Pagination
- Previous page
- Page 367
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.