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
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
...@@ -42,9 +42,7 @@ abstract class Mapping extends StylePluginBase { ...@@ -42,9 +42,7 @@ abstract class Mapping extends StylePluginBase {
* - #filter: (optional) A method on the plugin to filter field options. * - #filter: (optional) A method on the plugin to filter field options.
* - #toggle: (optional) If this select should be toggled by a checkbox. * - #toggle: (optional) If this select should be toggled by a checkbox.
*/ */
protected function defineMapping() { abstract protected function defineMapping();
return array();
}
/** /**
* Overrides Drupal\views\Plugin\views\style\StylePluginBase::defineOptions(). * Overrides Drupal\views\Plugin\views\style\StylePluginBase::defineOptions().
......
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