VocabularyStorageDecorator.php

Namespace

Drupal\webprofiler\Entity\Decorators\Config

File

webprofiler/src/Entity/Decorators/Config/VocabularyStorageDecorator.php

View source
<?php

namespace Drupal\webprofiler\Entity\Decorators\Config;

use Drupal\taxonomy\VocabularyStorageInterface;

/**
 * Class EntityStorageDecorator
 */
class VocabularyStorageDecorator extends ConfigEntityStorageDecorator implements VocabularyStorageInterface {
    
    /**
     * {@inheritdoc}
     */
    public function getToplevelTids($vids) {
        $this->getOriginalObject()
            ->getToplevelTids($vids);
    }

}

Classes

Title Deprecated Summary
VocabularyStorageDecorator Class EntityStorageDecorator