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 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
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.
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 install.
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 install.
EngineTwigTest::setUp function core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php
EngineTwigTest::testRenderable function core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php Tests the rendering of renderables.
EngineTwigTest::testTwigAttachLibrary function core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php Tests the attach of asset libraries.
EngineTwigTest::testTwigFileUrls function core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php Tests the automatic/magic calling of toString() on objects, if exists.
EngineTwigTest::testTwigLinkGenerator function core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php Tests the link_generator Twig functions.
EngineTwigTest::testTwigUrlGenerator function core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php Tests the url and url_generate Twig functions.
EngineTwigTest::testTwigUrlToString function core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php Tests the magic url to string Twig functions.
EngineTwigTest::testTwigVariableDataTypes function core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php Tests that the Twig engine handles PHP data correctly.
EnhancerInterface interface core/lib/Drupal/Core/Routing/EnhancerInterface.php A route enhance service to determine route enhance rules.
EnhancerInterface.php file core/lib/Drupal/Core/Routing/EnhancerInterface.php
EnhancerInterface::enhance function core/lib/Drupal/Core/Routing/EnhancerInterface.php Updates the defaults for a route definition based on the request.
EnterProfileNode class core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/Profiler/EnterProfileNode.php Represents a profile enter node.
EnterProfileNode.php file core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/Profiler/EnterProfileNode.php
EnterProfileNode::compile function core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/Profiler/EnterProfileNode.php
EnterProfileNode::__construct function core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/Profiler/EnterProfileNode.php
Entity class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
Entity class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Entity.php This class is a near-copy of
tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM58Entity.php, which is
part of the Doctrine project: <http://www.doctrine-project.org>. It was
copied from version 1.2.7.
Entity class core/modules/migrate/src/Plugin/migrate/destination/Entity.php Provides a generic destination to import entities.
Entity class core/modules/views/src/Plugin/views/area/Entity.php Provides an area handler which renders an entity in a certain view mode.
Entity class core/modules/views/src/Plugin/views/argument_validator/Entity.php Defines an argument validator plugin for each entity type.
Entity API group core/lib/Drupal/Core/Entity/entity.api.php Describes how to define and manipulate content and configuration entities.

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