protected function SchemaNameBase::visibilitySelector in Schema.org Metatag 7
The #states visibility selector for this element.
27 calls to SchemaNameBase::visibilitySelector()
- SchemaActionBase::getForm in src/
SchemaActionBase.php - Build the form for this meta tag.
- SchemaAddressBase::getForm in src/
SchemaAddressBase.php - Build the form for this meta tag.
- SchemaAnswerBase::getForm in src/
SchemaAnswerBase.php - Build the form for this meta tag.
- SchemaBrandBase::getForm in src/
SchemaBrandBase.php - Build the form for this meta tag.
- SchemaContactPointBase::getForm in src/
SchemaContactPointBase.php - Build the form for this meta tag.
File
- src/
SchemaNameBase.php, line 84
Class
- SchemaNameBase
- All Schema.org tags should extend this class.
Code
protected function visibilitySelector() {
return 'metatags[und][' . $this->info['name'] . '][value]';
}