TransactionDeleteForm |
src/Form/TransactionDeleteForm.php |
Provides a form for deleting a transaction. |
TransactionExecuteForm |
src/Form/TransactionExecuteForm.php |
Provides a form for transaction execution. |
TransactionForm |
src/Form/TransactionForm.php |
Form controller for the transaction entity. |
TransactionOperationForm |
src/Form/TransactionOperationForm.php |
Builds the form to add or edit a transaction operation. |
TransactionTypeAddForm |
src/Form/TransactionTypeAddForm.php |
Builds the form to create a transaction type. |
TransactionTypeCreationForm |
src/Form/TransactionTypeCreationForm.php |
Provides the transaction type creation form. |
TransactionTypeDeleteForm |
src/Form/TransactionTypeDeleteForm.php |
Builds the form to delete transaction type entities. |
TransactionTypeEditForm |
src/Form/TransactionTypeEditForm.php |
Builds the form to edit a transaction type. |
TransactionTypeFormBase |
src/Form/TransactionTypeFormBase.php |
Base form for transaction type forms. |