public static function Rules::canExport in Hook Update Deploy Tools 8
Same name and namespace in other branches
- 7 src/Rules.php \HookUpdateDeployTools\Rules::canExport()
Checks to see if rules can be exported.
Return value
bool TRUE if enabled.
Overrides ExportInterface::canExport
File
- src/
Rules.php, line 129
Class
- Rules
- Public method for importing Rules.
Namespace
HookUpdateDeployToolsCode
public static function canExport() {
Check::canUse('rules');
return TRUE;
}