public static function ExportInterface::export in Hook Update Deploy Tools 8
Same name and namespace in other branches
- 7 src/ExportInterface.php \HookUpdateDeployTools\ExportInterface::export()
Exports the exportable type to a text file.
Parameters
string $export_item: The unique identifier of the thing to export, usually the machine name.
Return value
string A string showing the full uri of the exported item, or a failure message.
Throws
\Exception if it fails.
2 methods override ExportInterface::export()
- PageManager::export in src/
PageManager.php - Exports a single PageManager page (typically called from Drush).
- Rules::export in src/
Rules.php - Exports a single Rule when called (typically called from Drush).
File
- src/
ExportInterface.php, line 24
Class
- ExportInterface
- iExport is the interface for all Hook Update Deploy Tools that export items.
Namespace
HookUpdateDeployToolsCode
public static function export($export_item);