Tasks.php

Namespace

Drupal\corefake\Driver\Database\corefake\Install

File

core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefake/Install/Tasks.php

View source
<?php

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

use Drupal\Core\Database\Install\Tasks as InstallTasks;

/**
 * Specifies installation tasks for corefake.
 */
class Tasks extends InstallTasks {
  
  /**
   * {@inheritdoc}
   */
  public function name() {
    return 'corefake';
  }

}

Classes

Title Deprecated Summary
Tasks Specifies installation tasks for corefake.

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