public function VocabularyResponse::setVocabulary in Drupal 9
Same name and namespace in other branches
- 8 core/modules/taxonomy/tests/modules/vocabulary_serialization_test/src/VocabularyResponse.php \Drupal\vocabulary_serialization_test\VocabularyResponse::setVocabulary()
File
- core/
modules/ taxonomy/ tests/ modules/ vocabulary_serialization_test/ src/ VocabularyResponse.php, line 15
Class
Namespace
Drupal\vocabulary_serialization_testCode
public function setVocabulary(VocabularyInterface $vocabulary) {
$this->vocabulary = $vocabulary;
}