getDefaultHandler() protected method

Returns the command handler to use if none is set.
protected getDefaultHandler ( ) : object
return object The default command handler.
Example #1
0
 /**
  * {@inheritdoc}
  */
 protected function getDefaultHandler()
 {
     return $this->applicationConfig ? $this->applicationConfig->getHandler() : parent::getDefaultHandler();
 }