Frontend\Modules\Search\Ajax\Livesuggest::execute PHP Method

execute() public method

Execute the action
public execute ( )
    public function execute()
    {
        parent::execute();
        $this->validateForm();
        $this->display();
    }