Example #1
0
 /**
  * {@inheritdoc}
  */
 public function toArray()
 {
     return ['mask' => $this->get('mask')] + parent::toArray();
 }
Example #2
0
 /**
  * @return array
  */
 public function toArray()
 {
     return ['editor_options' => $this->get('config', [])] + parent::toArray();
 }