Defines a common interface for entity form controller classes.
Expanded class hierarchy of EntityFormControllerInterface
All classes that implement EntityFormControllerInterface
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
BaseFormIdInterface:: |
public | function | Returns a string identifying the base form. | 1 |
EntityFormControllerInterface:: |
public | function | Builds an updated entity object based upon the submitted form values. | 1 |
EntityFormControllerInterface:: |
public | function | Returns the form entity. | 1 |
EntityFormControllerInterface:: |
public | function | Returns the form display. | 1 |
EntityFormControllerInterface:: |
public | function | Returns the code identifying the active form language. | 1 |
EntityFormControllerInterface:: |
public | function | Returns the operation identifying the form controller. | 1 |
EntityFormControllerInterface:: |
public | function | Checks whether the current form language matches the entity one. | 1 |
EntityFormControllerInterface:: |
public | function | Sets the form entity. | 1 |
EntityFormControllerInterface:: |
public | function | Sets the form display. | 1 |
EntityFormControllerInterface:: |
public | function | Updates the form's entity by processing this submission's values. | 1 |
EntityFormControllerInterface:: |
public | function | Validates the submitted form values of the entity form. | 1 |
FormInterface:: |
public | function | Form constructor. | 36 |
FormInterface:: |
public | function | Returns a unique string identifying the form. | 90 |
FormInterface:: |
public | function | Form submission handler. | 55 |
FormInterface:: |
public | function | Form validation handler. | 27 |