Tripal
Public Member Functions | List of all members
Drupal\tripal\TripalVocabTerms\PluginManagers\TripalVocabularyManager Class Reference
Inheritance diagram for Drupal\tripal\TripalVocabTerms\PluginManagers\TripalVocabularyManager:
Inheritance graph
[legend]
Collaboration diagram for Drupal\tripal\TripalVocabTerms\PluginManagers\TripalVocabularyManager:
Collaboration graph
[legend]

Public Member Functions

 __construct (\Traversable $namespaces, CacheBackendInterface $cache_backend, ModuleHandlerInterface $module_handler)
 
- Public Member Functions inherited from Drupal\tripal\TripalVocabTerms\PluginManagers\TripalCollectionPluginManager
 __construct ( $subdir,\Traversable $namespaces, CacheBackendInterface $cache_backend, ModuleHandlerInterface $module_handler, $pluginInterface, $pluginDefinitionAnnotation, $table)
 
 createCollection ($name, $pluginId)
 
 removeCollection ($name)
 
 getCollectionList ()
 
 loadCollection ($name)
 

Detailed Description

Provides the tripal vocabulary plugin manager.

Constructor & Destructor Documentation

◆ __construct()

Drupal\tripal\TripalVocabTerms\PluginManagers\TripalVocabularyManager::__construct ( \Traversable  $namespaces,
CacheBackendInterface  $cache_backend,
ModuleHandlerInterface  $module_handler 
)

Constructs a new tripal vocabulary plugin manager.

Parameters
\Traversable$namespacesAn object that implements \Traversable which contains the root paths keyed by the corresponding namespace to look for plugin implementations.
\Drupal\Core\Cache\CacheBackendInterface$cache_backendCache backend instance to use.
\Drupal\Core\Extension\ModuleHandlerInterface$module_handlerThe module handler to invoke the alter hook with.

The documentation for this class was generated from the following file: