Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
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.
HandlerBase::submitExtraOptionsForm function core/modules/views/src/Plugin/views/HandlerBase.php Perform any necessary changes to the form values prior to storage.
There is no need for this function to actually store the data.
HandlerBase::submitFormCalculateOptions function core/modules/views/src/Plugin/views/HandlerBase.php Calculates options stored on the handler
HandlerBase::submitGroupByForm function core/modules/views/src/Plugin/views/HandlerBase.php Perform any necessary changes to the form values prior to storage.
There is no need for this function to actually store the data.
HandlerBase::submitTemporaryForm function core/modules/views/src/Plugin/views/HandlerBase.php A submit handler that is used for storing temporary items when using
multi-step changes, such as ajax requests.
HandlerBase::usesGroupBy function core/modules/views/src/Plugin/views/HandlerBase.php Provides the handler some groupby.
HandlerBase::validate function core/modules/views/src/Plugin/views/HandlerBase.php Validate that the plugin is correct and can be saved.
HandlerBase::validateExposed function core/modules/views/src/Plugin/views/HandlerBase.php Validate the exposed handler form
HandlerBase::validateExposeForm function core/modules/views/src/Plugin/views/HandlerBase.php Validate the options form.
HandlerBase::validateExtraOptionsForm function core/modules/views/src/Plugin/views/HandlerBase.php Validate the options form.
HandlerBase::__construct function core/modules/views/src/Plugin/views/HandlerBase.php Constructs a Handler object.
HandlerBaseTest class core/modules/views/tests/src/Unit/Plugin/HandlerBaseTest.php @coversDefaultClass \Drupal\views\Plugin\views\HandlerBase[[api-linebreak]]
@group Views
HandlerBaseTest.php file core/modules/views/tests/src/Unit/Plugin/HandlerBaseTest.php Contains \Drupal\Tests\views\Unit\Plugin\HandlerBaseTest.
HandlerBaseTest::setUp function core/modules/views/tests/src/Unit/Plugin/HandlerBaseTest.php
HandlerBaseTest::testGetEntityTypeForFieldOnBaseTable function core/modules/views/tests/src/Unit/Plugin/HandlerBaseTest.php @covers ::getEntityType[[api-linebreak]]
HandlerBaseTest::testGetEntityTypeForFieldWithRelationship function core/modules/views/tests/src/Unit/Plugin/HandlerBaseTest.php @covers ::getEntityType[[api-linebreak]]
HandlerFieldFieldTest class core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Tests the field rendering in views.
HandlerFieldFieldTest.php file core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php
HandlerFieldFieldTest::$fieldStorages property core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Test field storage.
HandlerFieldFieldTest::$modules property core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Modules to enable.
HandlerFieldFieldTest::$nodes property core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Test nodes.
HandlerFieldFieldTest::$testViews property core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Views used by this test.
HandlerFieldFieldTest::createFields function core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Creates the testing fields.
HandlerFieldFieldTest::doTestFormatterSimpleFieldRender function core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Tests that fields with formatters runs as expected.
HandlerFieldFieldTest::doTestInaccessibleFieldRender function core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Tests inaccessible field rendering.
HandlerFieldFieldTest::doTestMultipleFieldRender function core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Tests multi-value field rendering.
HandlerFieldFieldTest::doTestSimpleFieldRender function core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Tests simple field rendering.
HandlerFieldFieldTest::prepareView function core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Sets up the testing view with random field data.
HandlerFieldFieldTest::testFieldRender function core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Tests fields rendering in views.

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