public function RulesUiHandlerInterface::isEdited in Rules 8.3
Checks if the rule has been modified and is present in the storage.
Return value
bool TRUE if the rule has been modified, FALSE otherwise.
File
- src/
Ui/ RulesUiHandlerInterface.php, line 120
Class
- RulesUiHandlerInterface
- Interface for Rules UI handlers.
Namespace
Drupal\rules\UiCode
public function isEdited();