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
DeleteTruncateTest::testTruncateInTransaction function core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php Confirms that we can truncate a whole table while in transaction.
DeleteTruncateTest::testTruncateNonExistingTable function core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php Truncating a not existing table throws a DatabaseExceptionWrapper.
DeleteTruncateTest::testTruncateTransactionRollback function core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php Confirms that transaction rollback voids a truncate operation.
DemoteNode class core/modules/node/src/Plugin/Action/DemoteNode.php Demotes a node.
DemoteNode.php file core/modules/node/src/Plugin/Action/DemoteNode.php
DemoteNode::getFieldsToUpdate function core/modules/node/src/Plugin/Action/DemoteNode.php Gets an array of values to be set.
DemoUmamiProfileTest class core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php Tests demo_umami profile.
DemoUmamiProfileTest.php file core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php
DemoUmamiProfileTest::$profile property core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php The profile to install as a basis for testing.
DemoUmamiProfileTest::assertDefaultConfig function core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php Asserts that the default configuration matches active configuration.
DemoUmamiProfileTest::drupalLoginWithPassword function core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php Logs in a user using the Mink controlled browser using a password.
DemoUmamiProfileTest::installParameters function core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php Returns the parameters that will be used when the test installs Drupal.
DemoUmamiProfileTest::testAppearance function core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php Tests that the Umami theme is available on the Appearance page.
DemoUmamiProfileTest::testConfig function core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php Tests the profile supplied configuration is the same after installation.
DemoUmamiProfileTest::testDemoFeatures function core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php Tests various capabilities of the demo profile.
DemoUmamiProfileTest::testDemonstrationWarningMessage function core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php Tests that the toolbar warning only appears on the admin pages.
DemoUmamiProfileTest::testEditNodesByAdmin function core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php Tests the successful editing of nodes by admin.
DemoUmamiProfileTest::testUser function core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php Tests that the users can log in with the admin password entered at install.
DemoUmamiProfileTest::testWarningsOnStatusPage function core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php Tests demo_umami profile warnings shown on Status Page.
demo_umami.info.yml file core/profiles/demo_umami/demo_umami.info.yml core/profiles/demo_umami/demo_umami.info.yml
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_module_preinstall function core/profiles/demo_umami/modules/demo_umami_content/demo_umami_content.install Implements hook_module_preinstall().
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_help function core/profiles/demo_umami/demo_umami.profile Implements hook_help().
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().
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.

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