You are here

protected property ConfigHandler::$stripConfigParams in Update helper 8

Same name and namespace in other branches
  1. 2.x src/ConfigHandler.php \Drupal\update_helper\ConfigHandler::stripConfigParams

List of configuration parameters that will be stripped out.

Type: array

File

src/ConfigHandler.php, line 77

Class

ConfigHandler
Configuration handler.

Namespace

Drupal\update_helper

Code

protected $stripConfigParams = [
  'dependencies',
];