1 list_test.module | list_test_dynamic_values_callback($field, $instance, $entity_type, $entity, &$cacheable) |
An entity-bound allowed values callback.
File
- core/
modules/ field/ modules/ list/ tests/ list_test.module, line 27 - Helper module for the List module tests.
Code
function list_test_dynamic_values_callback($field, $instance, $entity_type, $entity, &$cacheable) {
return state_get('list_test_dynamic_values', array());
}