public static function ExportInterface::canExport in Hook Update Deploy Tools 7
Same name and namespace in other branches
- 8 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.
4 methods override ExportInterface::canExport()
- Nodes::canExport in src/
Nodes.php - Checks to see if nodes can be exported.
- 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.
- Terms::canExport in src/
Terms.php - Checks to see if Terms 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
HookUpdateDeployToolsCode
public static function canExport();