You are here

constant FeaturesCommands::OPTIONS_COMPONENTS in Features 8.4

Same name and namespace in other branches
  1. 8.3 src/Commands/FeaturesCommands.php \Drupal\features\Commands\FeaturesCommands::OPTIONS_COMPONENTS

File

src/Commands/FeaturesCommands.php, line 31

Class

FeaturesCommands
Drush commands for Features.

Namespace

Drupal\features\Commands

Code

const OPTIONS_COMPONENTS = self::OPTIONS + [
  'exported' => NULL,
  'format' => 'table',
  'not-exported' => NULL,
];