public function FieldMappings::getRegions in Schema.org configuration tool (RDF UI) 8
1 call to FieldMappings::getRegions()
- FieldMappings::buildForm in src/
Form/ FieldMappings.php - Form constructor.
File
- src/
Form/ FieldMappings.php, line 149
Class
- FieldMappings
- RDF UI Field Mapping form.
Namespace
Drupal\rdfui\FormCode
public function getRegions() {
return array(
'content' => array(
'title' => $this
->t('Content'),
'invisible' => TRUE,
),
);
}