Issue #3185528: "Callback" process plugin has removed method in the plugin description

merge-requests/129/head
Matroskeen 2020-12-11 09:34:50 +00:00 committed by alexpott
parent 65f070f4db
commit c46c86801d
1 changed files with 2 additions and 2 deletions

View File

@ -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
* *