Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
HandlerBase::$relationship property core/modules/views/src/Plugin/views/HandlerBase.php The relationship used for this field.
HandlerBase::$table property core/modules/views/src/Plugin/views/HandlerBase.php The table this handler is attached to.
HandlerBase::$tableAlias property core/modules/views/src/Plugin/views/HandlerBase.php The alias of the table of this handler which is used in the query.
HandlerBase::$viewsData property core/modules/views/src/Plugin/views/HandlerBase.php The views data service.
HandlerBase::acceptExposedInput function core/modules/views/src/Plugin/views/HandlerBase.php Take input from exposed handlers and assign to this handler, if necessary.
HandlerBase::access function core/modules/views/src/Plugin/views/HandlerBase.php Check whether given user has access to this handler.
HandlerBase::adminLabel function core/modules/views/src/Plugin/views/HandlerBase.php Return a string representing this handler's name in the UI.
HandlerBase::adminSummary function core/modules/views/src/Plugin/views/HandlerBase.php Provide text for the administrative summary.
HandlerBase::breakString function core/modules/views/src/Plugin/views/HandlerBase.php Breaks x,y,z and x+y+z into an array.
HandlerBase::broken function core/modules/views/src/Plugin/views/HandlerBase.php Determines if the handler is considered 'broken', meaning it's a
placeholder used when a handler can't be found.
HandlerBase::buildExposedForm function core/modules/views/src/Plugin/views/HandlerBase.php Render our chunk of the exposed handler form when selecting
HandlerBase::buildExposeForm function core/modules/views/src/Plugin/views/HandlerBase.php Form for exposed handler options.
HandlerBase::buildExtraOptionsForm function core/modules/views/src/Plugin/views/HandlerBase.php Provide a form for setting options.
HandlerBase::buildGroupByForm function core/modules/views/src/Plugin/views/HandlerBase.php Provide a form for aggregation settings.
HandlerBase::buildOptionsForm function core/modules/views/src/Plugin/views/HandlerBase.php Provide a form to edit options for this plugin.
HandlerBase::calculateDependencies function core/modules/views/src/Plugin/views/HandlerBase.php Calculates dependencies for the configured plugin.
HandlerBase::canExpose function core/modules/views/src/Plugin/views/HandlerBase.php Determine if a handler can be exposed.
HandlerBase::caseTransform function core/modules/views/src/Plugin/views/HandlerBase.php Transform a string by a certain method.
HandlerBase::defaultExposeOptions function core/modules/views/src/Plugin/views/HandlerBase.php Set new exposed option defaults when exposed setting is flipped
on.
HandlerBase::defineExtraOptions function core/modules/views/src/Plugin/views/HandlerBase.php Provide defaults for the handler.
HandlerBase::defineOptions function core/modules/views/src/Plugin/views/HandlerBase.php Information about options for all kinds of purposes will be held here.
HandlerBase::displayExposedForm function core/modules/views/src/Plugin/views/HandlerBase.php Displays the Expose form.
HandlerBase::ensureMyTable function core/modules/views/src/Plugin/views/HandlerBase.php Ensure the main table for this handler is in the query. This is used
a lot.
HandlerBase::exposedInfo function core/modules/views/src/Plugin/views/HandlerBase.php Get information about the exposed form for the form renderer.
HandlerBase::getDateField function core/modules/views/src/Plugin/views/HandlerBase.php Creates cross-database SQL dates.
HandlerBase::getDateFormat function core/modules/views/src/Plugin/views/HandlerBase.php Creates cross-database SQL date formatting.
HandlerBase::getEntityType function core/modules/views/src/Plugin/views/HandlerBase.php Determines the entity type used by this handler.
HandlerBase::getField function core/modules/views/src/Plugin/views/HandlerBase.php Shortcut to get a handler's raw field value.
HandlerBase::getJoin function core/modules/views/src/Plugin/views/HandlerBase.php Get the join object that should be used for this handler.
HandlerBase::getModuleHandler function core/modules/views/src/Plugin/views/HandlerBase.php Gets the module handler.
HandlerBase::getTableJoin function core/modules/views/src/Plugin/views/HandlerBase.php Fetches a handler to join one table to a primary table from the data cache.
HandlerBase::getViewsData function core/modules/views/src/Plugin/views/HandlerBase.php Gets views data service.
HandlerBase::hasExtraOptions function core/modules/views/src/Plugin/views/HandlerBase.php If a handler has 'extra options' it will get a little settings widget and
another form called extra_options.
HandlerBase::init function core/modules/views/src/Plugin/views/HandlerBase.php Initialize the plugin.
HandlerBase::isAGroup function core/modules/views/src/Plugin/views/HandlerBase.php Returns TRUE if the exposed filter works like a grouped filter.
HandlerBase::isExposed function core/modules/views/src/Plugin/views/HandlerBase.php Determine if this item is 'exposed', meaning it provides form elements
to let users modify the view.
HandlerBase::multipleExposedInput function core/modules/views/src/Plugin/views/HandlerBase.php Define if the exposed input has to be submitted multiple times.
This is TRUE when exposed filters grouped are using checkboxes as
widgets.
HandlerBase::placeholder function core/modules/views/src/Plugin/views/HandlerBase.php Provides a unique placeholders for handlers.
HandlerBase::postExecute function core/modules/views/src/Plugin/views/HandlerBase.php Run after the view is executed, before the result is cached.
HandlerBase::preQuery function core/modules/views/src/Plugin/views/HandlerBase.php Run before the view is built.
HandlerBase::query function core/modules/views/src/Plugin/views/HandlerBase.php Add anything to the query that we might need to.
HandlerBase::sanitizeValue function core/modules/views/src/Plugin/views/HandlerBase.php Sanitize the value for output.
HandlerBase::setModuleHandler function core/modules/views/src/Plugin/views/HandlerBase.php Sets the module handler.
HandlerBase::setRelationship function core/modules/views/src/Plugin/views/HandlerBase.php Called just prior to query(), this lets a handler set up any relationship
it needs.
HandlerBase::setViewsData function core/modules/views/src/Plugin/views/HandlerBase.php
HandlerBase::showExposeButton function core/modules/views/src/Plugin/views/HandlerBase.php Shortcut to display the expose/hide button.
HandlerBase::showExposeForm function core/modules/views/src/Plugin/views/HandlerBase.php Shortcut to display the exposed options form.
HandlerBase::storeExposedInput function core/modules/views/src/Plugin/views/HandlerBase.php If set to remember exposed input in the session, store it there.
HandlerBase::submitExposed function core/modules/views/src/Plugin/views/HandlerBase.php Submit the exposed handler form
HandlerBase::submitExposeForm function core/modules/views/src/Plugin/views/HandlerBase.php Perform any necessary changes to the form exposes prior to storage.
There is no need for this function to actually store the data.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.