コード例 #1
0
ファイル: ContentEntityType.php プロジェクト: ddrozdik/dmaps
 /**
  * {@inheritdoc}
  */
 public function get()
 {
     $this->definition['group_label'] = new TranslatableMarkup('Content', array(), array('context' => 'Entity type group'));
     return parent::get();
 }
コード例 #2
0
 /**
  * {@inheritdoc}
  */
 public function get()
 {
     $this->definition['group_label'] = new TranslationWrapper('Configuration', array(), array('context' => 'Entity type group'));
     return parent::get();
 }