PageComponents::form |
core/modules/system/block.page_components.inc |
Build the settings form for editing this block. |
PageComponents::formSubmit |
core/modules/system/block.page_components.inc |
Submit handler to save the form settings. |
PageComponents::getAdminTitle |
core/modules/system/block.page_components.inc |
Return an administrative title that will always have a value. |
PageComponents::getChildren |
core/modules/system/block.page_components.inc |
Allows an array of "child blocks" for display in the "Add Block" dialog. |
PageComponents::getContent |
core/modules/system/block.page_components.inc |
Return the content of a block. |
PageComponents::setPageTitle |
core/modules/system/block.page_components.inc |
Special function for PageComponents. Sets the page title to be used. |
PageComponents::__construct |
core/modules/system/block.page_components.inc |
Create a new Block object. |
PageEditTestCase::setUp |
core/modules/node/tests/node.test |
Sets up a Backdrop site for running functional and integration tests. |
PageEditTestCase::testPageAuthoredBy |
core/modules/node/tests/node.test |
Tests changing a node's "authored by" field. |
PageEditTestCase::testPageEdit |
core/modules/node/tests/node.test |
Checks node edit functionality. |
PageExampleTestCase::pageExampleVerifyNoAccess |
modules/examples/page_example/tests/page_example.test |
Verify that current user has no access to page. |
PageExampleTestCase::randomNumber |
modules/examples/page_example/tests/page_example.test |
Generates a random string of ASCII numeric characters (values 48 to 57). |
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(). |