Search for tasks
- Search 9.5.x for tasks
- Search 8.9.x for tasks
- Search 10.3.x for tasks
- Search 11.x for tasks
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
blog_menu_local_tasks_alter | function | modules/ |
Implements hook_menu_local_tasks_alter(). |
DatabaseTasks | class | includes/ |
Database installer structure. |
DatabaseTasks::$results | property | includes/ |
Results from tasks. |
DatabaseTasks::$tasks | property | includes/ |
Structure that describes each task to run. |
DatabaseTasks::checkEngineVersion | function | includes/ |
Check the engine version. |
DatabaseTasks::connect | function | includes/ |
Check if we can connect to the database. |
DatabaseTasks::fail | function | includes/ |
Assert test as failed. |
DatabaseTasks::getFormOptions | function | includes/ |
Return driver specific configuration options. |
DatabaseTasks::hasPdoDriver | function | includes/ |
Ensure the PDO driver is supported by the version of PHP in use. |
DatabaseTasks::installable | function | includes/ |
Check whether Drupal is installable on the database. |
DatabaseTasks::minimumVersion | function | includes/ |
Return the minimum required version of the engine. |
DatabaseTasks::name | function | includes/ |
Return the human-readable name of the driver. |
DatabaseTasks::pass | function | includes/ |
Assert test as a pass. |
DatabaseTasks::runTasks | function | includes/ |
Run database tasks and tests to see if Drupal can run on the database. |
DatabaseTasks::runTestQuery | function | includes/ |
Run SQL tests to ensure the database can execute commands with the current user. |
DatabaseTasks::validateDatabaseSettings | function | includes/ |
Validates driver specific configuration settings. |
DatabaseTasks_mysql | class | includes/ |
Specifies installation tasks for MySQL and equivalent databases. |
DatabaseTasks_mysql::$pdoDriver | property | includes/ |
The PDO driver name for MySQL and equivalent databases. |
DatabaseTasks_mysql::minimumVersion | function | includes/ |
Returns the minimum version for MySQL. |
DatabaseTasks_mysql::name | function | includes/ |
Returns a human-readable name string for MySQL and equivalent databases. |
DatabaseTasks_pgsql | class | includes/ |
|
DatabaseTasks_pgsql::$pdoDriver | property | includes/ |
|
DatabaseTasks_pgsql::checkBinaryOutput | function | includes/ |
Check Binary Output. |
DatabaseTasks_pgsql::checkBinaryOutputSuccess | function | includes/ |
Verify that a binary data roundtrip returns the original string. |
DatabaseTasks_pgsql::checkEncoding | function | includes/ |
Check encoding is UTF8. |
DatabaseTasks_pgsql::checkPHPVersion | function | includes/ |
Check PHP version. |
DatabaseTasks_pgsql::initializeDatabase | function | includes/ |
Make PostgreSQL Drupal friendly. |
DatabaseTasks_pgsql::minimumVersion | function | includes/ |
Return the minimum required version of the engine. |
DatabaseTasks_pgsql::name | function | includes/ |
Return the human-readable name of the driver. |
DatabaseTasks_pgsql::__construct | function | includes/ |
|
DatabaseTasks_sqlite | class | includes/ |
@file SQLite specific install functions |
DatabaseTasks_sqlite::$pdoDriver | property | includes/ |
|
DatabaseTasks_sqlite::getFormOptions | function | includes/ |
Return driver specific configuration options. |
DatabaseTasks_sqlite::minimumVersion | function | includes/ |
Minimum engine version. |
DatabaseTasks_sqlite::name | function | includes/ |
Return the human-readable name of the driver. |
DatabaseTasks_sqlite::validateDatabaseSettings | function | includes/ |
Validates driver specific configuration settings. |
db_run_tasks | function | includes/ |
Ensures the environment for a Drupal database on a predefined connection. |
example_profile_tasks | function | external_documentation/ |
Perform any final installation tasks for this profile. |
forum_menu_local_tasks_alter | function | modules/ |
Implements hook_menu_local_tasks_alter(). |
hook_install_tasks | function | modules/ |
Return an array of tasks to be performed by an installation profile. |
hook_install_tasks_alter | function | modules/ |
Alter the full list of installation tasks. |
hook_menu_local_tasks_alter | function | modules/ |
Alter tabs and actions displayed on the page before they are rendered. |
install_run_tasks | function | includes/ |
Runs all tasks for the current installation request. |
install_tasks | function | includes/ |
Returns a list of all tasks the installer currently knows about. |
install_tasks_to_display | function | includes/ |
Returns a list of tasks that should be displayed to the end user. |
install_tasks_to_perform | function | includes/ |
Returns a list of tasks to perform during the current installation request. |
menu_local_tasks | function | includes/ |
Collects the local tasks (tabs), action links, and the root path. |
menu_primary_local_tasks | function | includes/ |
Returns the rendered local tasks at the top level. |
menu_secondary_local_tasks | function | includes/ |
Returns the rendered local tasks at the second level. |
ModuleUpdater::postInstallTasks | function | modules/ |
Returns a list of post install actions. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.