function comment_display_configurable_test_entity_type_build
Same name in other branches
- 9 core/modules/comment/tests/modules/comment_display_configurable_test/comment_display_configurable_test.module \comment_display_configurable_test_entity_type_build()
- 11.x core/modules/comment/tests/modules/comment_display_configurable_test/comment_display_configurable_test.module \comment_display_configurable_test_entity_type_build()
Implements hook_entity_type_build().
File
-
core/
modules/ comment/ tests/ modules/ comment_display_configurable_test/ comment_display_configurable_test.module, line 25
Code
function comment_display_configurable_test_entity_type_build(array &$entity_types) {
// Allow skipping of extra preprocessing for configurable display.
$entity_types['comment']->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.