function ConfigOverriderLowPriority::getCacheableMetadata

Same name and namespace in other branches
  1. 8.9.x core/modules/config/tests/config_override_test/src/ConfigOverriderLowPriority.php \Drupal\config_override_test\ConfigOverriderLowPriority::getCacheableMetadata()
  2. 10 core/modules/config/tests/config_override_test/src/ConfigOverriderLowPriority.php \Drupal\config_override_test\ConfigOverriderLowPriority::getCacheableMetadata()
  3. 11.x core/modules/config/tests/config_override_test/src/ConfigOverriderLowPriority.php \Drupal\config_override_test\ConfigOverriderLowPriority::getCacheableMetadata()

Overrides ConfigFactoryOverrideInterface::getCacheableMetadata

File

core/modules/config/tests/config_override_test/src/ConfigOverriderLowPriority.php, line 51

Class

ConfigOverriderLowPriority
Tests module overrides for configuration.

Namespace

Drupal\config_override_test

Code

public function getCacheableMetadata($name) {
    return new CacheableMetadata();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.