Search for all

  1. Search 7.x for all
  2. Search 9.5.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
EndOfTransactionQueriesTest.php file core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php
EndOfTransactionQueriesTest::$modules property core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php Modules to enable.
EndOfTransactionQueriesTest::getDatabaseConnectionInfo function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php Returns the Database connection info to be used for this test.
EndOfTransactionQueriesTest::getStatementsForTable function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php Filters statements by table name.
EndOfTransactionQueriesTest::register function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php Registers test-specific services.
EndOfTransactionQueriesTest::setUp function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php
EndOfTransactionQueriesTest::statementToTableName function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php Returns the table name for a statement.
EndOfTransactionQueriesTest::testEntitySave function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php
EndOfTransactionQueriesTest::testEntitySaveRollback function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php
Endpoint class core/modules/media/src/OEmbed/Endpoint.php Value object for oEmbed provider endpoints.
Endpoint.php file core/modules/media/src/OEmbed/Endpoint.php
Endpoint::$formats property core/modules/media/src/OEmbed/Endpoint.php List of supported formats. Only 'json' and 'xml' are allowed.
Endpoint::$provider property core/modules/media/src/OEmbed/Endpoint.php The provider this endpoint belongs to.
Endpoint::$schemes property core/modules/media/src/OEmbed/Endpoint.php List of URL schemes supported by the provider.
Endpoint::$supportsDiscovery property core/modules/media/src/OEmbed/Endpoint.php Whether the provider supports oEmbed discovery.
Endpoint::$url property core/modules/media/src/OEmbed/Endpoint.php The endpoint's URL.
Endpoint::buildResourceUrl function core/modules/media/src/OEmbed/Endpoint.php Builds and returns the endpoint URL.
Endpoint::getFormats function core/modules/media/src/OEmbed/Endpoint.php Returns list of supported formats.
Endpoint::getProvider function core/modules/media/src/OEmbed/Endpoint.php Returns the provider this endpoint belongs to.
Endpoint::getSchemes function core/modules/media/src/OEmbed/Endpoint.php Returns list of URL schemes supported by the provider.
Endpoint::getUrl function core/modules/media/src/OEmbed/Endpoint.php Returns the endpoint URL.
Endpoint::matchUrl function core/modules/media/src/OEmbed/Endpoint.php Tries to match a URL against the endpoint schemes.
Endpoint::supportsDiscovery function core/modules/media/src/OEmbed/Endpoint.php Returns whether the provider supports oEmbed discovery.
Endpoint::__construct function core/modules/media/src/OEmbed/Endpoint.php Endpoint constructor.
EnforcedFormResponseSubscriber class core/lib/Drupal/Core/EventSubscriber/EnforcedFormResponseSubscriber.php Handle the EnforcedResponseException and deliver an EnforcedResponse.
EnforcedFormResponseSubscriber.php file core/lib/Drupal/Core/EventSubscriber/EnforcedFormResponseSubscriber.php
EnforcedFormResponseSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/EnforcedFormResponseSubscriber.php
EnforcedFormResponseSubscriber::onKernelException function core/lib/Drupal/Core/EventSubscriber/EnforcedFormResponseSubscriber.php Replaces the response in case an EnforcedResponseException was thrown.
EnforcedFormResponseSubscriber::onKernelResponse function core/lib/Drupal/Core/EventSubscriber/EnforcedFormResponseSubscriber.php Unwraps an enforced response.
EnforcedResponse class core/lib/Drupal/Core/Form/EnforcedResponse.php A wrapper containing a response which is to be enforced upon delivery.
EnforcedResponse.php file core/lib/Drupal/Core/Form/EnforcedResponse.php
EnforcedResponse::$response property core/lib/Drupal/Core/Form/EnforcedResponse.php The wrapped response object.
EnforcedResponse::createFromException function core/lib/Drupal/Core/Form/EnforcedResponse.php Constructs a new enforced response from the given exception.
EnforcedResponse::getResponse function core/lib/Drupal/Core/Form/EnforcedResponse.php Returns the wrapped response.
EnforcedResponse::__construct function core/lib/Drupal/Core/Form/EnforcedResponse.php Constructs an enforced response.
EnforcedResponseException class core/lib/Drupal/Core/Form/EnforcedResponseException.php Custom exception to break out of the main request and enforce a response.
EnforcedResponseException.php file core/lib/Drupal/Core/Form/EnforcedResponseException.php
EnforcedResponseException::$response property core/lib/Drupal/Core/Form/EnforcedResponseException.php The response to be enforced.
EnforcedResponseException::getResponse function core/lib/Drupal/Core/Form/EnforcedResponseException.php Return the response to be enforced.
EnforcedResponseException::__construct function core/lib/Drupal/Core/Form/EnforcedResponseException.php Constructs a new enforced response exception.
EngineNyanCatTest class core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php Tests the multi theme engine support.
EngineNyanCatTest.php file core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php
EngineNyanCatTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php The theme to install as the default for testing.
EngineNyanCatTest::$modules property core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php Modules to enable.
EngineNyanCatTest::setUp function core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php
EngineNyanCatTest::testTemplateOverride function core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php Ensures a theme's template is overridable based on the 'template' filename.
EngineTwigTest class core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php Tests Twig-specific theme functionality.
EngineTwigTest.php file core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php
EngineTwigTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php The theme to install as the default for testing.
EngineTwigTest::$modules property core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php Modules to enable.

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