You are here

public function FrameworkInterface::vocabularyIdentifier in Realistic Dummy Content 3.x

Same name and namespace in other branches
  1. 8.2 api/src/Framework/FrameworkInterface.php \Drupal\realistic_dummy_content_api\Framework\FrameworkInterface::vocabularyIdentifier()
  2. 7.2 api/src/Framework/FrameworkInterface.php \Drupal\realistic_dummy_content_api\Framework\FrameworkInterface::vocabularyIdentifier()

Returns the unique identifier for the vocabulary.

Parameters

object $vocabulary: The vocabulary object.

Return value

mixed A unique identifier for this framework.

1 method overrides FrameworkInterface::vocabularyIdentifier()
Framework::vocabularyIdentifier in api/src/Framework/Framework.php
Returns the unique identifier for the vocabulary.

File

api/src/Framework/FrameworkInterface.php, line 267

Class

FrameworkInterface
Defines and abstracts all functions which are used by our module.

Namespace

Drupal\realistic_dummy_content_api\Framework

Code

public function vocabularyIdentifier($vocabulary);