public function SupportTicketStorageInterface::countDefaultLanguageRevisions in Support Ticketing System 8
Counts the number of revisions in the default language.
Parameters
\Drupal\support_ticket\SupportTicketInterface: The support ticket entity.
Return value
int The number of revisions in the default language.
1 method overrides SupportTicketStorageInterface::countDefaultLanguageRevisions()
- SupportTicketStorage::countDefaultLanguageRevisions in modules/
support_ticket/ src/ SupportTicketStorage.php - Counts the number of revisions in the default language.
File
- modules/
support_ticket/ src/ SupportTicketStorageInterface.php, line 50 - Contains \Drupal\support_ticket\SupportTicketStorageInterface.
Class
- SupportTicketStorageInterface
- Defines an interface for support ticket entity storage classes.
Namespace
Drupal\support_ticketCode
public function countDefaultLanguageRevisions(SupportTicketInterface $support_ticket);