Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. MigrateProcessInterface.php

function 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();
RSS feed
Powered by Drupal