public static function ImportInterface::import in Hook Update Deploy Tools 8
Same name and namespace in other branches
- 7 src/ImportInterface.php \HookUpdateDeployTools\ImportInterface::import()
The import method performs the unique steps necessary to impor the item.
Parameters
string|array $import_items: The unique identifier(s) of the thing to import, usually the machine name or array of machine names.
4 methods override ImportInterface::import()
- Menus::import in src/
Menus.php - Imports menus using the menu_import module & template.
- PageManager::import in src/
PageManager.php - Imports Page Manager pages using the panels module & template.
- Redirects::import in src/
Redirects.php - Imports a set of redirects from an import csv file.
- Rules::import in src/
Rules.php - Imports rules using the rule_import module & template.
File
- src/
ImportInterface.php, line 20
Class
- ImportInterface
- iImport is the interface for all Hook Update Deploy Tools that import items.
Namespace
HookUpdateDeployToolsCode
public static function import($import_items);