Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
HandlerAliasTest class core/modules/views/tests/src/Kernel/Handler/HandlerAliasTest.php Tests handler table and field aliases.
HandlerAliasTest.php file core/modules/views/tests/src/Kernel/Handler/HandlerAliasTest.php
HandlerAliasTest::$modules property core/modules/views/tests/src/Kernel/Handler/HandlerAliasTest.php Modules to install.
HandlerAliasTest::$testViews property core/modules/views/tests/src/Kernel/Handler/HandlerAliasTest.php Views used by this test.
HandlerAliasTest::setUp function core/modules/views/tests/src/Kernel/Handler/HandlerAliasTest.php
HandlerAliasTest::testPluginAliases function core/modules/views/tests/src/Kernel/Handler/HandlerAliasTest.php Tests the behavior of plugin aliases in Views filters.
HandlerAliasTest::viewsData function core/modules/views/tests/src/Kernel/Handler/HandlerAliasTest.php Returns the views data definition.
HandlerAllTest class core/modules/views/tests/src/Kernel/Handler/HandlerAllTest.php Tests instances of all handlers.
HandlerAllTest.php file core/modules/views/tests/src/Kernel/Handler/HandlerAllTest.php
HandlerAllTest::$modules property core/modules/views/tests/src/Kernel/Handler/HandlerAllTest.php Modules to install.
HandlerAllTest::testHandlers function core/modules/views/tests/src/Kernel/Handler/HandlerAllTest.php Tests most of the handlers.
HandlerArgumentUserUidTest class core/modules/user/tests/src/Kernel/Views/HandlerArgumentUserUidTest.php Tests the handler of the user: uid Argument.
HandlerArgumentUserUidTest.php file core/modules/user/tests/src/Kernel/Views/HandlerArgumentUserUidTest.php
HandlerArgumentUserUidTest::$modules property core/modules/user/tests/src/Kernel/Views/HandlerArgumentUserUidTest.php Modules to install.
HandlerArgumentUserUidTest::$testViews property core/modules/user/tests/src/Kernel/Views/HandlerArgumentUserUidTest.php Test views.
HandlerArgumentUserUidTest::testArgumentTitle function core/modules/user/tests/src/Kernel/Views/HandlerArgumentUserUidTest.php Tests the generated title of a user: uid argument.
HandlerBase class core/modules/views/src/Plugin/views/HandlerBase.php Base class for Views handler plugins.
HandlerBase.php file core/modules/views/src/Plugin/views/HandlerBase.php
HandlerBase::$field property core/modules/views/src/Plugin/views/HandlerBase.php With field you can override the realField if the real field is not set.
HandlerBase::$is_handler property core/modules/views/src/Plugin/views/HandlerBase.php Tracks whether the plugin is a handler.
HandlerBase::$moduleHandler property core/modules/views/src/Plugin/views/HandlerBase.php The module handler.
HandlerBase::$query property core/modules/views/src/Plugin/views/HandlerBase.php Where the $query object will reside.
HandlerBase::$realField property core/modules/views/src/Plugin/views/HandlerBase.php The real field.
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'.
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::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 Ensures that the main table for this handler is in the query.
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.

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