interface ProviderInterface in Synonyms 2.0.x
Most generic synonyms provider interface. All providers must implement it.
Hierarchy
- interface \Drupal\synonyms\ProviderInterface\ProviderInterface
Expanded class hierarchy of ProviderInterface
All classes that implement ProviderInterface
2 files declare their use of ProviderInterface
- AbstractProvider.php in src/
Plugin/ Synonyms/ Provider/ AbstractProvider.php - ProviderPluginManager.php in src/
ProviderPluginManager.php
File
- src/
ProviderInterface/ ProviderInterface.php, line 8
Namespace
Drupal\synonyms\ProviderInterfaceView source
interface ProviderInterface {
}