Devise\Pages\Interpreter\DeviseParser::hasDeviseTags PHP Method

hasDeviseTags() public method

Check the html to see if it has any devise tags in it
public hasDeviseTags ( string $html ) : boolean
$html string
return boolean
    public function hasDeviseTags($html)
    {
        return count($this->getDeviseTags($html)) > 0;
    }