You are here

public static function SchemaHasPartTrait::hasPartObjects in Schema.org Metatag 8

All object types.

Return value

array An array of all possible object types.

1 call to SchemaHasPartTrait::hasPartObjects()
SchemaHasPartTrait::hasPartForm in src/Plugin/metatag/Tag/SchemaHasPartTrait.php
Create the form element.

File

src/Plugin/metatag/Tag/SchemaHasPartTrait.php, line 145

Class

SchemaHasPartTrait
Schema.org HasPart trait.

Namespace

Drupal\schema_metatag\Plugin\metatag\Tag

Code

public static function hasPartObjects() {
  return [
    'Clip',
    'TVClip',
    'WebPageElement',
  ];
}