You are here

public function TestBlock::exampleAjaxCallback in Page Manager 8.4

Same name and namespace in other branches
  1. 8 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 43

Class

TestBlock
Provides a block to test page_manager.

Namespace

Drupal\page_manager_test\Plugin\Block

Code

public function exampleAjaxCallback($form, FormStateInterface $form_state) {
}