Esempio n. 1
0
 /**
  * Page title callback.
  */
 public function mappingTitle(FeedTypeInterface $feeds_feed_type)
 {
     return $this->t('Mappings @label', ['@label' => $feeds_feed_type->label()]);
 }