You are here

public function GatherContentReferenceRevision::multiple in GatherContent 8.5

Indicates whether the returned value requires multiple handling.

Return value

bool TRUE when the returned value contains a list of values to be processed. For example, when the 'source' property is a string and the value found is an array.

Overrides ProcessPluginBase::multiple

File

src/Plugin/migrate/process/GatherContentReferenceRevision.php, line 47

Class

GatherContentReferenceRevision
Perform custom value transformation.

Namespace

Drupal\gathercontent\Plugin\migrate\process

Code

public function multiple() {
  return TRUE;
}