next_for_drupal_pantheon-1.0.x-dev/src/PantheonNextInstallerInterface.php
src/PantheonNextInstallerInterface.php
<?php
namespace Drupal\next_for_drupal_pantheon;
/**
* Interface for the pantheon next installer.
*/
interface PantheonNextInstallerInterface {
/**
* Runs installer tasks.
*/
public function run();
}
