You are here

protected static property FormHelper::$allowedFormOperations in Simple XML sitemap 4.x

Same name and namespace in other branches
  1. 8.3 src/Form/FormHelper.php \Drupal\simple_sitemap\Form\FormHelper::allowedFormOperations
  2. 8.2 src/Form/FormHelper.php \Drupal\simple_sitemap\Form\FormHelper::allowedFormOperations

Type: array

File

src/Form/FormHelper.php, line 75

Class

FormHelper
Class FormHelper

Namespace

Drupal\simple_sitemap\Form

Code

protected static $allowedFormOperations = [
  'default',
  'edit',
  'add',
  'register',
];