public function SiteSchema::bundle

Get a bundle's term definition in this vocabulary.

File

drupal/core/modules/rdf/lib/Drupal/rdf/SiteSchema/SiteSchema.php, line 58
Contains SiteSchema.

Class

SiteSchema
Defines a site-generated schema.

Namespace

Drupal\rdf\SiteSchema

Code

public function bundle($entity_type, $bundle) {
  return new BundleSchema($this, $entity_type, $bundle);
}