You are here

constant FeaturesManagerInterface::SYSTEM_SIMPLE_CONFIG in Features 8.4

Same name and namespace in other branches
  1. 8.3 src/FeaturesManagerInterface.php \Drupal\features\FeaturesManagerInterface::SYSTEM_SIMPLE_CONFIG

Simple configuration.

Core uses system.simple, but since we're using this key in configuration arrays we can't include a period.

See also

https://www.drupal.org/node/2297311

File

src/FeaturesManagerInterface.php, line 20

Class

FeaturesManagerInterface
Provides an interface for the FeaturesManager.

Namespace

Drupal\features

Code

const SYSTEM_SIMPLE_CONFIG = 'system_simple';