Esempio n. 1
0
 /**
  * {@inheritdoc}
  */
 public function get()
 {
     $this->definition['group_label'] = new TranslatableMarkup('Content', array(), array('context' => 'Entity type group'));
     return parent::get();
 }
 /**
  * {@inheritdoc}
  */
 public function get()
 {
     $this->definition['group_label'] = new TranslationWrapper('Configuration', array(), array('context' => 'Entity type group'));
     return parent::get();
 }