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
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
HandlerAllTest.php | file | core/ |
|
HandlerAllTest::$defaultTheme | property | core/ |
|
HandlerAllTest::$modules | property | core/ |
Modules to install. |
HandlerAllTest::testHandlers | function | core/ |
Tests most of the handlers. |
HandlerArgumentUserUidTest | class | core/ |
Tests the handler of the user: uid Argument. |
HandlerArgumentUserUidTest.php | file | core/ |
|
HandlerArgumentUserUidTest::$modules | property | core/ |
Modules to install. |
HandlerArgumentUserUidTest::$testViews | property | core/ |
Test views. |
HandlerArgumentUserUidTest::testArgumentTitle | function | core/ |
Tests the generated title of a user: uid argument. |
HandlerBase | class | core/ |
Base class for Views handler plugins. |
HandlerBase.php | file | core/ |
|
HandlerBase::$field | property | core/ |
With field you can override the realField if the real field is not set. |
HandlerBase::$is_handler | property | core/ |
Tracks whether the plugin is a handler. |
HandlerBase::$moduleHandler | property | core/ |
The module handler. |
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. |
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.