You are here

namespace Drupal\support_ticket in Support Ticketing System 8

Classsort descending Location Description
SupportTicketAccessControlHandler modules/support_ticket/src/SupportTicketAccessControlHandler.php Defines the access control handler for the support_ticket entity type.
SupportTicketForm modules/support_ticket/src/SupportTicketForm.php Form controller for the support ticket edit forms.
SupportTicketInterface modules/support_ticket/src/SupportTicketInterface.php Provides an interface defining a support ticket entity.
SupportTicketListBuilder modules/support_ticket/src/SupportTicketListBuilder.php Defines a class to build a listing of support ticket entities.
SupportTicketPermissions modules/support_ticket/src/SupportTicketPermissions.php Defines a class containing permission callbacks.
SupportTicketStorage modules/support_ticket/src/SupportTicketStorage.php Defines the controller class for support tickets.
SupportTicketStorageInterface modules/support_ticket/src/SupportTicketStorageInterface.php Defines an interface for support ticket entity storage classes.
SupportTicketStorageSchema modules/support_ticket/src/SupportTicketStorageSchema.php Defines the support schema handler.
SupportTicketTypeAccessControlHandler modules/support_ticket/src/SupportTicketTypeAccessControlHandler.php Defines the access control handler for the support ticket type entity type.
SupportTicketTypeForm modules/support_ticket/src/SupportTicketTypeForm.php Form controller for support ticket type forms.
SupportTicketTypeInterface modules/support_ticket/src/SupportTicketTypeInterface.php Provides an interface defining a support ticket type entity.
SupportTicketTypeListBuilder modules/support_ticket/src/SupportTicketTypeListBuilder.php Defines a class to build a listing of support ticket type entities.
SupportTicketViewBuilder modules/support_ticket/src/SupportTicketViewBuilder.php Render controller for support tickets.
SupportTicketViewsData modules/support_ticket/src/SupportTicketViewsData.php Provides the views data for the support ticket entity type.