Issue #3185528: "Callback" process plugin has removed method in the plugin description
parent
65f070f4db
commit
c46c86801d
|
@ -22,7 +22,7 @@ use Drupal\migrate\Row;
|
||||||
* process:
|
* process:
|
||||||
* destination_field:
|
* destination_field:
|
||||||
* plugin: callback
|
* plugin: callback
|
||||||
* callable: strtolower
|
* callable: mb_strtolower
|
||||||
* source: source_field
|
* source: source_field
|
||||||
* @endcode
|
* @endcode
|
||||||
*
|
*
|
||||||
|
@ -34,7 +34,7 @@ use Drupal\migrate\Row;
|
||||||
* plugin: callback
|
* plugin: callback
|
||||||
* callable:
|
* callable:
|
||||||
* - '\Drupal\Component\Utility\Unicode'
|
* - '\Drupal\Component\Utility\Unicode'
|
||||||
* - strtolower
|
* - ucfirst
|
||||||
* source: source_field
|
* source: source_field
|
||||||
* @endcode
|
* @endcode
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue