You are here

public function HomeboxLayoutStorageInterface::clearRevisionsLanguage in Homebox 8

Unsets the language for all Homebox Layout with the given language.

Parameters

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

1 method overrides HomeboxLayoutStorageInterface::clearRevisionsLanguage()
HomeboxLayoutStorage::clearRevisionsLanguage in src/HomeboxLayoutStorage.php
Unsets the language for all Homebox Layout with the given language.

File

src/HomeboxLayoutStorageInterface.php, line 59

Class

HomeboxLayoutStorageInterface
Defines the storage handler class for Homebox Layout entities.

Namespace

Drupal\homebox

Code

public function clearRevisionsLanguage(LanguageInterface $language);