Facebook\InstantArticles\Elements\Element::isValid PHP Method

isValid() public method

Method that checks if the element is valid, not empty. If !valid() it wont be rendered.
public isValid ( ) : boolean
return boolean true for valid element, false otherwise.
    public function isValid()
    {
        return true;
    }