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

Issue #1765824 by tim.plunkett: Make define_mappings on map style plugin abstract.

parent a3c71654
Branches
Tags
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
......@@ -42,9 +42,7 @@ abstract class Mapping extends StylePluginBase {
* - #filter: (optional) A method on the plugin to filter field options.
* - #toggle: (optional) If this select should be toggled by a checkbox.
*/
protected function defineMapping() {
return array();
}
abstract protected function defineMapping();
/**
* Overrides Drupal\views\Plugin\views\style\StylePluginBase::defineOptions().
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment