Same name and namespace in other branches
  1. 8.9.x core/modules/migrate/src/Plugin/MigrateProcessInterface.php \Drupal\migrate\Plugin\MigrateProcessInterface::multiple()
  2. 9 core/modules/migrate/src/Plugin/MigrateProcessInterface.php \Drupal\migrate\Plugin\MigrateProcessInterface::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.

File

core/modules/migrate/src/Plugin/MigrateProcessInterface.php, line 53

Class

MigrateProcessInterface
An interface for migrate process plugins.

Namespace

Drupal\migrate\Plugin

Code

public function multiple();