| 1 | <?php |
||
| 19 | class GraphQLDateTimeTz extends DateTimeTzType implements TypeSystemPluginInterface { |
||
| 20 | use PluginTrait; |
||
| 21 | use CacheablePluginTrait; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * {@inheritdoc} |
||
| 25 | */ |
||
| 26 | public function __construct(array $configuration, $pluginId, $pluginDefinition) { |
||
| 29 | |||
| 30 | /** |
||
| 31 | * {@inheritdoc} |
||
| 32 | */ |
||
| 33 | public function buildConfig(SchemaBuilderInterface $schemaManager) { |
||
| 36 | } |
||
| 37 |