Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
EnabledExtensionsValidator::__construct function core/modules/package_manager/src/Validator/EnabledExtensionsValidator.php
EnabledExtensionsValidatorTest class core/modules/package_manager/tests/src/Kernel/EnabledExtensionsValidatorTest.php Tests Enabled Extensions Validator.
EnabledExtensionsValidatorTest.php file core/modules/package_manager/tests/src/Kernel/EnabledExtensionsValidatorTest.php
EnabledExtensionsValidatorTest::createExtension function core/modules/package_manager/tests/src/Kernel/EnabledExtensionsValidatorTest.php Returns a mocked extension object for a package.
EnabledExtensionsValidatorTest::providerExtensionRemoved function core/modules/package_manager/tests/src/Kernel/EnabledExtensionsValidatorTest.php Data provider for testExtensionRemoved().
EnabledExtensionsValidatorTest::testExtensionRemoved function core/modules/package_manager/tests/src/Kernel/EnabledExtensionsValidatorTest.php Tests that error is raised if Drupal modules, profiles or themes are removed.
EnableLayoutBuilderTrait trait core/modules/layout_builder/tests/src/Traits/EnableLayoutBuilderTrait.php Test trait to enable or disable Layout Builder on an entity view display.
EnableLayoutBuilderTrait.php file core/modules/layout_builder/tests/src/Traits/EnableLayoutBuilderTrait.php
EnableLayoutBuilderTrait::disableLayoutBuilderFromUi function core/modules/layout_builder/tests/src/Traits/EnableLayoutBuilderTrait.php Disables Layout Builder using the UI.
EnableLayoutBuilderTrait::enableLayoutBuilder function core/modules/layout_builder/tests/src/Traits/EnableLayoutBuilderTrait.php Enables Layout Builder on an entity view display.
EnableLayoutBuilderTrait::enableLayoutBuilderFromUi function core/modules/layout_builder/tests/src/Traits/EnableLayoutBuilderTrait.php Enables Layout Builder using the UI.
EndOfTransactionQueriesTest class core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php Tests delaying of cache tag invalidation queries 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
EndOfTransactionQueriesTest::entityTestInsert function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php Implements hook_ENTITY_TYPE_insert().
EndOfTransactionQueriesTest::getStatementsForTable function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php Filters statements by table name.
EndOfTransactionQueriesTest::isStatementRelatedToTable function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php Determines if a statement is relative to a specified table.
EndOfTransactionQueriesTest::register function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php
EndOfTransactionQueriesTest::setUp function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php
EndOfTransactionQueriesTest::testEntitySave function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php Tests an entity save.
EndOfTransactionQueriesTest::testEntitySaveRollback function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php Tests an entity save rollback.
EndOfTransactionQueriesTest::userInsert function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php Implements hook_ENTITY_TYPE_insert().
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 Tests Drupal\media\OEmbed\Endpoint.
EndpointTest.php file core/modules/media/tests/src/Unit/EndpointTest.php
EndpointTest::testCaseSensitiveMatch function core/modules/media/tests/src/Unit/EndpointTest.php Tests case sensitive match.
EndpointTest::testMatchUrl function core/modules/media/tests/src/Unit/EndpointTest.php Tests match url.
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.

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