function MenuLinkTranslation::fields
Overrides MenuLink::fields
File
- 
              core/
modules/ menu_link_content/ src/ Plugin/ migrate/ source/ d6/ MenuLinkTranslation.php, line 78  
Class
- MenuLinkTranslation
 - Drupal 6 i18n menu link translations source from database.
 
Namespace
Drupal\menu_link_content\Plugin\migrate\source\d6Code
public function fields() {
  $fields = [
    'language' => $this->t('Language for this menu.'),
    'title_translated' => $this->t('Menu link title translation.'),
    'description_translated' => $this->t('Menu link description translation.'),
  ];
  return parent::fields() + $fields;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.