You are here

public function LocaleProjectStorageInterface::disableAll in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/locale/src/LocaleProjectStorageInterface.php \Drupal\locale\LocaleProjectStorageInterface::disableAll()

Mark all projects as disabled.

1 method overrides LocaleProjectStorageInterface::disableAll()
LocaleProjectStorage::disableAll in core/modules/locale/src/LocaleProjectStorage.php
Mark all projects as disabled.

File

core/modules/locale/src/LocaleProjectStorageInterface.php, line 87

Class

LocaleProjectStorageInterface
Defines the locale project storage interface.

Namespace

Drupal\locale

Code

public function disableAll();