Backend\Modules\Analytics\Form\SettingsStepType::handle PHP Method

handle() public method

public handle ( ) : boolean
return boolean
    public function handle();

Usage Example

Exemplo n.º 1
0
 /**
  * @return bool
  */
 public function handle()
 {
     if ($this->form instanceof Form) {
         return false;
     }
     return $this->form->handle();
 }
SettingsStepType