You are here

private property VariableGet::$defaults in Drupal 7 to 8/9 Module Upgrader 8

Default configuration values extracted from rewritten calls to variable_get().

Type: mixed[]

File

src/Plugin/DMU/Converter/Functions/VariableGet.php, line 26

Class

VariableGet
Plugin annotation @Converter( id = "variable_get", description = @Translation("Replaces variable_get() calls with Configuration API.") )

Namespace

Drupal\drupalmoduleupgrader\Plugin\DMU\Converter\Functions

Code

private $defaults = [];