public function TestBlock::exampleAjaxCallback in Page Manager 8
Same name and namespace in other branches
- 8.4 tests/modules/page_manager_test/src/Plugin/Block/TestBlock.php \Drupal\page_manager_test\Plugin\Block\TestBlock::exampleAjaxCallback()
Example ajax callback.
File
- tests/
modules/ page_manager_test/ src/ Plugin/ Block/ TestBlock.php, line 48 - Contains \Drupal\page_manager_test\Plugin\Block\TestBlock.
Class
- TestBlock
- Provides a block to test page_manager.
Namespace
Drupal\page_manager_test\Plugin\BlockCode
public function exampleAjaxCallback($form, FormStateInterface $form_state) {
}