You are here

function rrssb_node_type_entity_builder in Ridiculously Responsive Social Sharing Buttons 8.2

Custom handler to save rrssb info.

1 string reference to 'rrssb_node_type_entity_builder'
rrssb_form_node_type_form_alter in ./rrssb.module
Implements hook_form_FORM_ID_alter().

File

./rrssb.module, line 411

Code

function rrssb_node_type_entity_builder($entity_type, NodeTypeInterface $type, &$form, FormStateInterface $form_state) {
  $type
    ->setThirdPartySetting('rrssb', 'button_set', $form_state
    ->getValue('button_set'));
}