You are here

public function PathautoAdminDelete::__construct in Pathauto 8

Constructs a PathautoAdminDelete object.

Parameters

\Drupal\pathauto\AliasStorageHelperInterface $alias_storage_helper: Provides helper methods for accessing alias storage.

\Drupal\pathauto\AliasTypeManager $alias_type_manager: The alias type manager.

File

src/Form/PathautoAdminDelete.php, line 38

Class

PathautoAdminDelete
Alias mass delete form.

Namespace

Drupal\pathauto\Form

Code

public function __construct(AliasStorageHelperInterface $alias_storage_helper, AliasTypeManager $alias_type_manager) {
  $this->aliasStorageHelper = $alias_storage_helper;
  $this->aliasTypeManager = $alias_type_manager;
}