| 1 | <?php |
||
| 8 | class TaxonomyTermReferenceHandler extends AbstractHandler { |
||
| 9 | |||
| 10 | /** |
||
| 11 | * {@inheritdoc} |
||
| 12 | */ |
||
| 13 | public function expand($values) { |
||
| 24 | |||
| 25 | /** |
||
| 26 | * Attempt to determine the vocabulary for which the field is configured. |
||
| 27 | * |
||
| 28 | * @return mixed |
||
| 29 | * Returns a string containing the vocabulary in which the term must be |
||
| 30 | * found or NULL if unable to determine. |
||
| 31 | */ |
||
| 32 | protected function getVocab() { |
||
| 37 | |||
| 38 | } |
||
| 39 |