function FormBuilder::trustedCallbacks

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Form/FormBuilder.php \Drupal\Core\Form\FormBuilder::trustedCallbacks()

File

core/lib/Drupal/Core/Form/FormBuilder.php, line 1426

Class

FormBuilder
Provides form building and processing.

Namespace

Drupal\Core\Form

Code

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

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