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
DeleteTest::testInUse function core/modules/file/tests/src/Kernel/DeleteTest.php Tries deleting a file that is in use.
DeleteTest::testUnused function core/modules/file/tests/src/Kernel/DeleteTest.php Tries deleting a normal file (as opposed to a directory, symlink, etc).
DeleteTruncateTest class core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php Tests delete and truncate queries.
DeleteTruncateTest.php file core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php
DeleteTruncateTest::testDeleteFromNonExistingTable function core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php Deleting from a not existing table throws a DatabaseExceptionWrapper.
DeleteTruncateTest::testSimpleDelete function core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php Confirms that we can delete a single record successfully.
DeleteTruncateTest::testSpecialColumnDelete function core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php Confirms that we can delete a single special column name record successfully.
DeleteTruncateTest::testSubselectDelete function core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php Confirms that we can use a subselect in a delete successfully.
DeleteTruncateTest::testTruncate function core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php Confirms that we can truncate a whole table successfully.
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::getFieldsToUpdate function core/modules/node/src/Plugin/Action/DemoteNode.php Gets an array of values to be set.
DemoUmamiContentHooks class core/profiles/demo_umami/modules/demo_umami_content/src/Hook/DemoUmamiContentHooks.php Hook implementations for demo_umami_content.
DemoUmamiContentHooks.php file core/profiles/demo_umami/modules/demo_umami_content/src/Hook/DemoUmamiContentHooks.php
DemoUmamiContentHooks::modulePreinstall function core/profiles/demo_umami/modules/demo_umami_content/src/Hook/DemoUmamiContentHooks.php Implements hook_module_preinstall().
DemoUmamiHooks class core/profiles/demo_umami/src/Hook/DemoUmamiHooks.php Hook implementations for demo_umami.
DemoUmamiHooks.php file core/profiles/demo_umami/src/Hook/DemoUmamiHooks.php
DemoUmamiHooks::formInstallConfigureFormAlter function core/profiles/demo_umami/src/Hook/DemoUmamiHooks.php Implements hook_form_FORM_ID_alter() for install_configure_form().
DemoUmamiHooks::help function core/profiles/demo_umami/src/Hook/DemoUmamiHooks.php Implements hook_help().
DemoUmamiHooks::installConfigureSubmit function core/profiles/demo_umami/src/Hook/DemoUmamiHooks.php Submission handler for the site configuration form.
DemoUmamiHooks::navigationContentTop function core/profiles/demo_umami/src/Hook/DemoUmamiHooks.php Implements hook_navigation_content_top().
DemoUmamiHooks::setUserPasswords function core/profiles/demo_umami/src/Hook/DemoUmamiHooks.php Sets the password of admin to be the password for all users.
DemoUmamiHooks::toolbar function core/profiles/demo_umami/src/Hook/DemoUmamiHooks.php Implements hook_toolbar().
DemoUmamiHooks::__construct function core/profiles/demo_umami/src/Hook/DemoUmamiHooks.php
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::assertDemonstrationWarningMessage function core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php Asserts if the demonstration warning message is displayed properly.
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 navigation 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.
DemoUmamiRequirements class core/profiles/demo_umami/src/Hook/DemoUmamiRequirements.php Requirements for the Demo: Umami Food Magazine (Experimental) profile.
DemoUmamiRequirements.php file core/profiles/demo_umami/src/Hook/DemoUmamiRequirements.php
DemoUmamiRequirements::runtime function core/profiles/demo_umami/src/Hook/DemoUmamiRequirements.php Implements hook_runtime_requirements().
DemoUmamiRequirements::__construct function core/profiles/demo_umami/src/Hook/DemoUmamiRequirements.php
demo_umami.install file core/profiles/demo_umami/demo_umami.install Install, update and uninstall functions for the demo_umami 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_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_install function core/profiles/demo_umami/demo_umami.install Implements hook_install().

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