Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| overlay_drupal_goto_alter | function | modules/ |
Implements hook_drupal_goto_alter(). |
| overlay_enable | function | modules/ |
Implements hook_enable(). |
| overlay_exit | function | modules/ |
Implements hook_exit(). |
| overlay_form_alter | function | modules/ |
Implements hook_form_alter(). |
| overlay_form_user_profile_form_alter | function | modules/ |
Implements hook_form_FORM_ID_alter(). |
| overlay_get_mode | function | modules/ |
Gets the current overlay mode. |
| overlay_get_regions_to_render | function | modules/ |
Returns a list of page regions that rendering should be limited to. |
| overlay_get_rendered_content | function | modules/ |
Returns any rendered content that was stored earlier in the page request. |
| overlay_help | function | modules/ |
Implements hook_help(). |
| overlay_init | function | modules/ |
Implements hook_init(). |
| overlay_library | function | modules/ |
Implements hook_library(). |
| overlay_menu | function | modules/ |
Implements hook_menu(). |
| overlay_overlay_child_initialize | function | modules/ |
Implements hook_overlay_child_initialize(). |
| overlay_overlay_parent_initialize | function | modules/ |
Implements hook_overlay_parent_initialize(). |
| overlay_page_alter | function | modules/ |
Implements hook_page_alter(). |
| overlay_page_delivery_callback_alter | function | modules/ |
Implements hook_page_delivery_callback_alter(). |
| overlay_permission | function | modules/ |
Implements hook_permission(). |
| overlay_preprocess_html | function | modules/ |
Implements hook_preprocess_html(). |
| overlay_preprocess_maintenance_page | function | modules/ |
Implements hook_preprocess_maintenance_page(). |
| overlay_preprocess_page | function | modules/ |
Implements hook_preprocess_page(). |
| overlay_regions | function | modules/ |
Returns a list of page regions that appear in the overlay. |
| overlay_render_region | function | modules/ |
Renders an individual page region. |
| overlay_request_page_refresh | function | modules/ |
Requests that the entire parent window is reloaded when the overlay closes. |
| overlay_request_refresh | function | modules/ |
Requests that the parent window refreshes a particular page region. |
| 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_supplemental_regions | function | modules/ |
Returns a list of supplemental page regions for the overlay. |
| overlay_system_info_alter | function | modules/ |
Implements hook_system_info_alter(). |
| overlay_theme | function | modules/ |
Implements hook_theme(). |
| overlay_trigger_refresh | function | modules/ |
Checks if the parent window needs to be refreshed on this page load. |
| overlay_user_dismiss_message | function | modules/ |
Page callback: Dismisses the overlay accessibility message for this user. |
| overlay_user_presave | function | modules/ |
Implements hook_user_presave(). |
| page.tpl.php | file | themes/ |
|
| page.tpl.php | file | themes/ |
|
| page.tpl.php | file | themes/ |
Bartik's theme implementation to display a single Drupal page. |
| page.tpl.php | file | modules/ |
Default theme implementation to display a single Drupal page. |
| page.tpl.php | file | modules/ |
Custom theme implementation to display a single Drupal page without sidebars. The sidebars are hidden by regions_hidden for this theme, so the default page.tpl.php will not work without throwing exceptions. |
| 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/ |
Pagination
- Previous page
- Page 146
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.