You are here

public function Permissions::__construct in Search API Autocomplete 8

Constructs a Permissions object.

Parameters

\Drupal\Core\Entity\EntityStorageInterface $storage: The entity storage service.

File

src/Permissions.php, line 30

Class

Permissions
Provides permissions of the search_api_autocomplete module.

Namespace

Drupal\search_api_autocomplete

Code

public function __construct(EntityStorageInterface $storage) {
  $this->storage = $storage;
}