Search for all

  1. Search 7.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
DefaultExceptionSubscriber::getHandledFormats function core/modules/jsonapi/src/EventSubscriber/DefaultExceptionSubscriber.php Specifies the request formats this subscriber will respond to.
DefaultExceptionSubscriber::getPriority function core/modules/jsonapi/src/EventSubscriber/DefaultExceptionSubscriber.php Specifies the priority of all listeners in this class.
DefaultExceptionSubscriber::getPriority function core/modules/serialization/src/EventSubscriber/DefaultExceptionSubscriber.php Specifies the priority of all listeners in this class.
DefaultExceptionSubscriber::isJsonApiExceptionEvent function core/modules/jsonapi/src/EventSubscriber/DefaultExceptionSubscriber.php Check if the error should be formatted using JSON:API.
DefaultExceptionSubscriber::on4xx function core/modules/serialization/src/EventSubscriber/DefaultExceptionSubscriber.php Handles all 4xx errors for all serialization failures.
DefaultExceptionSubscriber::onException function core/modules/jsonapi/src/EventSubscriber/DefaultExceptionSubscriber.php Handles errors for this subscriber.
DefaultExceptionSubscriber::setEventResponse function core/modules/jsonapi/src/EventSubscriber/DefaultExceptionSubscriber.php
DefaultExceptionSubscriber::__construct function core/modules/serialization/src/EventSubscriber/DefaultExceptionSubscriber.php DefaultExceptionSubscriber constructor.
DefaultExceptionSubscriberTest class core/modules/serialization/tests/src/Unit/EventSubscriber/DefaultExceptionSubscriberTest.php @coversDefaultClass \Drupal\serialization\EventSubscriber\DefaultExceptionSubscriber[[api-linebreak]]
@group serialization
DefaultExceptionSubscriberTest.php file core/modules/serialization/tests/src/Unit/EventSubscriber/DefaultExceptionSubscriberTest.php
DefaultExceptionSubscriberTest::testOn4xx function core/modules/serialization/tests/src/Unit/EventSubscriber/DefaultExceptionSubscriberTest.php @covers ::on4xx[[api-linebreak]]
DefaultFactory class core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php Default plugin factory.
DefaultFactory.php file core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php
DefaultFactory::$discovery property core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php The object that retrieves the definitions of the plugins that this factory instantiates.
DefaultFactory::$interface property core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php Defines an interface each plugin should implement.
DefaultFactory::createInstance function core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php Creates a pre-configured instance of a plugin.
DefaultFactory::getPluginClass function core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php Finds the class relevant for a given plugin.
DefaultFactory::__construct function core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php Constructs a Drupal\Component\Plugin\Factory\DefaultFactory object.
DefaultFactoryTest class core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php @coversDefaultClass \Drupal\Component\Plugin\Factory\DefaultFactory[[api-linebreak]]
@group Plugin
DefaultFactoryTest.php file core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php
DefaultFactoryTest::testGetPluginClassWithInterfaceAndInvalidClassWithArrayPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a required interface but no implementation.
DefaultFactoryTest::testGetPluginClassWithInterfaceAndInvalidClassWithObjectPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a required interface but no implementation.
DefaultFactoryTest::testGetPluginClassWithInterfaceWithArrayPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a required interface.
DefaultFactoryTest::testGetPluginClassWithInterfaceWithObjectPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a required interface.
DefaultFactoryTest::testGetPluginClassWithMissingClassWithArrayPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a missing class definition.
DefaultFactoryTest::testGetPluginClassWithMissingClassWithObjectPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a missing class definition.
DefaultFactoryTest::testGetPluginClassWithNotExistingClassWithArrayPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a non-existent class definition.
DefaultFactoryTest::testGetPluginClassWithNotExistingClassWithObjectPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a non-existent class definition.
DefaultFactoryTest::testGetPluginClassWithValidArrayPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a valid array plugin definition.
DefaultFactoryTest::testGetPluginClassWithValidObjectPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a valid object plugin definition.
DefaultFetcher class core/modules/aggregator/src/Plugin/aggregator/fetcher/DefaultFetcher.php Defines a default fetcher implementation.
DefaultFetcher.php file core/modules/aggregator/src/Plugin/aggregator/fetcher/DefaultFetcher.php
DefaultFetcher::$httpClientFactory property core/modules/aggregator/src/Plugin/aggregator/fetcher/DefaultFetcher.php The HTTP client to fetch the feed data with.
DefaultFetcher::$logger property core/modules/aggregator/src/Plugin/aggregator/fetcher/DefaultFetcher.php A logger instance.
DefaultFetcher::$messenger property core/modules/aggregator/src/Plugin/aggregator/fetcher/DefaultFetcher.php The messenger.
DefaultFetcher::create function core/modules/aggregator/src/Plugin/aggregator/fetcher/DefaultFetcher.php Creates an instance of the plugin.
DefaultFetcher::fetch function core/modules/aggregator/src/Plugin/aggregator/fetcher/DefaultFetcher.php Downloads feed data.
DefaultFetcher::__construct function core/modules/aggregator/src/Plugin/aggregator/fetcher/DefaultFetcher.php Constructs a DefaultFetcher object.
DefaultFileFormatter class core/modules/file/src/Plugin/Field/FieldFormatter/DefaultFileFormatter.php Formatter for a text field on a file entity that links the field to the file.
DefaultFileFormatter.php file core/modules/file/src/Plugin/Field/FieldFormatter/DefaultFileFormatter.php
DefaultFileFormatter::defaultSettings function core/modules/file/src/Plugin/Field/FieldFormatter/DefaultFileFormatter.php Defines the default settings for this plugin.
DefaultFileFormatter::settingsForm function core/modules/file/src/Plugin/Field/FieldFormatter/DefaultFileFormatter.php Returns a form to configure settings for the formatter.
DefaultFileFormatter::viewValue function core/modules/file/src/Plugin/Field/FieldFormatter/DefaultFileFormatter.php Generate the output appropriate for one field item.
DefaultFormatTest class core/tests/Drupal/FunctionalTests/Routing/DefaultFormatTest.php @group routing
DefaultFormatTest.php file core/tests/Drupal/FunctionalTests/Routing/DefaultFormatTest.php
DefaultFormatTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Routing/DefaultFormatTest.php The theme to install as the default for testing.
DefaultFormatTest::$modules property core/tests/Drupal/FunctionalTests/Routing/DefaultFormatTest.php Modules to enable.
DefaultFormatTest::testFoo function core/tests/Drupal/FunctionalTests/Routing/DefaultFormatTest.php
DefaultFormatTest::testMultipleRoutesWithSameSingleFormat function core/tests/Drupal/FunctionalTests/Routing/DefaultFormatTest.php
DefaultFormatTestController class core/modules/system/tests/modules/default_format_test/src/DefaultFormatTestController.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.