<?php/** * @file * Contains \Drupal\Core\Form\BaseFormIdInterface. */namespaceDrupal\Core\Form;/** * Provides an interface for a Form that has a base form ID. *
* generate the name of hook_form_BASE_FORM_ID_alter(). */interfaceBaseFormIdInterfaceextendsFormInterface{/** * Returns a string identifying the base form. *