| 1 | <?php |
||
| 13 | class EnumType extends AbstractEnumType implements TypeSystemPluginReferenceInterface, CacheableEdgeInterface { |
||
| 14 | use TypeSystemPluginReferenceTrait; |
||
| 15 | use CacheableEdgeTrait; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * {@inheritdoc} |
||
| 19 | */ |
||
| 20 | public function __construct(EnumPluginBase $plugin, array $config = []) { |
||
| 24 | |||
| 25 | /** |
||
| 26 | * {@inheritdoc} |
||
| 27 | */ |
||
| 28 | public function getValues() { |
||
| 31 | } |
||
| 32 |