You are here

public function TermsMergedEvent::getSourceTerms in Term Merge 8

Retrieve the terms that are being merged into the target term.

Return value

array An array of terms to merge.

File

src/TermsMergedEvent.php, line 46

Class

TermsMergedEvent
Event used to notify subscribers that terms were merged.

Namespace

Drupal\term_merge

Code

public function getSourceTerms() {
  return $this->sourceTerms;
}