Issue #1784490 by dawehner: Remove needsStylePlugin out of HandlerBase.

8.0.x
dereine 2012-09-15 02:00:18 +02:00 committed by Tim Plunkett
parent 4e7484643d
commit 771925c28a
1 changed files with 0 additions and 7 deletions

View File

@ -539,13 +539,6 @@ abstract class HandlerBase extends PluginBase {
*/
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.