DeleteForm::__construct

public DeleteForm::__construct(AliasStorageInterface $alias_storage)

Constructs a \Drupal\path\Form\DeleteForm object.

Parameters

\Drupal\Core\Path\AliasStorageInterface $alias_storage: The alias storage service.

File

core/modules/path/src/Form/DeleteForm.php, line 36

Class

DeleteForm
Builds the form to delete a path alias.

Namespace

Drupal\path\Form

Code

public function __construct(AliasStorageInterface $alias_storage) {
  $this->aliasStorage = $alias_storage;
}
doc_Drupal
2016-10-29 09:02:10
Comments
Leave a Comment

Please login to continue.