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_autocompleteCode
public function __construct(EntityStorageInterface $storage) {
$this->storage = $storage;
}