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

Breadcrumb

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

function EntityViewController::trustedCallbacks

Overrides TrustedCallbackInterface::trustedCallbacks

File

core/lib/Drupal/Core/Entity/Controller/EntityViewController.php, line 170

Class

EntityViewController
Defines a generic controller to render a single entity.

Namespace

Drupal\Core\Entity\Controller

Code

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

API Navigation

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