public function ActionAjaxTest::execute in Drupal 8
Same name and namespace in other branches
- 9 core/modules/action/tests/action_form_ajax_test/src/Plugin/Action/ActionAjaxTest.php \Drupal\action_form_ajax_test\Plugin\Action\ActionAjaxTest::execute()
Executes the plugin.
Overrides ExecutableInterface::execute
File
- core/
modules/ action/ tests/ action_form_ajax_test/ src/ Plugin/ Action/ ActionAjaxTest.php, line 41
Class
- ActionAjaxTest
- Plugin used for testing AJAX in action config entity forms.
Namespace
Drupal\action_form_ajax_test\Plugin\ActionCode
public function execute() {
}