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