Search for all

  1. Search 7.x for all
  2. Search 9.5.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
demo_umami.install file core/profiles/demo_umami/demo_umami.install Install, update and uninstall functions for the demo_umami installation profile.
demo_umami.libraries.yml file core/profiles/demo_umami/demo_umami.libraries.yml core/profiles/demo_umami/demo_umami.libraries.yml
demo_umami.links.menu.yml file core/profiles/demo_umami/demo_umami.links.menu.yml core/profiles/demo_umami/demo_umami.links.menu.yml
demo_umami.profile file core/profiles/demo_umami/demo_umami.profile Enables modules and site configuration for a demo_umami site installation.
demo_umami_content.info.yml file core/profiles/demo_umami/modules/demo_umami_content/demo_umami_content.info.yml core/profiles/demo_umami/modules/demo_umami_content/demo_umami_content.info.yml
demo_umami_content.install file core/profiles/demo_umami/modules/demo_umami_content/demo_umami_content.install Install, update and uninstall functions for the module.
demo_umami_content_install function core/profiles/demo_umami/modules/demo_umami_content/demo_umami_content.install Implements hook_install().
demo_umami_content_uninstall function core/profiles/demo_umami/modules/demo_umami_content/demo_umami_content.install Implements hook_uninstall().
demo_umami_form_install_configure_form_alter function core/profiles/demo_umami/demo_umami.profile Implements hook_form_FORM_ID_alter() for install_configure_form().
demo_umami_form_install_configure_submit function core/profiles/demo_umami/demo_umami.profile Submission handler to sync the contact.form.feedback recipient.
demo_umami_install function core/profiles/demo_umami/demo_umami.install Implements hook_install().
demo_umami_requirements function core/profiles/demo_umami/demo_umami.install Implements hook_requirements().
demo_umami_set_users_passwords function core/profiles/demo_umami/demo_umami.profile Sets the password of admin to be the password for all users.
demo_umami_toolbar function core/profiles/demo_umami/demo_umami.profile Implements hook_toolbar().
DenormalizeTest class core/modules/hal/tests/src/Kernel/DenormalizeTest.php Tests HAL denormalization edge cases for EntityResource.
DenormalizeTest.php file core/modules/hal/tests/src/Kernel/DenormalizeTest.php
DenormalizeTest::testDenormalizeEmptyCustomSerializedField function core/modules/hal/tests/src/Kernel/DenormalizeTest.php Tests normalizing/denormalizing empty custom serialized fields.
DenormalizeTest::testDenormalizeInvalidCustomSerializedField function core/modules/hal/tests/src/Kernel/DenormalizeTest.php Tests normalizing/denormalizing invalid custom serialized fields.
DenormalizeTest::testDenormalizeSerializedItem function core/modules/hal/tests/src/Kernel/DenormalizeTest.php Tests normalizing/denormalizing serialized columns.
DenormalizeTest::testDenormalizeValidCustomSerializedField function core/modules/hal/tests/src/Kernel/DenormalizeTest.php Tests normalizing/denormalizing valid custom serialized fields.
DenormalizeTest::testMarkFieldForDeletion function core/modules/hal/tests/src/Kernel/DenormalizeTest.php Test that a field set to an empty array is different than an absent field.
DenormalizeTest::testTypeHandling function core/modules/hal/tests/src/Kernel/DenormalizeTest.php Tests that the type link relation in incoming data is handled correctly.
DenormalizeTest::testTypeHandlingWithInvalidType function core/modules/hal/tests/src/Kernel/DenormalizeTest.php Tests link relation handling with an invalid type.
DenormalizeTest::testTypeHandlingWithNoTypes function core/modules/hal/tests/src/Kernel/DenormalizeTest.php Tests link relation handling with no types.
DenyAdminRoutes class core/modules/dynamic_page_cache/src/PageCache/ResponsePolicy/DenyAdminRoutes.php Cache policy for routes with the '_admin_route' option set.
DenyAdminRoutes.php file core/modules/dynamic_page_cache/src/PageCache/ResponsePolicy/DenyAdminRoutes.php
DenyAdminRoutes::$routeMatch property core/modules/dynamic_page_cache/src/PageCache/ResponsePolicy/DenyAdminRoutes.php The current route match.
DenyAdminRoutes::check function core/modules/dynamic_page_cache/src/PageCache/ResponsePolicy/DenyAdminRoutes.php Determines whether it is save to store a page in the cache.
DenyAdminRoutes::__construct function core/modules/dynamic_page_cache/src/PageCache/ResponsePolicy/DenyAdminRoutes.php Constructs a deny admin route page cache policy.
DenyNoCacheRoutes class core/lib/Drupal/Core/PageCache/ResponsePolicy/DenyNoCacheRoutes.php Cache policy for routes with the 'no_cache' option set.
DenyNoCacheRoutes.php file core/lib/Drupal/Core/PageCache/ResponsePolicy/DenyNoCacheRoutes.php
DenyNoCacheRoutes::$routeMatch property core/lib/Drupal/Core/PageCache/ResponsePolicy/DenyNoCacheRoutes.php The current route match.
DenyNoCacheRoutes::check function core/lib/Drupal/Core/PageCache/ResponsePolicy/DenyNoCacheRoutes.php Determines whether it is save to store a page in the cache.
DenyNoCacheRoutes::__construct function core/lib/Drupal/Core/PageCache/ResponsePolicy/DenyNoCacheRoutes.php Constructs a deny node preview page cache policy.
DenyNodePreview class core/modules/node/src/PageCache/DenyNodePreview.php Cache policy for node preview page.
DenyNodePreview.php file core/modules/node/src/PageCache/DenyNodePreview.php
DenyNodePreview::$routeMatch property core/modules/node/src/PageCache/DenyNodePreview.php The current route match.
DenyNodePreview::check function core/modules/node/src/PageCache/DenyNodePreview.php Determines whether it is save to store a page in the cache.
DenyNodePreview::__construct function core/modules/node/src/PageCache/DenyNodePreview.php Constructs a deny node preview page cache policy.
DenyNodePreviewTest class core/modules/node/tests/src/Unit/PageCache/DenyNodePreviewTest.php @coversDefaultClass \Drupal\node\PageCache\DenyNodePreview[[api-linebreak]]
@group node
DenyNodePreviewTest.php file core/modules/node/tests/src/Unit/PageCache/DenyNodePreviewTest.php
DenyNodePreviewTest::$policy property core/modules/node/tests/src/Unit/PageCache/DenyNodePreviewTest.php The response policy under test.
DenyNodePreviewTest::$request property core/modules/node/tests/src/Unit/PageCache/DenyNodePreviewTest.php A request object.
DenyNodePreviewTest::$response property core/modules/node/tests/src/Unit/PageCache/DenyNodePreviewTest.php A response object.
DenyNodePreviewTest::$routeMatch property core/modules/node/tests/src/Unit/PageCache/DenyNodePreviewTest.php The current route match.
DenyNodePreviewTest::providerPrivateImageStyleDownloadPolicy function core/modules/node/tests/src/Unit/PageCache/DenyNodePreviewTest.php Provides data and expected results for the test method.
DenyNodePreviewTest::setUp function core/modules/node/tests/src/Unit/PageCache/DenyNodePreviewTest.php
DenyNodePreviewTest::testPrivateImageStyleDownloadPolicy function core/modules/node/tests/src/Unit/PageCache/DenyNodePreviewTest.php Asserts that caching is denied on the node preview route.
DenyPrivateImageStyleDownload class core/modules/image/src/PageCache/DenyPrivateImageStyleDownload.php Cache policy for image preview page.
DenyPrivateImageStyleDownload.php file core/modules/image/src/PageCache/DenyPrivateImageStyleDownload.php

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