function UrlAlias::fields

Overrides UrlAliasBase::fields

File

core/modules/path/src/Plugin/migrate/source/d6/UrlAlias.php, line 25

Class

UrlAlias
Drupal 6 URL aliases source from database.

Namespace

Drupal\path\Plugin\migrate\source\d6

Code

public function fields() {
  $fields = parent::fields();
  $fields['src'] = $this->t('The internal system path.');
  $fields['dst'] = $this->t('The path alias.');
  return $fields;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.