You are here

public static function PollPostRenderCache::trustedCallbacks in Poll 8

@inheritDoc

Overrides TrustedCallbackInterface::trustedCallbacks

File

src/PollPostRenderCache.php, line 33

Class

PollPostRenderCache
Defines a service for poll post render cache callbacks.

Namespace

Drupal\poll

Code

public static function trustedCallbacks() {
  return [
    'renderViewForm',
  ];
}