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. |
PathLanguageUITestCase::testLanguageNeutralURLs |
core/modules/path/tests/path.test |
Tests that a language-neutral URL alias works. |
PathLanguageUITestCase::testNonDefaultURLs |
core/modules/path/tests/path.test |
Tests that a non-default language URL alias works. |
PathLayoutAccess::checkAccess |
core/modules/layout/plugins/access/path_layout_access.inc |
Checks for access based on the available context. |
PathLayoutAccess::form |
core/modules/layout/plugins/access/path_layout_access.inc |
Settings form for configuring this access item. |
PathLayoutAccess::summary |
core/modules/layout/plugins/access/path_layout_access.inc |
Provides a human-readable summary of this access check's behavior. |
PathLayoutAccess::__construct |
core/modules/layout/plugins/access/path_layout_access.inc |
Constructor for a Layout access rule. |
PathLookupTest::testBackdropLookupPath |
core/modules/simpletest/tests/path.test |
Test that backdrop_lookup_path() returns the correct path. |
PathMonolingualTestCase::setUp |
core/modules/path/tests/path.test |
Sets up a Backdrop site for running functional and integration tests. |
PathMonolingualTestCase::testPageLinks |
core/modules/path/tests/path.test |
Verifies that links do not have language prefixes in them. |
PathPatternBulkUpdateTestCase::testBulkUpdate |
core/modules/path/tests/path_pattern.test |
|
PathPatternFunctionalTestCase::setUp |
core/modules/path/tests/path_pattern.test |
Sets up a Backdrop site for running functional and integration tests. |
PathPatternFunctionalTestCase::testConfigurationUserInterfaces |
core/modules/path/tests/path_pattern.test |
|
PathPatternFunctionalTestCase::testNodeEditing |
core/modules/path/tests/path_pattern.test |
Basic functional testing of node Path patterns. |
PathPatternFunctionalTestCase::testNodeOperations |
core/modules/path/tests/path_pattern.test |
Test node operations. |
PathPatternFunctionalTestCase::testNodeTypeCreate |
core/modules/path/tests/path_pattern.test |
Create a new content type with new path pattern. |