Search for d

  1. Search 9.5.x for d
  2. Search 8.9.x for d
  3. Search 10.3.x for d
  4. Search 11.x for d
  5. Other projects
Title Object type File name Summary
overlay_set_mode function modules/overlay/overlay.module Sets the overlay mode and adds proper JavaScript and styles to the page.
overlay_set_regions_to_render function modules/overlay/overlay.module Sets the regions of the page that rendering will be limited to.
overlay_store_rendered_content function modules/overlay/overlay.module Stores strings representing rendered HTML content.
overlay_user_dismiss_message function modules/overlay/overlay.module Page callback: Dismisses the overlay accessibility message for this user.
PageEditTestCase class modules/node/node.test Tests the node edit functionality.
PageEditTestCase::$admin_user property modules/node/node.test A user with permission to bypass node access and administer nodes.
PageEditTestCase::$web_user property modules/node/node.test A user with permission to create and edit own page content.
PageEditTestCase::getInfo function modules/node/node.test
PageEditTestCase::setUp function modules/node/node.test Sets up a Drupal site for running functional and integration tests.
PageEditTestCase::testPageAuthoredBy function modules/node/node.test Tests changing a node's "authored by" field.
PageEditTestCase::testPageEdit function modules/node/node.test Checks node edit functionality.
PageNotFoundTestCase class modules/system/system.test
PageNotFoundTestCase::$admin_user property modules/system/system.test
PageNotFoundTestCase::getInfo function modules/system/system.test Implement getInfo().
PageNotFoundTestCase::setUp function modules/system/system.test Implement setUp().
PageNotFoundTestCase::testPageNotFound function modules/system/system.test
PagePreviewTestCase::$field property modules/node/node.test
PagePreviewTestCase::$field_name property modules/node/node.test
PagerDefault class includes/pager.inc Query extender for pager queries.
PagerDefault::$customCountQuery property includes/pager.inc The count query that will be used for this pager.
PagerDefault::$element property includes/pager.inc The unique ID of this pager on this page.
PagerDefault::$limit property includes/pager.inc The number of elements per page to allow.
PagerDefault::$maxElement property includes/pager.inc The highest element we've autogenerated so far.
PagerDefault::element function includes/pager.inc Specify the element ID for this pager query.
PagerDefault::ensureElement function includes/pager.inc Ensure that there is an element associated with this query.
If an element was not specified previously, then the value of the
$maxElement counter is taken, after which the counter is incremented.
PagerDefault::execute function includes/pager.inc Override the execute method.
PagerDefault::getCountQuery function includes/pager.inc Retrieve the count query for this pager.
PagerDefault::getElement function includes/pager.inc Gets the element ID for this pager query.
PagerDefault::limit function includes/pager.inc Specify the maximum number of elements per page for this query.
PagerDefault::setCountQuery function includes/pager.inc Specify the count query object to use for this pager.
PagerDefault::__construct function includes/pager.inc
PagerFunctionalWebTestCase::$admin_user property modules/simpletest/tests/pager.test
pager_default_initialize function includes/pager.inc Initializes a pager for theme('pager').
pager_find_page function includes/pager.inc Returns the current page being requested for display within a pager.
pager_load_array function includes/pager.inc Helper function
PageTitleFiltering::$saved_title property modules/system/system.test
PageTitleFiltering::tearDown function modules/system/system.test Reset page title.
password-hash.sh file scripts/password-hash.sh #!/usr/bin/env php
<?php

/**
* Drupal hash script - to generate a hash from a plaintext password
*
* Check for your PHP interpreter - on Windows you'll probably have to
* replace line 1 with
* #!c:/program files/php/php.exe
*
*…
password.inc file includes/password.inc Secure password hashing functions for user authentication.
password.test file modules/simpletest/tests/password.test Provides unit tests for password.inc.
PasswordHashingTest class modules/simpletest/tests/password.test Unit tests for password hashing API.
PasswordHashingTest::$profile property modules/simpletest/tests/password.test The profile to install as a basis for testing.
PasswordHashingTest::getInfo function modules/simpletest/tests/password.test
PasswordHashingTest::setUp function modules/simpletest/tests/password.test Sets up a Drupal site for running functional and integration tests.
PasswordHashingTest::testLongPassword function modules/simpletest/tests/password.test Verifies that passwords longer than 512 bytes are not hashed.
PasswordHashingTest::testPasswordHashing function modules/simpletest/tests/password.test Test password hashing.
password_confirm_validate function includes/form.inc Validates a password_confirm element.
path.admin.inc file modules/path/path.admin.inc Administrative page callbacks for the path module.
path.module file modules/path/path.module Enables users to rename URLs.
PathLanguageUITestCase::testDefaultLanguageURLs function modules/path/path.test Tests that a default language URL alias works.

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