function UrlAlias::fields
Overrides UrlAliasBase::fields
File
- 
              core/modules/ path/ src/ Plugin/ migrate/ source/ d7/ UrlAlias.php, line 25 
Class
- UrlAlias
- Drupal 7 URL aliases source from database.
Namespace
Drupal\path\Plugin\migrate\source\d7Code
public function fields() {
  $fields = parent::fields();
  $fields['source'] = $this->t('The internal system path.');
  $fields['alias'] = $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.
