Skip to content
Snippets Groups Projects
Commit 159a890e authored by Marc van Gend's avatar Marc van Gend
Browse files

update inline docs

parent 0396fa2c
No related branches found
No related tags found
No related merge requests found
......@@ -42,9 +42,8 @@ function fieldblock_form_field_ui_display_overview_form_alter(&$form, &$form_sta
/**
* Form submit handler for field_ui_display_overview_form.
* Saves a single config file for each entity + bundle combination if a field in
* a certain view mode has been made available as block. Having separate config
* files makes the configuration more flexible for exporting and deployment.
* Stores which fields are published as blocks as a third_party_settings array
* in the EntityViewDisplay object of the entity type / bundle / view mode.
*/
function fieldblock_field_display_submit($form, FormStateInterface $form_state) {
$entity_type = $form['#entity_type'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment