Skip to content
Snippets Groups Projects
Commit 12f9f87c authored by Tim Plunkett's avatar Tim Plunkett Committed by Tim Plunkett
Browse files

Issue #1798184 by tim.plunkett: Remove methods that only call the parent.

parent 6a059360
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -90,13 +90,6 @@ function add_signature(ViewExecutable $view) { }
*/
function get_aggregation_info() { }
/**
* Add settings for the ui.
*/
public function buildOptionsForm(&$form, &$form_state) {
parent::buildOptionsForm($form, $form_state);
}
public function validateOptionsForm(&$form, &$form_state) { }
public function submitOptionsForm(&$form, &$form_state) { }
......
......@@ -40,8 +40,4 @@ class DefaultStyle extends StylePluginBase {
*/
protected $usesRowClass = TRUE;
public function buildOptionsForm(&$form, &$form_state) {
parent::buildOptionsForm($form, $form_state);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment