Skip to content
Snippets Groups Projects
Commit 02ba883a authored by catch's avatar catch
Browse files

Issue #2688813 by sidharthap: Documentation for FieldPluginBase::addSelfTokens is missing "__"

parent 01adbc00
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -1680,8 +1680,7 @@ protected function getTokenValuesRecursive(array $array, array $parent_keys = ar
* fields as a list. For example, the field that displays all terms
* on a node might have tokens for the tid and the term.
*
* By convention, tokens should follow the format of {{ token
* subtoken }}
* By convention, tokens should follow the format of {{ token__subtoken }}
* where token is the field ID and subtoken is the field. If the
* field ID is terms, then the tokens might be {{ terms__tid }} and
* {{ terms__name }}.
......
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