You are here

public function Schema::getBundleId in Schemata 8

Retrieve the Bundle ID.

Return value

string The Bundle ID

Overrides SchemaInterface::getBundleId

1 call to Schema::getBundleId()
Schema::__construct in src/Schema/Schema.php
Creates a Schema object.

File

src/Schema/Schema.php, line 113

Class

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

Namespace

Drupal\schemata\Schema

Code

public function getBundleId() {
  return $this->bundle;
}