public static property BundleSchema::$uriPattern

The URI pattern for bundle site schema terms.

Type: string

Overrides EntitySchema::$uriPattern

File

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

Class

BundleSchema
Defines RDF terms corresponding to Drupal bundles.

Namespace

Drupal\rdf\SiteSchema

Code

public static $uriPattern = '{entity_type}/{bundle}';