protected property ImportEvent::$entities in Default Content for D8 8
Same name and namespace in other branches
- 2.0.x src/Event/ImportEvent.php \Drupal\default_content\Event\ImportEvent::entities
An array of content entities that were imported.
Type: \Drupal\Core\Entity\ContentEntityInterface[]
File
- src/
Event/ ImportEvent.php, line 19
Class
- ImportEvent
- Defines event fired when content is imported.
Namespace
Drupal\default_content\EventCode
protected $entities;