function taxonomy_term_display_configurable_test_entity_type_build
Same name in other branches
- 9 core/modules/taxonomy/tests/modules/taxonomy_term_display_configurable_test/taxonomy_term_display_configurable_test.module \taxonomy_term_display_configurable_test_entity_type_build()
- 10 core/modules/taxonomy/tests/modules/taxonomy_term_display_configurable_test/taxonomy_term_display_configurable_test.module \taxonomy_term_display_configurable_test_entity_type_build()
- 11.x core/modules/taxonomy/tests/modules/taxonomy_term_display_configurable_test/taxonomy_term_display_configurable_test.module \taxonomy_term_display_configurable_test_entity_type_build()
Implements hook_entity_type_build().
File
-
core/
modules/ taxonomy/ tests/ modules/ taxonomy_term_display_configurable_test/ taxonomy_term_display_configurable_test.module, line 24
Code
function taxonomy_term_display_configurable_test_entity_type_build(array &$entity_types) {
// Allow skipping of extra preprocessing for configurable display.
$entity_types['taxonomy_term']->set('enable_base_field_custom_preprocess_skipping', TRUE);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.