From 771925c28a54a013d747c526cae556a8a538c3e6 Mon Sep 17 00:00:00 2001 From: dereine <dereine@99340.no-reply.drupal.org> Date: Sat, 15 Sep 2012 02:00:18 +0200 Subject: [PATCH] Issue #1784490 by dawehner: Remove needsStylePlugin out of HandlerBase. --- lib/Drupal/views/Plugin/views/HandlerBase.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/Drupal/views/Plugin/views/HandlerBase.php b/lib/Drupal/views/Plugin/views/HandlerBase.php index 0449174b9d07..40e2616c0fd2 100644 --- a/lib/Drupal/views/Plugin/views/HandlerBase.php +++ b/lib/Drupal/views/Plugin/views/HandlerBase.php @@ -539,13 +539,6 @@ public function ensureMyTable() { */ public function adminSummary() { } - /** - * Determine if the argument needs a style plugin. - * - * @return TRUE/FALSE - */ - public function needsStylePlugin() { return FALSE; } - /** * Determine if this item is 'exposed', meaning it provides form elements * to let users modify the view. -- GitLab