interface FieldableEdgeEntityFormInterface in Apigee Edge 8
Interface FieldableEdgeEntityFormInterface.
Based on ContentEntityFormInterface-
Hierarchy
- interface \Drupal\Core\Form\FormInterface
- interface \Drupal\Core\Form\BaseFormIdInterface
- interface \Drupal\Core\Entity\EntityFormInterface
- interface \Drupal\apigee_edge\Entity\Form\EdgeEntityFormInterface
- interface \Drupal\apigee_edge\Entity\Form\FieldableEdgeEntityFormInterface
- interface \Drupal\apigee_edge\Entity\Form\EdgeEntityFormInterface
- interface \Drupal\Core\Entity\EntityFormInterface
- interface \Drupal\Core\Form\BaseFormIdInterface
Expanded class hierarchy of FieldableEdgeEntityFormInterface
All classes that implement FieldableEdgeEntityFormInterface
See also
\Drupal\Core\Entity\ContentEntityFormInterface
File
- src/
Entity/ Form/ FieldableEdgeEntityFormInterface.php, line 33
Namespace
Drupal\apigee_edge\Entity\FormView source
interface FieldableEdgeEntityFormInterface extends EdgeEntityFormInterface {
/**
* Gets the form display.
*
* @param \Drupal\Core\Form\FormStateInterface $form_state
* The current state of the form.
*
* @return \Drupal\Core\Entity\Display\EntityFormDisplayInterface
* The current form display.
*/
public function getFormDisplay(FormStateInterface $form_state);
/**
* Sets the form display.
*
* Sets the form display which will be used for populating form element
* defaults.
*
* @param \Drupal\Core\Entity\Display\EntityFormDisplayInterface $form_display
* The form display that the current form operates with.
* @param \Drupal\Core\Form\FormStateInterface $form_state
* The current state of the form.
*
* @return $this
*/
public function setFormDisplay(EntityFormDisplayInterface $form_display, FormStateInterface $form_state);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
BaseFormIdInterface:: |
public | function | Returns a string identifying the base form. | 5 |
EntityFormInterface:: |
public | function | Builds an updated entity object based upon the submitted form values. | 1 |
EntityFormInterface:: |
public | function | Gets the form entity. | 1 |
EntityFormInterface:: |
public | function | Determines which entity will be used by this form from a RouteMatch object. | 1 |
EntityFormInterface:: |
public | function | Gets the operation identifying the form. | 1 |
EntityFormInterface:: |
public | function | Form submission handler for the 'save' action. | 1 |
EntityFormInterface:: |
public | function | Sets the form entity. | 1 |
EntityFormInterface:: |
public | function | Sets the entity manager for this form. | 1 |
EntityFormInterface:: |
public | function | Sets the entity type manager for this form. | 1 |
EntityFormInterface:: |
public | function | Sets the module handler for this form. | 1 |
EntityFormInterface:: |
public | function | Sets the operation for this form. | 1 |
EntityFormInterface:: |
public | function | Sets the string translation service for this form. | |
FieldableEdgeEntityFormInterface:: |
public | function | Gets the form display. | 1 |
FieldableEdgeEntityFormInterface:: |
public | function | Sets the form display. | 1 |
FormInterface:: |
public | function | Form constructor. | 179 |
FormInterface:: |
public | function | Returns a unique string identifying the form. | 236 |
FormInterface:: |
public | function | Form submission handler. | 192 |
FormInterface:: |
public | function | Form validation handler. | 30 |