public function SchemaInterface::getEntityTypeId in Schemata 8
Retrieve the Entity Type ID.
Return value
string The Entity Type ID
1 method overrides SchemaInterface::getEntityTypeId()
- Schema::getEntityTypeId in src/
Schema/ Schema.php - Retrieve the Entity Type ID.
File
- src/
Schema/ SchemaInterface.php, line 31
Class
- SchemaInterface
- Requirements for a Schema to interact with Schema utilities and serializers.
Namespace
Drupal\schemata\SchemaCode
public function getEntityTypeId();