Unverified Commit f0bc5dee authored by Ivan Doroshenko's avatar Ivan Doroshenko Committed by Alex Pott
Browse files

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

(cherry picked from commit c46c8680)
parent 3e967309
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
 * process:
 *   destination_field:
 *     plugin: callback
 *     callable: strtolower
 *     callable: mb_strtolower
 *     source: source_field
 * @endcode
 *
@@ -34,7 +34,7 @@
 *     plugin: callback
 *     callable:
 *       - '\Drupal\Component\Utility\Unicode'
 *       - strtolower
 *       - ucfirst
 *     source: source_field
 * @endcode
 *