Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
e05ae293
Commit
e05ae293
authored
Feb 13, 2017
by
Nathaniel Catchpole
Browse files
Issue
#2852182
by xjm: Fix list indentation in recently committed committed Migrate documentation
parent
39014648
Changes
3
Hide whitespace changes
Inline
Side-by-side
core/modules/migrate/src/Plugin/migrate/process/Callback.php
View file @
e05ae293
...
...
@@ -14,7 +14,7 @@
* argument. No additional arguments can be passed to the callback.
*
* Available configuration keys:
*
- callable: The name of the callable method.
* - callable: The name of the callable method.
*
* Examples:
*
...
...
core/modules/migrate/src/Plugin/migrate/process/Concat.php
View file @
e05ae293
...
...
@@ -14,8 +14,8 @@
* set of strings into a single string.
*
* Available configuration keys:
*
- delimiter: (optional) A delimiter, or glue string, to insert between the
*
strings.
* - delimiter: (optional) A delimiter, or glue string, to insert between the
* strings.
*
* Examples:
*
...
...
core/modules/migrate/src/Plugin/migrate/process/SkipRowIfNotSet.php
View file @
e05ae293
...
...
@@ -15,7 +15,7 @@
* is thrown.
*
* Available configuration keys:
*
- index: The source property to check for.
* - index: The source property to check for.
*
* Example:
*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment