예제 #1
0
파일: MappingForm.php 프로젝트: Tawreh/mtg
 /**
  * Page title callback.
  */
 public function mappingTitle(FeedTypeInterface $feeds_feed_type)
 {
     return $this->t('Mappings @label', ['@label' => $feeds_feed_type->label()]);
 }