CustomPageExceptionHtmlSubscriberTest::$errorLog |
property |
core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php |
The PHP error log settings before the test. |
CustomPageExceptionHtmlSubscriberTest::$kernel |
property |
core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php |
The mocked HTTP kernel. |
CustomPageExceptionHtmlSubscriberTest::$logger |
property |
core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php |
The mocked logger. |
CustomPageExceptionHtmlSubscriberTest::$redirectDestination |
property |
core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php |
The mocked redirect.destination service. |
CustomPageExceptionHtmlSubscriberTest::setUp |
function |
core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php |
|
CustomPageExceptionHtmlSubscriberTest::tearDown |
function |
core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php |
|
CustomPageExceptionHtmlSubscriberTest::testHandleWithGetRequest |
function |
core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php |
Tests onHandleException with a GET request. |
CustomPageExceptionHtmlSubscriberTest::testHandleWithPostRequest |
function |
core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php |
Tests onHandleException with a POST request. |
dairy-free-delicious-milk-chocolate.html |
file |
core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/article_body/dairy-free-delicious-milk-chocolate.html |
|
dairy-free-delicious-milk-chocolate.html |
file |
core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/article_body/dairy-free-delicious-milk-chocolate.html |
|
datetime-form.html.twig |
file |
core/profiles/demo_umami/themes/umami/templates/classy/form/datetime-form.html.twig |
Theme override of a datetime form element. |
datetime-form.html.twig |
file |
core/themes/olivero/templates/datetime-form.html.twig |
Theme override of a datetime form element. |
datetime-form.html.twig |
file |
core/themes/stable9/templates/form/datetime-form.html.twig |
Theme override of a datetime form element. |
datetime-form.html.twig |
file |
core/modules/system/templates/datetime-form.html.twig |
Default theme implementation of a datetime form element. |
datetime-form.html.twig |
file |
core/themes/claro/templates/datetime-form.html.twig |
Theme override of a datetime form element. |
datetime-form.html.twig |
file |
core/themes/starterkit_theme/templates/form/datetime-form.html.twig |
Theme override of a datetime form element. |
datetime-wrapper.html.twig |
file |
core/themes/claro/templates/datetime-wrapper.html.twig |
Theme override of a datetime form wrapper. |
datetime-wrapper.html.twig |
file |
core/themes/starterkit_theme/templates/form/datetime-wrapper.html.twig |
Theme override of a datetime form wrapper. |
datetime-wrapper.html.twig |
file |
core/modules/system/templates/datetime-wrapper.html.twig |
Default theme implementation of a datetime form wrapper. |
datetime-wrapper.html.twig |
file |
core/profiles/demo_umami/themes/umami/templates/classy/form/datetime-wrapper.html.twig |
Theme override of a datetime form wrapper. |
datetime-wrapper.html.twig |
file |
core/themes/olivero/templates/datetime-wrapper.html.twig |
Theme override of a datetime form wrapper. |
datetime-wrapper.html.twig |
file |
core/themes/stable9/templates/form/datetime-wrapper.html.twig |
Theme override of a datetime form wrapper. |
Datetime::getHtml5DateFormat |
function |
core/lib/Drupal/Core/Datetime/Element/Datetime.php |
Retrieves the right format for an HTML5 date element. |
Datetime::getHtml5TimeFormat |
function |
core/lib/Drupal/Core/Datetime/Element/Datetime.php |
Retrieves the right format for an HTML5 time element. |
DbUpdateController::$bareHtmlPageRenderer |
property |
core/modules/system/src/Controller/DbUpdateController.php |
The bare HTML page renderer. |
DefaultExceptionHtmlSubscriber |
class |
core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php |
Exception subscriber for handling core default HTML error pages. |
DefaultExceptionHtmlSubscriber.php |
file |
core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php |
|
DefaultExceptionHtmlSubscriber::$accessUnawareRouter |
property |
core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php |
A router implementation which does not check access. |
DefaultExceptionHtmlSubscriber::$httpKernel |
property |
core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php |
The HTTP kernel. |
DefaultExceptionHtmlSubscriber::$logger |
property |
core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php |
The logger instance. |
DefaultExceptionHtmlSubscriber::$redirectDestination |
property |
core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php |
The redirect destination service. |
DefaultExceptionHtmlSubscriber::getHandledFormats |
function |
core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php |
Specifies the request formats this subscriber will respond to. |
DefaultExceptionHtmlSubscriber::getPriority |
function |
core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php |
Specifies the priority of all listeners in this class. |
DefaultExceptionHtmlSubscriber::makeSubrequest |
function |
core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php |
Makes a subrequest to retrieve the default error page. |
DefaultExceptionHtmlSubscriber::on401 |
function |
core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php |
Handles a 401 error for HTML. |
DefaultExceptionHtmlSubscriber::on403 |
function |
core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php |
Handles a 403 error for HTML. |
DefaultExceptionHtmlSubscriber::on404 |
function |
core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php |
Handles a 404 error for HTML. |
DefaultExceptionHtmlSubscriber::on4xx |
function |
core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php |
Handles a 4xx error for HTML. |
DefaultExceptionHtmlSubscriber::__construct |
function |
core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php |
Constructs a new DefaultExceptionHtmlSubscriber. |
DefaultHtmlRouteProvider |
class |
core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php |
Provides HTML routes for entities. |
DefaultHtmlRouteProvider.php |
file |
core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php |
|
DefaultHtmlRouteProvider::$entityFieldManager |
property |
core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php |
The entity field manager. |
DefaultHtmlRouteProvider::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php |
The entity type manager. |
DefaultHtmlRouteProvider::createInstance |
function |
core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php |
Instantiates a new instance of this entity handler. |
DefaultHtmlRouteProvider::getAddFormRoute |
function |
core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php |
Gets the add-form route. |
DefaultHtmlRouteProvider::getAddPageRoute |
function |
core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php |
Gets the add page route. |
DefaultHtmlRouteProvider::getCanonicalRoute |
function |
core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php |
Gets the canonical route. |
DefaultHtmlRouteProvider::getCollectionRoute |
function |
core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php |
Gets the collection route. |
DefaultHtmlRouteProvider::getDeleteFormRoute |
function |
core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php |
Gets the delete-form route. |
DefaultHtmlRouteProvider::getDeleteMultipleFormRoute |
function |
core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php |
Returns the delete multiple form route. |