Same name and namespace in other branches
  1. 9 core/modules/migrate/src/Plugin/migrate/process/Get.php \Drupal\migrate\Plugin\migrate\process\Get::multiple()

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

core/modules/migrate/src/Plugin/migrate/process/Get.php, line 129

Class

Get
Gets the source value.

Namespace

Drupal\migrate\Plugin\migrate\process

Code

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