function ThemeHooks::trustedCallbacks

Same name and namespace in other branches
  1. 11.x core/themes/admin/src/Hook/ThemeHooks.php \Drupal\admin\Hook\ThemeHooks::trustedCallbacks()

File

core/themes/admin/src/Hook/ThemeHooks.php, line 38

Class

ThemeHooks
Provides theme related hook implementations.

Namespace

Drupal\admin\Hook

Code

public static function trustedCallbacks() : array {
  return [
    'container',
    'managedFile',
    'messagePlaceholder',
    'operations',
    'textFormat',
    'verticalTabs',
  ];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.