You are here

protected property StrReplace::$multiple in Migrate Plus 8.4

Same name and namespace in other branches
  1. 8.5 src/Plugin/migrate/process/StrReplace.php \Drupal\migrate_plus\Plugin\migrate\process\StrReplace::multiple

Flag indicating whether there are multiple values.

Type: bool

File

src/Plugin/migrate/process/StrReplace.php, line 79

Class

StrReplace
Uses the str_replace() method on a source string.

Namespace

Drupal\migrate_plus\Plugin\migrate\process

Code

protected $multiple;