Tasks.php

Namespace

Drupal\Core\Database\Driver\corefake\Install

File

core/tests/fixtures/database_drivers/core/corefake/Install/Tasks.php

View source
<?php

namespace Drupal\Core\Database\Driver\corefake\Install;

use Drupal\Core\Database\Install\Tasks as InstallTasks;
class Tasks extends InstallTasks {
  
  /**
   * {@inheritdoc}
   */
  public function name() {
    return 'corefake';
  }

}

Classes

Title Deprecated Summary
Tasks

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.