You are here

public function MigrateProcessInterface::multiple in Drupal 10

Same name and namespace in other branches
  1. 8 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.

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\Plugin

Code

public function multiple();