Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Element.php

function Element::trustedCallbacks

Overrides TrustedCallbackInterface::trustedCallbacks

File

core/modules/editor/src/Element.php, line 36

Class

Element
Defines a service for Text Editor's render elements.

Namespace

Drupal\editor

Code

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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal