1 | <?php |
||
12 | abstract class InterfacePluginBase extends PluginBase implements TypeSystemPluginInterface { |
||
13 | use CacheablePluginTrait; |
||
14 | use DescribablePluginTrait; |
||
15 | |||
16 | /** |
||
17 | * {@inheritdoc} |
||
18 | */ |
||
19 | public static function createInstance(PluggableSchemaBuilder $builder, $definition, $id) { |
||
26 | |||
27 | /** |
||
28 | * {@inheritdoc} |
||
29 | */ |
||
30 | public function getDefinition() { |
||
38 | |||
39 | } |
||
40 |