public function ConfigActionsId::init in Config Actions 8
File
- src/
Plugin/ ConfigActionsSource/ ConfigActionsId.php, line 144
Class
- ConfigActionsId
- Plugin for config id from the active store.
Namespace
Drupal\config_actions\Plugin\ConfigActionsSourceCode
public function init($source, $base = '') {
// If we are just starting, or loading a new source, clear the item cache.
if ($source != $this->sourceId) {
unset($this->configItem);
}
parent::init($source, $base);
}