Search for handle
- Search 7.x for handle
- Search 9.5.x for handle
- Search 8.9.x for handle
- Search 10.3.x for handle
- Search 11.x for handle
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| HandlerBase::$query | property | core/ |
Where the $query object will reside. |
| HandlerBase::$realField | property | core/ |
The real field. |
| HandlerBase::$relationship | property | core/ |
The relationship used for this field. |
| HandlerBase::$table | property | core/ |
The table this handler is attached to. |
| HandlerBase::$tableAlias | property | core/ |
The alias of the table of this handler which is used in the query. |
| HandlerBase::$viewsData | property | core/ |
The views data service. |
| HandlerBase::acceptExposedInput | function | core/ |
Take input from exposed handlers and assign to this handler, if necessary. |
| HandlerBase::access | function | core/ |
Check whether given user has access to this handler. |
| HandlerBase::adminLabel | function | core/ |
Return a string representing this handler's name in the UI. |
| HandlerBase::adminSummary | function | core/ |
Provide text for the administrative summary. |
| HandlerBase::breakString | function | core/ |
Breaks x,y,z and x+y+z into an array. |
| HandlerBase::broken | function | core/ |
Determines if the handler is considered 'broken'. |
| HandlerBase::buildExposedForm | function | core/ |
Render our chunk of the exposed handler form when selecting. |
| HandlerBase::buildExposeForm | function | core/ |
Form for exposed handler options. |
| HandlerBase::buildExtraOptionsForm | function | core/ |
Provide a form for setting options. |
| HandlerBase::buildGroupByForm | function | core/ |
Provide a form for aggregation settings. |
| HandlerBase::buildOptionsForm | function | core/ |
Provide a form to edit options for this plugin. |
| HandlerBase::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
| HandlerBase::canExpose | function | core/ |
Determine if a handler can be exposed. |
| HandlerBase::caseTransform | function | core/ |
Transform a string by a certain method. |
| HandlerBase::defaultExposeOptions | function | core/ |
Set new exposed option defaults when exposed setting is flipped on. |
| HandlerBase::defineExtraOptions | function | core/ |
Provide defaults for the handler. |
| HandlerBase::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
| HandlerBase::displayExposedForm | function | core/ |
Displays the Expose form. |
| HandlerBase::ensureMyTable | function | core/ |
Ensures that the main table for this handler is in the query. |
| HandlerBase::exposedInfo | function | core/ |
Get information about the exposed form for the form renderer. |
| HandlerBase::getDateField | function | core/ |
Creates cross-database SQL dates. |
| HandlerBase::getDateFormat | function | core/ |
Creates cross-database SQL date formatting. |
| HandlerBase::getEntityType | function | core/ |
Determines the entity type used by this handler. |
| HandlerBase::getField | function | core/ |
Shortcut to get a handler's raw field value. |
| HandlerBase::getJoin | function | core/ |
Get the join object that should be used for this handler. |
| HandlerBase::getModuleHandler | function | core/ |
Gets the module handler. |
| HandlerBase::getTableJoin | function | core/ |
Fetches a handler to join one table to a primary table from the data cache. |
| HandlerBase::getViewsData | function | core/ |
Gets views data service. |
| HandlerBase::hasExtraOptions | function | core/ |
Determines if the handler has extra options. |
| HandlerBase::init | function | core/ |
Initialize the plugin. |
| HandlerBase::isAGroup | function | core/ |
Returns TRUE if the exposed filter works like a grouped filter. |
| HandlerBase::isExposed | function | core/ |
Determine if this item is 'exposed'. |
| HandlerBase::multipleExposedInput | function | core/ |
Define if the exposed input has to be submitted multiple times. |
| HandlerBase::placeholder | function | core/ |
Provides a unique placeholders for handlers. |
| HandlerBase::postExecute | function | core/ |
Run after the view is executed, before the result is cached. |
| HandlerBase::preQuery | function | core/ |
Run before the view is built. |
| HandlerBase::query | function | core/ |
Add anything to the query that we might need to. |
| HandlerBase::sanitizeValue | function | core/ |
Sanitize the value for output. |
| HandlerBase::setModuleHandler | function | core/ |
Sets the module handler. |
| HandlerBase::setRelationship | function | core/ |
Sets up any needed relationship. |
| HandlerBase::setViewsData | function | core/ |
Sets the views data service. |
| HandlerBase::showExposeButton | function | core/ |
Shortcut to display the expose/hide button. |
| HandlerBase::showExposeForm | function | core/ |
Shortcut to display the exposed options form. |
| HandlerBase::storeExposedInput | function | core/ |
If set to remember exposed input in the session, store it there. |
Pagination
- Previous page
- Page 17
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.