Search for d
Title | Object type | File name | Summary |
---|---|---|---|
overlay_set_mode | function | modules/ |
Sets the overlay mode and adds proper JavaScript and styles to the page. |
overlay_set_regions_to_render | function | modules/ |
Sets the regions of the page that rendering will be limited to. |
overlay_store_rendered_content | function | modules/ |
Stores strings representing rendered HTML content. |
overlay_user_dismiss_message | function | modules/ |
Page callback: Dismisses the overlay accessibility message for this user. |
PageEditTestCase | class | modules/ |
Tests the node edit functionality. |
PageEditTestCase::$admin_user | property | modules/ |
A user with permission to bypass node access and administer nodes. |
PageEditTestCase::$web_user | property | modules/ |
A user with permission to create and edit own page content. |
PageEditTestCase::getInfo | function | modules/ |
|
PageEditTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
PageEditTestCase::testPageAuthoredBy | function | modules/ |
Tests changing a node's "authored by" field. |
PageEditTestCase::testPageEdit | function | modules/ |
Checks node edit functionality. |
PageNotFoundTestCase | class | modules/ |
|
PageNotFoundTestCase::$admin_user | property | modules/ |
|
PageNotFoundTestCase::getInfo | function | modules/ |
Implement getInfo(). |
PageNotFoundTestCase::setUp | function | modules/ |
Implement setUp(). |
PageNotFoundTestCase::testPageNotFound | function | modules/ |
|
PagePreviewTestCase::$field | property | modules/ |
|
PagePreviewTestCase::$field_name | property | modules/ |
|
PagerDefault | class | includes/ |
Query extender for pager queries. |
PagerDefault::$customCountQuery | property | includes/ |
The count query that will be used for this pager. |
PagerDefault::$element | property | includes/ |
The unique ID of this pager on this page. |
PagerDefault::$limit | property | includes/ |
The number of elements per page to allow. |
PagerDefault::$maxElement | property | includes/ |
The highest element we've autogenerated so far. |
PagerDefault::element | function | includes/ |
Specify the element ID for this pager query. |
PagerDefault::ensureElement | function | includes/ |
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/ |
Override the execute method. |
PagerDefault::getCountQuery | function | includes/ |
Retrieve the count query for this pager. |
PagerDefault::getElement | function | includes/ |
Gets the element ID for this pager query. |
PagerDefault::limit | function | includes/ |
Specify the maximum number of elements per page for this query. |
PagerDefault::setCountQuery | function | includes/ |
Specify the count query object to use for this pager. |
PagerDefault::__construct | function | includes/ |
|
PagerFunctionalWebTestCase::$admin_user | property | modules/ |
|
pager_default_initialize | function | includes/ |
Initializes a pager for theme('pager'). |
pager_find_page | function | includes/ |
Returns the current page being requested for display within a pager. |
pager_load_array | function | includes/ |
Helper function |
PageTitleFiltering::$saved_title | property | modules/ |
|
PageTitleFiltering::tearDown | function | modules/ |
Reset page title. |
password-hash.sh | file | scripts/ |
#!/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/ |
Secure password hashing functions for user authentication. |
password.test | file | modules/ |
Provides unit tests for password.inc. |
PasswordHashingTest | class | modules/ |
Unit tests for password hashing API. |
PasswordHashingTest::$profile | property | modules/ |
The profile to install as a basis for testing. |
PasswordHashingTest::getInfo | function | modules/ |
|
PasswordHashingTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
PasswordHashingTest::testLongPassword | function | modules/ |
Verifies that passwords longer than 512 bytes are not hashed. |
PasswordHashingTest::testPasswordHashing | function | modules/ |
Test password hashing. |
password_confirm_validate | function | includes/ |
Validates a password_confirm element. |
path.admin.inc | file | modules/ |
Administrative page callbacks for the path module. |
path.module | file | modules/ |
Enables users to rename URLs. |
PathLanguageUITestCase::testDefaultLanguageURLs | function | modules/ |
Tests that a default language URL alias works. |
Pagination
- Previous page
- Page 102
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.