You are here

public function PhotosImageStorageInterface::clearRevisionsLanguage in Album Photos 6.0.x

Same name and namespace in other branches
  1. 8.5 src/PhotosImageStorageInterface.php \Drupal\photos\PhotosImageStorageInterface::clearRevisionsLanguage()

Unsets the language for all images with the given language.

Parameters

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

1 method overrides PhotosImageStorageInterface::clearRevisionsLanguage()
PhotosImageStorage::clearRevisionsLanguage in src/PhotosImageStorage.php
Unsets the language for all images with the given language.

File

src/PhotosImageStorageInterface.php, line 66

Class

PhotosImageStorageInterface
Defines an interface for photos image entity storage classes.

Namespace

Drupal\photos

Code

public function clearRevisionsLanguage(LanguageInterface $language);