public function JquerySocialStreamBlock::blockSubmit in jQuery social stream 8.2
Same name and namespace in other branches
- 8 src/Plugin/Block/JquerySocialStreamBlock.php \Drupal\jquery_social_stream\Plugin\Block\JquerySocialStreamBlock::blockSubmit()
Overrides BlockPluginTrait::blockSubmit
File
- src/
Plugin/ Block/ JquerySocialStreamBlock.php, line 43 - Contains \Drupal\jquery_social_stream\Plugin\Block\JquerySocialStreamBlock.
Class
- JquerySocialStreamBlock
- Provides the JquerySocialStream block.
Namespace
Drupal\jquery_social_stream\Plugin\BlockCode
public function blockSubmit($form, FormStateInterface $form_state) {
$this->configuration = $form_state
->getValues();
}