From 02ba883a110fabab98f67187b98678a7f3084393 Mon Sep 17 00:00:00 2001 From: Nathaniel Catchpole Date: Fri, 18 Mar 2016 16:15:49 +0900 Subject: [PATCH] Issue #2688813 by sidharthap: Documentation for FieldPluginBase::addSelfTokens is missing "__" --- core/modules/views/src/Plugin/views/field/FieldPluginBase.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/modules/views/src/Plugin/views/field/FieldPluginBase.php b/core/modules/views/src/Plugin/views/field/FieldPluginBase.php index 6c8ada15cfa..8b546329ab7 100644 --- a/core/modules/views/src/Plugin/views/field/FieldPluginBase.php +++ b/core/modules/views/src/Plugin/views/field/FieldPluginBase.php @@ -1680,8 +1680,7 @@ abstract class FieldPluginBase extends HandlerBase implements FieldHandlerInterf * 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 }}.