You are here

protected property PreExistingConfigException::$extension in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Config/PreExistingConfigException.php \Drupal\Core\Config\PreExistingConfigException::extension

The name of the module that is being installed.

Type: string

File

core/lib/Drupal/Core/Config/PreExistingConfigException.php, line 29
Contains \Drupal\Core\Config\PreExistingConfigException.

Class

PreExistingConfigException
An exception thrown if configuration with the same name already exists.

Namespace

Drupal\Core\Config

Code

protected $extension;