#2546210: Views subtokens are broken since the introduction of inline templates for replacements accidentally messed up the docs \Drupal\views\Plugin\views\field\FieldPluginBase::addSelfTokens.

{{ token
   * subtoken }}

should be

{{ token__subtoken }}
CommentFileSizeAuthor
#3 2688813-3.patch870 bytessidharthap
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mikeker created an issue. See original summary.

sourabh.singhal’s picture

Assigned: Unassigned » sourabh.singhal
sidharthap’s picture

Status: Active » Needs review
FileSize
870 bytes
jhodgdon’s picture

Version: 8.1.x-dev » 8.2.x-dev
Status: Needs review » Reviewed & tested by the community

Thanks! Doh.

This should be committed to all 3 8.x branches, and will probably apply to all of them.

  • catch committed 02ba883 on 8.2.x
    Issue #2688813 by sidharthap: Documentation for FieldPluginBase::...

  • catch committed d618616 on 8.1.x
    Issue #2688813 by sidharthap: Documentation for FieldPluginBase::...

  • catch committed ee2e3cb on 8.0.x
    Issue #2688813 by sidharthap: Documentation for FieldPluginBase::...
catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed/pushed to all three 8.x branches, thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.