public function FieldFormButtonTest::query in Drupal 10
Same name and namespace in other branches
- 8 core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldFormButtonTest.php \Drupal\views_test_data\Plugin\views\field\FieldFormButtonTest::query()
- 9 core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldFormButtonTest.php \Drupal\views_test_data\Plugin\views\field\FieldFormButtonTest::query()
File
- core/
modules/ views/ tests/ modules/ views_test_data/ src/ Plugin/ views/ field/ FieldFormButtonTest.php, line 83
Class
- FieldFormButtonTest
- A handler to provide a field that is completely custom by the administrator.
Namespace
Drupal\views_test_data\Plugin\views\fieldCode
public function query() {
// Do nothing.
}