Loading core/modules/migrate/src/Plugin/migrate/process/Explode.php +2 −2 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ * bar: * plugin: explode * source: foo * limit: 1 * limit: 2 * delimiter: / * @endcode * Loading @@ -58,7 +58,7 @@ * equivalent of this would be: * * @code * $bar = explode('/', $foo, 1); * $bar = explode('/', $foo, 2); * @endcode * * If the 'strict' configuration is set to FALSE, the input value is casted to a Loading Loading
core/modules/migrate/src/Plugin/migrate/process/Explode.php +2 −2 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ * bar: * plugin: explode * source: foo * limit: 1 * limit: 2 * delimiter: / * @endcode * Loading @@ -58,7 +58,7 @@ * equivalent of this would be: * * @code * $bar = explode('/', $foo, 1); * $bar = explode('/', $foo, 2); * @endcode * * If the 'strict' configuration is set to FALSE, the input value is casted to a Loading