You are here

protected property TermsMergedEvent::$sourceTerms in Term Merge 8

Array of terms. These terms are getting merged into $targetTerm.

Type: \Drupal\taxonomy\Entity\Term[]

File

src/TermsMergedEvent.php, line 18

Class

TermsMergedEvent
Event used to notify subscribers that terms were merged.

Namespace

Drupal\term_merge

Code

protected $sourceTerms;