function block_subtitle_block_form_builder in Block Subtitle 8
Entity builder for the contact form edit form with third party options.
1 string reference to 'block_subtitle_block_form_builder'
- block_subtitle_form_block_form_alter in ./
block_subtitle.module - Implements hook_form_FORM_ID_alter() for block_form.
File
- ./
block_subtitle.module, line 73 - Adding subtitle to blocks.
Code
function block_subtitle_block_form_builder($entity_type, BlockInterface $block, &$form, FormStateInterface $form_state) {
$block
->setThirdPartySetting('block_subtitle', 'subtitle', $form_state
->getValue('block_subtitle_text'));
}