You are here

7 calls to PluginBase::viewsTokenReplace() in Zircon Profile 8.0

DisplayPluginBase::renderMoreLink in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Renders the 'more' link.
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/src/Tests/Plugin/PluginBaseTest.php
Replaces Views' tokens in a given string. The resulting string will be sanitized with Xss::filterAdmin.