TYPO3  7.6
Public Member Functions | Protected Member Functions | List of all members
LiveSearchToolbarItem Class Reference
Inheritance diagram for LiveSearchToolbarItem:
ToolbarItemInterface

Public Member Functions

 __construct ()
 
 getItem ()
 
 getAdditionalAttributes ()
 
 hasDropDown ()
 
 getDropDown ()
 
 getIndex ()
 
- Public Member Functions inherited from ToolbarItemInterface
 checkAccess ()
 

Protected Member Functions

 getPageRenderer ()
 
 getLanguageService ()
 

Detailed Description

Adds backend live search to the toolbar

Definition at line 26 of file LiveSearchToolbarItem.php.

Constructor & Destructor Documentation

__construct ( )

Constructor

Definition at line 31 of file LiveSearchToolbarItem.php.

References LiveSearchToolbarItem\getPageRenderer().

Member Function Documentation

getAdditionalAttributes ( )

This item needs to additional attributes

Returns
array

Implements ToolbarItemInterface.

Definition at line 75 of file LiveSearchToolbarItem.php.

getDropDown ( )

No drop down here

Returns
string

Implements ToolbarItemInterface.

Definition at line 95 of file LiveSearchToolbarItem.php.

getIndex ( )

Position relative to others, live search should be very right

Returns
int

Implements ToolbarItemInterface.

Definition at line 105 of file LiveSearchToolbarItem.php.

getItem ( )

Render search field

Returns
string Live search form HTML

Implements ToolbarItemInterface.

Definition at line 58 of file LiveSearchToolbarItem.php.

References LiveSearchToolbarItem\getLanguageService().

getLanguageService ( )
protected

Returns LanguageService

Returns
LanguageService

Definition at line 125 of file LiveSearchToolbarItem.php.

References $GLOBALS.

Referenced by LiveSearchToolbarItem\getItem().

getPageRenderer ( )
protected

Returns current PageRenderer

Returns
PageRenderer

Definition at line 115 of file LiveSearchToolbarItem.php.

References GeneralUtility\makeInstance().

Referenced by LiveSearchToolbarItem\__construct().

hasDropDown ( )

This item has no drop down

Returns
bool

Implements ToolbarItemInterface.

Definition at line 85 of file LiveSearchToolbarItem.php.