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

Breadcrumb

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

function Explode::multiple

Overrides ProcessPluginBase::multiple

File

core/modules/migrate/src/Plugin/migrate/process/Explode.php, line 126

Class

Explode
Splits the source string into an array of strings, using a delimiter.

Namespace

Drupal\migrate\Plugin\migrate\process

Code

public function multiple() {
    return TRUE;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal