public function SchemaPluginBase::getCacheTags in GraphQL 8.3
The cache tags associated with this object.
When this object is modified, these cache tags will be invalidated.
Return value
string[] A set of cache tags.
Overrides CacheableDependencyInterface::getCacheTags
File
- src/
Plugin/ GraphQL/ Schemas/ SchemaPluginBase.php, line 563
Class
Namespace
Drupal\graphql\Plugin\GraphQL\SchemasCode
public function getCacheTags() {
return $this->pluginDefinition['schema_cache_tags'];
}