ReorderDisplays::getFormKey

public ReorderDisplays::getFormKey()

Returns the key that represents this form.

Return value

string The form key used in the URL, e.g., the string 'add-handler' in 'admin/structure/views/%/add-handler/%/%/%'.

Overrides ViewsFormInterface::getFormKey

File

core/modules/views_ui/src/Form/Ajax/ReorderDisplays.php, line 17

Class

ReorderDisplays
Displays the display reorder form.

Namespace

Drupal\views_ui\Form\Ajax

Code

public function getFormKey() {
  return 'reorder-displays';
}
doc_Drupal
2016-10-29 09:37:43
Comments
Leave a Comment

Please login to continue.