You are here

public function ScheduleStorageInterface::clearRevisionsLanguage in Business Rules 8

Same name and namespace in other branches
  1. 2.x src/ScheduleStorageInterface.php \Drupal\business_rules\ScheduleStorageInterface::clearRevisionsLanguage()

Unsets the language for all Schedule with the given language.

Parameters

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

1 method overrides ScheduleStorageInterface::clearRevisionsLanguage()
ScheduleStorage::clearRevisionsLanguage in src/ScheduleStorage.php
Unsets the language for all Schedule with the given language.

File

src/ScheduleStorageInterface.php, line 59

Class

ScheduleStorageInterface
Defines the storage handler class for Schedule entities.

Namespace

Drupal\business_rules

Code

public function clearRevisionsLanguage(LanguageInterface $language);