Tasks.php
Namespace
Drupal\Driver\Database\CoreFake\InstallFile
-
core/
tests/ fixtures/ database_drivers/ custom/ CoreFake/ Install/ Tasks.php
View source
<?php
namespace Drupal\Driver\Database\CoreFake\Install;
use Drupal\Core\Database\Driver\CoreFake\Install\Tasks as BaseInstallTasks;
/**
* The database installer structure for a custom database driver.
*/
class Tasks extends BaseInstallTasks {
}
Classes
| Title | Deprecated | Summary |
|---|---|---|
| Tasks | The database installer structure for a custom database driver. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.