You are here

namespace Drupal\apigee_edge_teams\Entity\Form in Apigee Edge 8

Classsort descending Location Description
TeamAppCreateForm modules/apigee_edge_teams/src/Entity/Form/TeamAppCreateForm.php General form handler for the team app create.
TeamAppCreateFormBase modules/apigee_edge_teams/src/Entity/Form/TeamAppCreateFormBase.php Base form for team app create forms.
TeamAppCreateFormForTeam modules/apigee_edge_teams/src/Entity/Form/TeamAppCreateFormForTeam.php Team app create form for a team.
TeamAppDeleteForm modules/apigee_edge_teams/src/Entity/Form/TeamAppDeleteForm.php Dedicated form handler that allows a developer to delete a team app.
TeamAppEditForm modules/apigee_edge_teams/src/Entity/Form/TeamAppEditForm.php General form handler for the team app edit.
TeamAppFormTrait modules/apigee_edge_teams/src/Entity/Form/TeamAppFormTrait.php Helper trait that contains team app (create/edit) form specific tweaks.
TeamDeleteForm modules/apigee_edge_teams/src/Entity/Form/TeamDeleteForm.php General form handler for the team delete forms.
TeamForm modules/apigee_edge_teams/src/Entity/Form/TeamForm.php General form handler for the team create/edit forms.
TeamInvitationAcceptForm modules/apigee_edge_teams/src/Entity/Form/TeamInvitationAcceptForm.php Provides the accept form for team_invitation.
TeamInvitationDeclineForm modules/apigee_edge_teams/src/Entity/Form/TeamInvitationDeclineForm.php Provides the decline form for team_invitation.
TeamInvitationDeleteForm modules/apigee_edge_teams/src/Entity/Form/TeamInvitationDeleteForm.php Provides the delete form for team_invitation.
TeamInvitationFormBase modules/apigee_edge_teams/src/Entity/Form/TeamInvitationFormBase.php Provides a base class for updating status for a team_invitation.
TeamInvitationResendForm modules/apigee_edge_teams/src/Entity/Form/TeamInvitationResendForm.php Provides the resend form for team_invitation.