public function ConfigRevertInterface::getFromActive in Configuration Update Manager 8
Gets the current active value of configuration.
Parameters
string $type: The type of configuration. Or pass '' to indicate that $name is the full name.
string $name: The name of the config item, without the prefix.
Return value
array The configuration value, or FALSE if it is not found.
1 method overrides ConfigRevertInterface::getFromActive()
- ConfigReverter::getFromActive in src/
ConfigReverter.php - Gets the current active value of configuration.
File
- src/
ConfigRevertInterface.php, line 77
Class
- ConfigRevertInterface
- Defines an interface for config import and revert operations.
Namespace
Drupal\config_updateCode
public function getFromActive($type, $name);