public function SchemaGovernmentServiceBase::formKeys in Schema.org Metatag 7
The top level keys on this form.
File
- src/
SchemaGovernmentServiceBase.php, line 13
Class
- SchemaGovernmentServiceBase
- Schema.org GovernmentService items should extend this class.
Code
public function formKeys() {
return [
'pivot',
] + self::governmentServiceFormKeys();
}