From 159a890e46294cd503bcb3157cb76c8a19dbd8a7 Mon Sep 17 00:00:00 2001
From: marcvangend <info@marcvangend.nl>
Date: Thu, 25 Sep 2014 01:39:56 +0200
Subject: [PATCH] update inline docs

---
 fieldblock.module | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/fieldblock.module b/fieldblock.module
index fc1dd4c..249318a 100644
--- a/fieldblock.module
+++ b/fieldblock.module
@@ -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'];
-- 
GitLab