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

Breadcrumb

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

function ProcessPluginBase::multiple

Overrides MigrateProcessInterface::multiple

3 methods override ProcessPluginBase::multiple()
Explode::multiple in core/modules/migrate/src/Plugin/migrate/process/Explode.php
Indicates whether the returned value requires multiple handling.
Get::multiple in core/modules/migrate/src/Plugin/migrate/process/Get.php
Indicates whether the returned value requires multiple handling.
SubProcess::multiple in core/modules/migrate/src/Plugin/migrate/process/SubProcess.php
Indicates whether the returned value requires multiple handling.

File

core/modules/migrate/src/ProcessPluginBase.php, line 59

Class

ProcessPluginBase
The base class for all migrate process plugins.

Namespace

Drupal\migrate

Code

public function multiple() {
    return FALSE;
}
RSS feed
Powered by Drupal