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
EnabledConfigurablePluginsConstraintValidator class core/modules/ckeditor5/src/Plugin/Validation/Constraint/EnabledConfigurablePluginsConstraintValidator.php Enabled configurable plugin settings validator.
EnabledConfigurablePluginsConstraintValidator.php file core/modules/ckeditor5/src/Plugin/Validation/Constraint/EnabledConfigurablePluginsConstraintValidator.php
EnabledConfigurablePluginsConstraintValidator::getConfigurableEnabledDefinitions function core/modules/ckeditor5/src/Plugin/Validation/Constraint/EnabledConfigurablePluginsConstraintValidator.php Gets all configurable CKEditor 5 plugin definitions that are enabled.
EnabledConfigurablePluginsConstraintValidator::validate function core/modules/ckeditor5/src/Plugin/Validation/Constraint/EnabledConfigurablePluginsConstraintValidator.php
EndOfTransactionQueriesTest class core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php Tests that cache tag invalidation queries are delayed to the end of transactions.
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.
EndpointTest class core/modules/media/tests/src/Unit/EndpointTest.php @coversDefaultClass \Drupal\media\OEmbed\Endpoint[[api-linebreak]]
EndpointTest.php file core/modules/media/tests/src/Unit/EndpointTest.php
EndpointTest::testCaseSensitiveMatch function core/modules/media/tests/src/Unit/EndpointTest.php @covers ::matchUrl[[api-linebreak]]
EndpointTest::testMatchUrl function core/modules/media/tests/src/Unit/EndpointTest.php @covers ::matchUrl[[api-linebreak]]
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.

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