You are here

protected property Migration::$template in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/migrate/src/Entity/Migration.php \Drupal\migrate\Entity\Migration::template

The ID of the template from which this migration was derived, if any.

Type: string|NULL

File

core/modules/migrate/src/Entity/Migration.php, line 232
Contains \Drupal\migrate\Entity\Migration.

Class

Migration
Defines the Migration entity.

Namespace

Drupal\migrate\Entity

Code

protected $template;