You are here

public function SchemaInterface::addProperties in Schemata 8

Add additional data properties to the Schema.

Parameters

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

1 method overrides SchemaInterface::addProperties()
Schema::addProperties in src/Schema/Schema.php
Add additional data properties to the Schema.

File

src/Schema/SchemaInterface.php, line 23

Class

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

Namespace

Drupal\schemata\Schema

Code

public function addProperties(array $properties);