You are here

public static function Rules::canExport in Hook Update Deploy Tools 8

Same name and namespace in other branches
  1. 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

HookUpdateDeployTools

Code

public static function canExport() {
  Check::canUse('rules');
  return TRUE;
}