You are here

function ctools_entity_mask_entity_form_display_create in Chaos Tool Suite (ctools) 8.3

Implements hook_ENTITY_TYPE_create().

File

modules/ctools_entity_mask/ctools_entity_mask.module, line 119
Helps entity type to take the fields, display configuration from entity type.

Code

function ctools_entity_mask_entity_form_display_create(EntityFormDisplayInterface $display) {
  ctools_entity_mask_copy_display($display);
}