You are here

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

Same name and namespace in other branches
  1. 7 src/ExportInterface.php \HookUpdateDeployTools\ExportInterface::canExport()

Verifies that that import can be used based on available module.

Return value

bool TRUE If the import can be run.

Throws

\Exception if it can not be run.

2 methods override ExportInterface::canExport()
PageManager::canExport in src/PageManager.php
Checks to see if Panels pages can be exported.
Rules::canExport in src/Rules.php
Checks to see if rules can be exported.

File

src/ExportInterface.php, line 35

Class

ExportInterface
iExport is the interface for all Hook Update Deploy Tools that export items.

Namespace

HookUpdateDeployTools

Code

public static function canExport();