function MigrateProcessInterface::multiple
Same name in other branches
- 9 core/modules/migrate/src/Plugin/MigrateProcessInterface.php \Drupal\migrate\Plugin\MigrateProcessInterface::multiple()
- 8.9.x core/modules/migrate/src/Plugin/MigrateProcessInterface.php \Drupal\migrate\Plugin\MigrateProcessInterface::multiple()
- 11.x 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.
1 method overrides MigrateProcessInterface::multiple()
- ProcessPluginBase::multiple in core/
modules/ migrate/ src/ ProcessPluginBase.php - Indicates whether the returned value requires multiple handling.
File
-
core/
modules/ migrate/ src/ Plugin/ MigrateProcessInterface.php, line 53
Class
- MigrateProcessInterface
- An interface for migrate process plugins.
Namespace
Drupal\migrate\PluginCode
public function multiple();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.