get('config_override_integration_test.enabled', FALSE) ? 'yes' : 'no'; return 'config_override_integration_test.' . $state; } /** * {@inheritdoc} */ public function getCacheableMetadata() { // Since this depends on State this can change at any time and is not // cacheable. $metadata = new CacheableMetadata(); $metadata->setCacheMaxAge(0); return $metadata; } }