You are here

public function GatherContentSubProcess::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 SubProcess::multiple

File

src/Plugin/migrate/process/GatherContentSubProcess.php, line 182

Class

GatherContentSubProcess
Perform custom value transformation.

Namespace

Drupal\gathercontent\Plugin\migrate\process

Code

public function multiple() {
  return TRUE;
}