Search for region
- Search 9.5.x for region
- Search 8.9.x for region
- Search 10.3.x for region
- Search 11.x for region
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
BlockHiddenRegionTestCase | class | modules/ |
Tests that hidden regions do not inherit blocks when a theme is enabled. |
BlockHiddenRegionTestCase::getInfo | function | modules/ |
|
BlockHiddenRegionTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
BlockHiddenRegionTestCase::testBlockNotInHiddenRegion | function | modules/ |
Tests that hidden regions do not inherit blocks when a theme is enabled. |
BlockInvalidRegionTestCase | class | modules/ |
Tests that a block assigned to an invalid region triggers the warning. |
BlockInvalidRegionTestCase::getInfo | function | modules/ |
|
BlockInvalidRegionTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
BlockInvalidRegionTestCase::testBlockInInvalidRegion | function | modules/ |
Tests that blocks assigned to invalid regions work correctly. |
BlockTestCase::$regions | property | modules/ |
|
BlockTestCase::moveBlockToRegion | function | modules/ |
|
block_get_blocks_by_region | function | modules/ |
Gets a renderable array of a region containing all enabled blocks. |
BLOCK_REGION_NONE | constant | modules/ |
Denotes that a block is not enabled in any region and should not be shown. |
DashboardBlocksTestCase::testDashboardRegions | function | modules/ |
Tests that dashboard regions are displayed or hidden properly. |
dashboard_dashboard_regions | function | modules/ |
Implements hook_dashboard_regions(). |
dashboard_regions | function | modules/ |
Returns an array of dashboard region names. |
dashboard_region_descriptions | function | modules/ |
Returns an array of dashboard region descriptions, keyed by region name. |
DrupalSetContentTestCase::testRegions | function | modules/ |
Test setting and retrieving content for theme regions. |
drupal_add_region_content | function | includes/ |
Adds content to a specified region. |
drupal_get_region_content | function | includes/ |
Gets assigned content for a given region. |
drupal_region_class | function | includes/ |
Provides a standard HTML class name that identifies a page region. |
field_ui_display_overview_row_region | function | modules/ |
Returns the region to which a row in the 'Manage display' screen belongs. |
field_ui_field_overview_row_region | function | modules/ |
Returns the region to which a row in the 'Manage fields' screen belongs. |
garland_preprocess_region | function | themes/ |
Override or insert variables into the region template. |
hook_dashboard_regions | function | modules/ |
Add regions to the dashboard. |
hook_dashboard_regions_alter | function | modules/ |
Alter dashboard regions provided by modules. |
overlay_ajax_render_region | function | modules/ |
Prints the markup obtained by rendering a single region of the page. |
overlay_get_regions_to_render | function | modules/ |
Returns a list of page regions that rendering should be limited to. |
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_set_regions_to_render | function | modules/ |
Sets the regions of the page that rendering will be limited to. |
overlay_supplemental_regions | function | modules/ |
Returns a list of supplemental page regions for the overlay. |
region.tpl.php | file | modules/ |
Default theme implementation to display a region. |
REGIONS_ALL | constant | modules/ |
Return all regions. |
REGIONS_VISIBLE | constant | modules/ |
Return only visible regions. |
system_default_region | function | modules/ |
Get the name of the default region for a given theme. |
system_regional_settings | function | modules/ |
Form builder; Configure the site regional settings. |
system_region_list | function | modules/ |
Get a list of available regions from a specified theme. |
template_preprocess_region | function | includes/ |
Preprocess variables for region.tpl.php |
ThemeTestCase::testDrupalAddRegionContent | function | modules/ |
Test the drupal_add_region_content() function. |
theme_dashboard_region | function | modules/ |
Returns HTML for a generic dashboard region. |
_overlay_region_list | function | modules/ |
Returns a list of page regions related to the overlay. |
_theme_test_drupal_add_region_content | function | modules/ |
Page callback, calls drupal_add_region_content. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.