ClaroPreRender
class ClaroPreRender implements TrustedCallbackInterface (View source)
| internal |
Implements trusted prerender callbacks for the Claro theme.
Methods
Prerender callback for managed_file.
Prerender callback for Vertical Tabs element.
Prerender callback for the Operations element.
Prerender callback for container elements.
Prerender callback for text_format elements.
Prerender callback for status_messages placeholder.
Lists the trusted callbacks provided by the implementing class.
Details
static
managedFile($element)
Prerender callback for managed_file.
static
verticalTabs($element)
Prerender callback for Vertical Tabs element.
static
operations($element)
Prerender callback for the Operations element.
static array
container(array $element)
Prerender callback for container elements.
static
textFormat($element)
Prerender callback for text_format elements.
static array
messagePlaceholder(array $element)
Prerender callback for status_messages placeholder.
static string[]
trustedCallbacks()
Lists the trusted callbacks provided by the implementing class.
Trusted callbacks are public methods on the implementing class and can be invoked via \Drupal\Core\Security\DoTrustedCallbackTrait::doTrustedCallback().