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

isEmptyValidationEnabled() public method

Method that checks if empty element will warn on InstantArticleValidator.
See also: InstantArticleValidator
public isEmptyValidationEnabled ( ) : boolean
return boolean true for ignore, false otherwise.
    public function isEmptyValidationEnabled()
    {
        return $this->empty_validation;
    }