You are here

15 calls to views_get_handler() in Views (for Drupal 7) 8.3

DisplayPluginBase::getHandlers in lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Get a full array of handlers for $type. This caches them.
GroupByNumeric::init in lib/Drupal/views/Plugin/views/sort/GroupByNumeric.php
Init the handler with necessary data.
HandlerAllTest::testHandlers in lib/Drupal/views/Tests/Handler/HandlerAllTest.php
Tests most of the handlers.
HandlerTest::testBreakPhrase in lib/Drupal/views/Tests/Handler/HandlerTest.php
Tests Drupal\views\Plugin\views\HandlerBase::breakPhrase() function.
HandlerTest::testBreakPhraseString in lib/Drupal/views/Tests/Handler/HandlerTest.php
Tests the breakPhraseString() method.
InputRequired::pre_render in lib/Drupal/views/Plugin/views/exposed_form/InputRequired.php
ModuleTest::testviews_get_handler in lib/Drupal/views/Tests/ModuleTest.php
Tests the views_get_handler method.
RowPluginBase::buildOptionsForm in lib/Drupal/views/Plugin/views/row/RowPluginBase.php
Provide a form for setting options.
ViewExecutable::addItem in lib/Drupal/views/ViewExecutable.php
Adds an instance of a handler to the view.
views_ui_config_item_form in views_ui/admin.inc
Form to config_item items in the views UI.
views_ui_config_item_form_submit in views_ui/admin.inc
Submit handler for configing new item(s) to a view.
views_ui_config_item_form_submit_temporary in views_ui/admin.inc
A submit handler that is used for storing temporary items when using multi-step changes, such as ajax requests.
views_ui_config_item_group_form_submit in views_ui/admin.inc
Submit handler for configing group settings on a view.
views_ui_config_style_form in views_ui/admin.inc
Form to config_style items in the views UI.
ViewUI::submitItemAdd in views_ui/lib/Drupal/views_ui/ViewUI.php
Submit handler for adding new item(s) to a view.