You are here

public function Schema::getMetadata in Schemata 8

Retrieve the Schema metadata.

Return value

string[] The metadata values.

Overrides SchemaInterface::getMetadata

File

src/Schema/Schema.php, line 127

Class

Schema
Schema class that describes a Drupal Entity or Entity Type.

Namespace

Drupal\schemata\Schema

Code

public function getMetadata() {
  return $this->metadata;
}