You are here

7 calls to PluginBase::viewsTokenReplace() in Drupal 8

DisplayPluginBase::getMoreUrl in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Get the more URL for this view.
FieldPluginBase::renderAltered in core/modules/views/src/Plugin/views/field/FieldPluginBase.php
Render this field as user-defined altered text.
FieldPluginBase::renderAsLink in core/modules/views/src/Plugin/views/field/FieldPluginBase.php
Render this field as a link, with the info from a fieldset set by the user.
FieldPluginBase::renderText in core/modules/views/src/Plugin/views/field/FieldPluginBase.php
Performs an advanced text render for the item.
Links::getLinks in core/modules/views/src/Plugin/views/field/Links.php
Gets the list of links used by this field.
StylePluginBase::tokenizeValue in core/modules/views/src/Plugin/views/style/StylePluginBase.php
Take a value and apply token replacement logic to it.
TestPluginBase::viewsTokenReplace in core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php
Replaces Views' tokens in a given string. The resulting string will be sanitized with Xss::filterAdmin.