getDefaultOptions() protected method

Gets the default options.
protected getDefaultOptions ( ) : array
return array The default options.
 /**
  * {@inheritdoc}
  */
 protected function getDefaultOptions()
 {
     return ['html' => false] + parent::getDefaultOptions();
 }