You are here

interface EdgeEntityFormInterface in Apigee Edge 8

Defines a common interface for Apigee Edge entity form classes.

Hierarchy

Expanded class hierarchy of EdgeEntityFormInterface

All classes that implement EdgeEntityFormInterface

1 file declares its use of EdgeEntityFormInterface
TeamForm.php in modules/apigee_edge_teams/src/Entity/Form/TeamForm.php

File

src/Entity/Form/EdgeEntityFormInterface.php, line 27

Namespace

Drupal\apigee_edge\Entity\Form
View source
interface EdgeEntityFormInterface extends EntityFormInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
BaseFormIdInterface::getBaseFormId public function Returns a string identifying the base form. 5
EntityFormInterface::buildEntity public function Builds an updated entity object based upon the submitted form values. 1
EntityFormInterface::getEntity public function Gets the form entity. 1
EntityFormInterface::getEntityFromRouteMatch public function Determines which entity will be used by this form from a RouteMatch object. 1
EntityFormInterface::getOperation public function Gets the operation identifying the form. 1
EntityFormInterface::save public function Form submission handler for the 'save' action. 1
EntityFormInterface::setEntity public function Sets the form entity. 1
EntityFormInterface::setEntityManager Deprecated public function Sets the entity manager for this form. 1
EntityFormInterface::setEntityTypeManager public function Sets the entity type manager for this form. 1
EntityFormInterface::setModuleHandler public function Sets the module handler for this form. 1
EntityFormInterface::setOperation public function Sets the operation for this form. 1
EntityFormInterface::setStringTranslation public function Sets the string translation service for this form.
FormInterface::buildForm public function Form constructor. 179
FormInterface::getFormId public function Returns a unique string identifying the form. 236
FormInterface::submitForm public function Form submission handler. 192
FormInterface::validateForm public function Form validation handler. 30