Search for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| DashboardBlocksTestCase::testDisableEnable | function | modules/ |
Tests that the dashboard module can be re-enabled, retaining its blocks. |
| dashboard_admin | function | modules/ |
Page callback: Displays the dashboard. |
| dashboard_admin_blocks | function | modules/ |
Page callback: Builds the page for administering dashboard blocks. |
| dashboard_block_info_alter | function | modules/ |
Implements hook_block_info_alter(). |
| dashboard_block_list_alter | function | modules/ |
Implements hook_block_list_alter(). |
| dashboard_dashboard_regions | function | modules/ |
Implements hook_dashboard_regions(). |
| dashboard_disable | function | modules/ |
Implements hook_disable(). |
| dashboard_enable | function | modules/ |
Implements hook_enable(). |
| dashboard_forms | function | modules/ |
Implements hook_forms(). |
| dashboard_form_block_add_block_form_alter | function | modules/ |
Implements hook_form_FORM_ID_alter(). |
| dashboard_form_block_admin_configure_alter | function | modules/ |
Implements hook_form_FORM_ID_alter(). |
| dashboard_form_block_admin_display_form_alter | function | modules/ |
Implements hook_form_FORM_ID_alter(). |
| dashboard_form_dashboard_admin_display_form_alter | function | modules/ |
Implements hook_form_FORM_ID_alter(). |
| dashboard_help | function | modules/ |
Implements hook_help(). |
| dashboard_is_visible | function | modules/ |
Determines if the dashboard should be displayed on the current page. |
| dashboard_menu | function | modules/ |
Implements hook_menu(). |
| dashboard_page_build | function | modules/ |
Implements hook_page_build(). |
| dashboard_permission | function | modules/ |
Implements hook_permission(). |
| 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. |
| dashboard_show_block_content | function | modules/ |
Ajax callback: Displays the rendered contents of a specific block. |
| dashboard_show_disabled | function | modules/ |
Ajax callback: Shows disabled blocks in the dashboard customization mode. |
| dashboard_system_info_alter | function | modules/ |
Implements hook_system_info_alter(). |
| dashboard_theme | function | modules/ |
Implements hook_theme(). |
| dashboard_uninstall | function | modules/ |
Implements hook_uninstall(). |
| dashboard_update | function | modules/ |
Sets the new weight of each region according to the drag-and-drop order. |
| Database | class | includes/ |
Primary front-controller for the database system. |
| Database abstraction layer | group | includes/ |
Allow the use of different database servers using the same code base. |
| database.inc | file | includes/ |
Database interface code for SQLite embedded database engine. |
| database.inc | file | includes/ |
Database interface code for MySQL database servers. |
| database.inc | file | includes/ |
Core systems for the database layer. |
| database.inc | file | includes/ |
Database interface code for PostgreSQL database servers. |
| Database::$activeKey | property | includes/ |
The key of the currently active database connection. |
| Database::$connections | property | includes/ |
An nested array of all active connections. It is keyed by database name and target. |
| Database::$databaseInfo | property | includes/ |
A processed copy of the database connection information from settings.php. |
| Database::$ignoreTargets | property | includes/ |
A list of key/target credentials to simply ignore. |
| Database::$logs | property | includes/ |
An array of active query log objects. |
| Database::addConnectionInfo | function | includes/ |
Adds database connection information for a given key/target. |
| Database::closeConnection | function | includes/ |
Closes a connection to the server specified by the given key and target. |
| Database::getConnection | function | includes/ |
Gets the connection object for the specified database key and target. |
| Database::getConnectionInfo | function | includes/ |
Gets information on the specified database connection. |
| Database::getLog | function | includes/ |
Retrieves the queries logged on for given logging key. |
| Database::ignoreTarget | function | includes/ |
Instructs the system to temporarily ignore a given key/target. |
| Database::isActiveConnection | function | includes/ |
Determines if there is an active connection. |
| Database::loadDriverFile | function | includes/ |
Load a file for the database that might hold a class. |
| Database::openConnection | function | includes/ |
Opens a connection to the server specified by the given key and target. |
| Database::parseConnectionInfo | function | includes/ |
Process the configuration file for database information. |
| Database::removeConnection | function | includes/ |
Remove a connection and its corresponding connection information. |
| Database::renameConnection | function | includes/ |
Rename a connection and its corresponding connection information. |
| Database::RETURN_AFFECTED | constant | includes/ |
Flag to indicate a query call should return the number of affected rows. |
Pagination
- Previous page
- Page 23
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.