You are here

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_yaml

Code

function import($id, $entity) {
  return $this
    ->importEntity($id, $entity);
}