You are here

public function SchemaInterface::getBundleId in Schemata 8

Retrieve the Bundle ID.

Return value

string The Bundle ID

1 method overrides SchemaInterface::getBundleId()
Schema::getBundleId in src/Schema/Schema.php
Retrieve the Bundle ID.

File

src/Schema/SchemaInterface.php, line 39

Class

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

Namespace

Drupal\schemata\Schema

Code

public function getBundleId();