DashboardWelcomeBlock::getAdminPreview |
core/modules/dashboard/includes/block.welcome.inc |
Return a preview for this block. |
DashboardWelcomeBlock::getAdminTitle |
core/modules/dashboard/includes/block.welcome.inc |
Return an administrative title that will always have a value. |
DashboardWelcomeBlock::getContent |
core/modules/dashboard/includes/block.welcome.inc |
Return the content of a block. |
DashboardWelcomeBlock::getTitle |
core/modules/dashboard/includes/block.welcome.inc |
Return the title of a block as configured in the layout. |
dashboard_admin_settings |
core/modules/dashboard/dashboard.module |
Menu callback; Dashboard settings form. |
dashboard_autoload_info |
core/modules/dashboard/dashboard.module |
Implements hook_autoload_info(). |
dashboard_block_info |
core/modules/dashboard/dashboard.module |
Implements hook_block_info(). |
dashboard_config_info |
core/modules/dashboard/dashboard.module |
Implements hook_config_info(). |
dashboard_cron |
core/modules/dashboard/dashboard.module |
Implements hook_cron(). |
dashboard_disable |
core/modules/dashboard/dashboard.install |
Implements hook_uninstall(). |
dashboard_install |
core/modules/dashboard/dashboard.install |
Implements hook_install(). |
dashboard_layout_context_info |
core/modules/dashboard/dashboard.module |
Implements hook_layout_context_info(). |
dashboard_library_info |
core/modules/dashboard/dashboard.module |
Implements hook_library_info(). |
dashboard_menu |
core/modules/dashboard/dashboard.module |
Implements hook_menu(). |
dashboard_menu_alter |
core/modules/dashboard/dashboard.module |
Implements hook_menu(). |
dashboard_permission |
core/modules/dashboard/dashboard.module |
Implements hook_permission(). |
dashboard_preprocess_block |
core/modules/dashboard/dashboard.module |
Implements hook_preprocess_block(). |
dashboard_preprocess_layout |
core/modules/dashboard/dashboard.module |
Implements hook_preprocess_layout(). |
dashboard_theme |
core/modules/dashboard/dashboard.module |
Implements hook_theme(). |
dashboard_uninstall |
core/modules/dashboard/dashboard.install |
Implements hook_uninstall(). |
dashboard_update_1000 |
core/modules/dashboard/dashboard.install |
Set the URL for the Dashboard news feed. |
dashboard_user_login |
core/modules/dashboard/dashboard.module |
Implements hook_user_login(). |
Database::addConnectionInfo |
core/includes/database/database.inc |
Adds database connection information for a given key/target. |
Database::closeConnection |
core/includes/database/database.inc |
Closes a connection to the server specified by the given key and target. |
Database::getConnection |
core/includes/database/database.inc |
Gets the connection object for the specified database key and target. |
Database::getConnectionInfo |
core/includes/database/database.inc |
Gets information on the specified database connection. |
Database::getLog |
core/includes/database/database.inc |
Retrieves the queries logged on for given logging key. |
Database::ignoreTarget |
core/includes/database/database.inc |
Instructs the system to temporarily ignore a given key/target. |
Database::isActiveConnection |
core/includes/database/database.inc |
Determines if there is an active connection. |
Database::loadDriverFile |
core/includes/database/database.inc |
Load a file for the database that might hold a class. |
Database::openConnection |
core/includes/database/database.inc |
Opens a connection to the server specified by the given key and target. |
Database::parseConnectionInfo |
core/includes/database/database.inc |
Process the configuration file for database information. |
Database::removeConnection |
core/includes/database/database.inc |
Remove a connection and its corresponding connection information. |
Database::renameConnection |
core/includes/database/database.inc |
Rename a connection and its corresponding connection information. |
Database::setActiveConnection |
core/includes/database/database.inc |
Sets the active connection to the specified key. |
Database::startLog |
core/includes/database/database.inc |
Starts logging a given logging key on the specified connection. |
DatabaseAlterTestCase::testAlterChangeConditional |
core/modules/simpletest/tests/database_test.test |
Test that we can alter a query's conditionals. |
DatabaseAlterTestCase::testAlterChangeFields |
core/modules/simpletest/tests/database_test.test |
Test that we can alter the fields of a query. |
DatabaseAlterTestCase::testAlterExpression |
core/modules/simpletest/tests/database_test.test |
Test that we can alter expressions in the query. |
DatabaseAlterTestCase::testAlterRemoveRange |
core/modules/simpletest/tests/database_test.test |
Test that we can remove a range() value from a query. This also tests hook_query_TAG_alter(). |
DatabaseAlterTestCase::testAlterWithJoin |
core/modules/simpletest/tests/database_test.test |
Test that we can alter the joins on a query. |
DatabaseAlterTestCase::testSimpleAlter |
core/modules/simpletest/tests/database_test.test |
Test that we can do basic alters. |
DatabaseAlterTestCase::testSimpleAlterSubquery |
core/modules/simpletest/tests/database_test.test |
Test that we can do basic alters on subqueries. |
DatabaseBasicSyntaxTestCase::testBasicConcat |
core/modules/simpletest/tests/database_test.test |
Test for string concatenation. |
DatabaseBasicSyntaxTestCase::testFieldConcat |
core/modules/simpletest/tests/database_test.test |
Test for string concatenation with field values. |
DatabaseBasicSyntaxTestCase::testLikeBackslash |
core/modules/simpletest/tests/database_test.test |
Test LIKE query containing a backslash. |
DatabaseBasicSyntaxTestCase::testLikeEscape |
core/modules/simpletest/tests/database_test.test |
Test escaping of LIKE wildcards. |
DatabaseCaseSensitivityTestCase::testCaseSensitiveInsert |
core/modules/simpletest/tests/database_test.test |
Test BINARY collation in MySQL. |
DatabaseCharsetConverter::convertAllDatabases |
core/includes/database/charset_converter.inc |
Convert the MySQL Backdrop databases character set and collation. |
DatabaseCharsetConverter::convertDatabase |
core/includes/database/charset_converter.inc |
Convert the database charset and collation, but not the tables within it. |