Helper module for entity cache tests.
<?php /** * @file * Helper module for entity cache tests. */ /** * Implements hook_entity_info_alter(). */ function entity_cache_test_dependency_entity_info_alter(&$info) { $info['entity_cache_test']['label'] = Drupal::state() ->get('entity_cache_test.label') ?: 'Entity Cache Test'; }