Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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 non-existent class definition. |
| DefaultFactoryTest::testGetPluginClassWithNotExistingClassWithObjectPluginDefinition | function | core/ |
Tests getPluginClass() with a non-existent 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. |
| DefaultFetcher | class | core/ |
Defines a default fetcher implementation. |
| DefaultFetcher.php | file | core/ |
|
| DefaultFetcher::$httpClientFactory | property | core/ |
The HTTP client to fetch the feed data with. |
| DefaultFetcher::$logger | property | core/ |
A logger instance. |
| DefaultFetcher::$messenger | property | core/ |
The messenger. |
| DefaultFetcher::create | function | core/ |
Creates an instance of the plugin. |
| DefaultFetcher::fetch | function | core/ |
Downloads feed data. |
| DefaultFetcher::__construct | function | core/ |
Constructs a DefaultFetcher object. |
| DefaultFileFormatter | class | core/ |
Formatter for a text field on a file entity that links the field to the file. |
| DefaultFileFormatter.php | file | core/ |
|
| DefaultFileFormatter::defaultSettings | function | core/ |
Defines the default settings for this plugin. |
| DefaultFileFormatter::settingsForm | function | core/ |
Returns a form to configure settings for the formatter. |
| DefaultFileFormatter::viewValue | function | core/ |
Generate the output appropriate for one field item. |
| DefaultFormatTest | class | core/ |
@group routing |
| DefaultFormatTest.php | file | core/ |
|
| DefaultFormatTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| DefaultFormatTest::$modules | property | core/ |
Modules to enable. |
| DefaultFormatTest::testFoo | function | core/ |
|
| DefaultFormatTest::testMultipleRoutesWithSameSingleFormat | function | core/ |
|
| DefaultFormatTestController | class | core/ |
Pagination
- Previous page
- Page 378
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.