function ContentExport::import in Content Export YAML 8
File
- src/
ContentExport.php, line 192
Class
- ContentExport
- Created by PhpStorm. User: USER Date: 11/13/18 Time: 2:04 PM
Namespace
Drupal\content_export_yamlCode
function import($id, $entity) {
return $this
->importEntity($id, $entity);
}