function taxonomy_term_display_configurable_test_entity_type_build

Same name and namespace in other branches
  1. 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()
  2. 8.9.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()
  3. 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()

Implements hook_entity_type_build().

File

core/modules/taxonomy/tests/modules/taxonomy_term_display_configurable_test/taxonomy_term_display_configurable_test.module, line 23

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.