public function ConfigActionsSourceInterface::isChanged in Config Actions 8
Return TRUE if the data has changed since the last load.
Return value
bool
1 method overrides ConfigActionsSourceInterface::isChanged()
- ConfigActionsSourceBase::isChanged in src/
ConfigActionsSourceBase.php - Return TRUE if the data has changed since the last load.
File
- src/
ConfigActionsSourceInterface.php, line 78
Class
- ConfigActionsSourceInterface
- Defines an interface for config actions plugins
Namespace
Drupal\config_actionsCode
public function isChanged();