Nextras\Forms\Controls\Fragments\TemplateControlTrait::validateControl PHP Method

validateControl() public method

Deprecation:
public validateControl ( $snippet = NULL )
    function validateControl($snippet = NULL)
    {
        trigger_error(__METHOD__ . '() is deprecated; use $this->redrawControl($snippet, FALSE) instead.', E_USER_DEPRECATED);
        $this->redrawControl($snippet, FALSE);
    }