You are here

protected function RoboFile::getPanopolyFeaturesNames in Panopoly 7

Gets a list of pretty names for the panopoly_* features.

Return value

string[] The human-readable names of the panpoly_* features, keyed by their machine name.

2 calls to RoboFile::getPanopolyFeaturesNames()
RoboFile::releaseCreate in ./RoboFile.php
Release Stage 1: results in local tag and commit for the new version.
RoboFile::subtreeSplit in ./RoboFile.php
Does a subtree-split into the individual panopoly_* features' manyrepos.

File

./RoboFile.php, line 211

Class

RoboFile
This is project's console commands configuration for Robo task runner.

Code

protected function getPanopolyFeaturesNames() {
  return $this->PANOPOLY_FEATURES;
}