You are here

protected property EntityConflictDiscoveryEvent::$conflicts in Conflict 8.2

An array containing the conflicting properties.

The keys are the property names and the values the respective conflict type.

Type: array

File

src/Event/EntityConflictDiscoveryEvent.php, line 49

Class

EntityConflictDiscoveryEvent

Namespace

Drupal\conflict\Event

Code

protected $conflicts = [];