PageExampleTestCase::setUp |
modules/examples/page_example/tests/page_example.test |
Enable modules and create user with specific permissions. |
PageExampleTestCase::testPageExampleBasic |
modules/examples/page_example/tests/page_example.test |
Functional test for various page types. |
PageNotFoundTestCase::setUp |
core/modules/system/tests/system.test |
Implement setUp(). |
PageNotFoundTestCase::test404PathOnSystemForm |
core/modules/system/tests/system.test |
|
PageNotFoundTestCase::testPageNotFound |
core/modules/system/tests/system.test |
|
PagePreviewTestCase::setUp |
core/modules/node/tests/node.test |
Sets up a Backdrop site for running functional and integration tests. |
PagePreviewTestCase::testPagePreview |
core/modules/node/tests/node.test |
Checks the node preview functionality. |
PagerDefault::element |
core/includes/pager.class.inc |
Specify the element ID for this pager query. |
PagerDefault::ensureElement |
core/includes/pager.class.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 |
core/includes/pager.class.inc |
Override the execute method. |
PagerDefault::getCountQuery |
core/includes/pager.class.inc |
Retrieve the count query for this pager. |
PagerDefault::getElement |
core/includes/pager.class.inc |
Gets the element ID for this pager query. |
PagerDefault::limit |
core/includes/pager.class.inc |
Specify the maximum number of elements per page for this query. |
PagerDefault::setCountQuery |
core/includes/pager.class.inc |
Specify the count query object to use for this pager. |
PagerDefault::__construct |
core/includes/pager.class.inc |
Creates a SelectQueryExtender object. |
PagerExampleTestCase::setUp |
modules/examples/pager_example/tests/pager_example.test |
Sets up a Backdrop site for running functional and integration tests. |
PagerExampleTestCase::testPagerPage |
modules/examples/pager_example/tests/pager_example.test |
Verify the functionality of the example module. |
PagerFunctionalWebTestCase::assertClass |
core/modules/simpletest/tests/pager.test |
Asserts that an element has a given class. |
PagerFunctionalWebTestCase::assertNoClass |
core/modules/simpletest/tests/pager.test |
Asserts that an element does not have a given class. |
PagerFunctionalWebTestCase::assertPagerItems |
core/modules/simpletest/tests/pager.test |
Asserts pager items and links. |
PagerFunctionalWebTestCase::setUp |
core/modules/simpletest/tests/pager.test |
Sets up a Backdrop site for running functional and integration tests. |
PagerFunctionalWebTestCase::testActiveClass |
core/modules/simpletest/tests/pager.test |
Tests markup and CSS classes of pager links. |
PagerFunctionalWebTestCase::testThemePagerQuantityNotSet |
core/modules/simpletest/tests/pager.test |
Tests theme_pager() when an empty quantity is passed. |
pager_default_initialize |
core/includes/pager.inc |
Initializes a pager for theme('pager'). |
pager_example_menu |
modules/examples/pager_example/pager_example.module |
Implements hook_menu(). |
pager_example_page |
modules/examples/pager_example/pager_example.module |
Builds the pager. |
pager_find_page |
core/includes/pager.inc |
Returns the current page being requested for display within a pager. |
pager_get_query_parameters |
core/includes/pager.inc |
Compose a URL query parameter array for pager links. |
pager_load_array |
core/includes/pager.inc |
Helper function |
PageTitleFiltering::setUp |
core/modules/system/tests/system.test |
Implement setUp(). |
PageTitleFiltering::tearDown |
core/modules/system/tests/system.test |
Reset page title. |
PageTitleFiltering::testTitleTags |
core/modules/system/tests/system.test |
Tests the handling of HTML by backdrop_set_title() and backdrop_get_title() |
PageTitleFiltering::testTitleXSS |
core/modules/system/tests/system.test |
Test if the title of the site is XSS proof. |
PageViewTestCase::testPageView |
core/modules/node/tests/node.test |
Tests an anonymous and unpermissioned user attempting to edit the node. |
page_example_arguments |
modules/examples/page_example/page_example.module |
A more complex page callback that takes arguments. |
page_example_description |
modules/examples/page_example/page_example.module |
Constructs a descriptive page. |
page_example_menu |
modules/examples/page_example/page_example.module |
Implements hook_menu(). |
page_example_permission |
modules/examples/page_example/page_example.module |
Implements hook_permission(). |
page_example_simple |
modules/examples/page_example/page_example.module |
Constructs a simple page. |
parse_size |
core/includes/common.inc |
Parses a given byte count. |
PasswordHashingTest::setUp |
core/modules/simpletest/tests/password.test |
Sets up a Backdrop site for running functional and integration tests. |
PasswordHashingTest::testLongPassword |
core/modules/simpletest/tests/password.test |
Verifies that passwords longer than 512 bytes are not hashed. |
PasswordHashingTest::testPasswordHashing |
core/modules/simpletest/tests/password.test |
Test password hashing. |
password_confirm_validate |
core/includes/form.inc |
Validates a password_confirm element. |
PathHooksTestCase::setUp |
core/modules/path/tests/path.test |
Sets up a Backdrop site for running functional and integration tests. |
PathHooksTestCase::testPathHooks |
core/modules/path/tests/path.test |
|
PathLanguageTestCase::setUp |
core/modules/path/tests/path.test |
Sets up a Backdrop site for running functional and integration tests. |
PathLanguageTestCase::testAliasTranslation |
core/modules/path/tests/path.test |
Test alias functionality through the admin interfaces. |
PathLanguageUITestCase::setUp |
core/modules/path/tests/path.test |
Sets up a Backdrop site for running functional and integration tests. |
PathLanguageUITestCase::testDefaultLanguageURLs |
core/modules/path/tests/path.test |
Tests that a default language URL alias works. |