function Explode::multiple
Same name in other branches
- 9 core/modules/migrate/src/Plugin/migrate/process/Explode.php \Drupal\migrate\Plugin\migrate\process\Explode::multiple()
- 8.9.x core/modules/migrate/src/Plugin/migrate/process/Explode.php \Drupal\migrate\Plugin\migrate\process\Explode::multiple()
- 11.x core/modules/migrate/src/Plugin/migrate/process/Explode.php \Drupal\migrate\Plugin\migrate\process\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\processCode
public function multiple() {
return TRUE;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.