Skip to content
Snippets Groups Projects
Commit c46c8680 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

parent 65f070f4
No related branches found
No related tags found
No related merge requests found
......@@ -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
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment