protected property EntityDefinitionTest::$defaultCacheTags in GraphQL 8.4
Default cache tags that should be included with the response.
Type: string[]
File
- tests/
src/ Kernel/ DataProducer/ EntityDefinitionTest.php, line 32
Class
- EntityDefinitionTest
- Test the entity_definition data producer and friends.
Namespace
Drupal\Tests\graphql\Kernel\DataProducerCode
protected $defaultCacheTags = [
'config:core.entity_form_display.node.article.default',
];