Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
EnabledExtensionsValidator class core/modules/package_manager/src/Validator/EnabledExtensionsValidator.php Validates no enabled Drupal extensions are removed from the stage directory.
EnabledExtensionsValidator.php file core/modules/package_manager/src/Validator/EnabledExtensionsValidator.php
EnabledExtensionsValidator::getSubscribedEvents function core/modules/package_manager/src/Validator/EnabledExtensionsValidator.php
EnabledExtensionsValidator::validate function core/modules/package_manager/src/Validator/EnabledExtensionsValidator.php Validates that no enabled Drupal extensions have been removed.
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::disableLayoutBuilderFromUi function core/modules/layout_builder/tests/src/Traits/EnableLayoutBuilderTrait.php Disables 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 Modules to install.
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 Registers test-specific services.
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::$formats property core/modules/media/src/OEmbed/Endpoint.php List of supported formats. Only 'json' and 'xml' are allowed.
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::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::getSchemes function core/modules/media/src/OEmbed/Endpoint.php Returns list of URL schemes supported by the provider.
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.
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.

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