You are here

protected property PartyDataBase::$entities in Party 8.2

An array of attatched entities, keyed by delta. This can contain a mix of stub entities (with the is_stub property set to TRUE), fully loaded entities and unsaved entities (with the is_new property set to TRUE).

Type: array

File

lib/Drupal/party/Plugin/PartyDataBase.php, line 42
Contains \Drupal\party\Plugin\PartyDataBase.

Class

PartyDataBase
Class PartyDataBase

Namespace

Drupal\party\Plugin

Code

protected $entities = array();