function FileHalJsonAnonTest::getExpectedCacheTags
Overrides EntityResourceTestBase::getExpectedCacheTags
File
-
core/
modules/ file/ tests/ src/ Functional/ Hal/ FileHalJsonAnonTest.php, line 106
Class
- FileHalJsonAnonTest
- @group hal
Namespace
Drupal\Tests\file\Functional\HalCode
protected function getExpectedCacheTags() {
return Cache::mergeTags(parent::getExpectedCacheTags(), [
'config:hal.settings',
]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.