You are here

public function Schema::getProperties in Schemata 8

Retrieve the Schema properties.

Return value

\Drupal\Core\TypedData\DataDefinitionInterface[] The property data definitions.

Overrides SchemaInterface::getProperties

File

src/Schema/Schema.php, line 120

Class

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

Namespace

Drupal\schemata\Schema

Code

public function getProperties() {
  return $this->properties;
}