You are here

public function SupportTicketStorageInterface::clearRevisionsLanguage in Support Ticketing System 8

Unsets the language for all support tickets with the given language.

Parameters

\Drupal\Core\Language\LanguageInterface $language: The language object.

1 method overrides SupportTicketStorageInterface::clearRevisionsLanguage()
SupportTicketStorage::clearRevisionsLanguage in modules/support_ticket/src/SupportTicketStorage.php
Unsets the language for all support tickets with the given language.

File

modules/support_ticket/src/SupportTicketStorageInterface.php, line 71
Contains \Drupal\support_ticket\SupportTicketStorageInterface.

Class

SupportTicketStorageInterface
Defines an interface for support ticket entity storage classes.

Namespace

Drupal\support_ticket

Code

public function clearRevisionsLanguage(LanguageInterface $language);