Issue #1784490 by dawehner: Remove needsStylePlugin out of HandlerBase.
parent
4e7484643d
commit
771925c28a
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue