You are here

public function SchemaInterface::getMetadata in Schemata 8

Retrieve the Schema metadata.

Return value

string[] The metadata values.

1 method overrides SchemaInterface::getMetadata()
Schema::getMetadata in src/Schema/Schema.php
Retrieve the Schema metadata.

File

src/Schema/SchemaInterface.php, line 55

Class

SchemaInterface
Requirements for a Schema to interact with Schema utilities and serializers.

Namespace

Drupal\schemata\Schema

Code

public function getMetadata();