You are here

public function SimpleMegaMenuStorageInterface::clearRevisionsLanguage in Simple Mega Menu 8

Same name and namespace in other branches
  1. 2.0.x src/SimpleMegaMenuStorageInterface.php \Drupal\simple_megamenu\SimpleMegaMenuStorageInterface::clearRevisionsLanguage()

Unsets the language for all Simple mega menu with the given language.

Parameters

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

1 method overrides SimpleMegaMenuStorageInterface::clearRevisionsLanguage()
SimpleMegaMenuStorage::clearRevisionsLanguage in src/SimpleMegaMenuStorage.php
Unsets the language for all Simple mega menu with the given language.

File

src/SimpleMegaMenuStorageInterface.php, line 59

Class

SimpleMegaMenuStorageInterface
Defines the storage handler class for Simple mega menu entities.

Namespace

Drupal\simple_megamenu

Code

public function clearRevisionsLanguage(LanguageInterface $language);