public function PhotosRandomImages::blockSubmit in Album Photos 8.4
Overrides BlockPluginTrait::blockSubmit
File
- src/
Plugin/ Block/ PhotosRandomImages.php, line 77
Class
- PhotosRandomImages
- Provides a 'Photos random images' block.
Namespace
Drupal\photos\Plugin\BlockCode
public function blockSubmit($form, FormStateInterface $form_state) {
// Save our custom settings when the form is submitted.
$this
->setConfigurationValue('image_count', $form_state
->getValue('image_count'));
}