Tasks.php

Namespace

Drupal\core_fake\Driver\Database\CoreFake\Install

File

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

View source
<?php

namespace Drupal\core_fake\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.