Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. PathAlias.php

function PathAlias::setAlias

Overrides PathAliasInterface::setAlias

1 call to PathAlias::setAlias()
PathAlias::preSave in core/modules/path_alias/src/Entity/PathAlias.php
Acts on an entity before the presave hook is invoked.

File

core/modules/path_alias/src/Entity/PathAlias.php, line 155

Class

PathAlias
Defines the path_alias entity class.

Namespace

Drupal\path_alias\Entity

Code

public function setAlias($alias) {
    $this->set('alias', $alias);
    return $this;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal