14 calls to views_get_handler()

ConfigItem::buildForm in drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/ConfigItem.php
Implements \Drupal\Core\Form\FormInterface::buildForm().
ConfigItem::submitForm in drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/ConfigItem.php
Overrides \Drupal\views_ui\Form\Ajax\ViewsFormBase::submitForm().
ConfigItemGroup::submitForm in drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/ConfigItemGroup.php
Overrides \Drupal\views_ui\Form\Ajax\ViewsFormBase::submitForm().
DisplayPluginBase::getHandlers in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Get a full array of handlers for $type. This caches them.
FieldUnitTest::testClickSortable in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUnitTest.php
Tests whether the filters are click sortable as expected.
GroupByNumeric::init in drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/GroupByNumeric.php
Overrides \Drupal\views\Plugin\views\HandlerBase::init().
HandlerAllTest::testHandlers in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/HandlerAllTest.php
Tests most of the handlers.
HandlerBase::submitTemporaryForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php
A submit handler that is used for storing temporary items when using multi-step changes, such as ajax requests.
HandlerTest::testBreakPhrase in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/HandlerTest.php
Tests Drupal\views\Plugin\views\HandlerBase::breakPhrase() function.
HandlerTest::testBreakPhraseString in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/HandlerTest.php
Tests the breakPhraseString() method.
InputRequired::pre_render in drupal/core/modules/views/lib/Drupal/views/Plugin/views/exposed_form/InputRequired.php
ModuleTest::testViewsGetHandler in drupal/core/modules/views/lib/Drupal/views/Tests/ModuleTest.php
Tests the views_get_handler method.
RowPluginBase::buildOptionsForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/RowPluginBase.php
Provide a form for setting options.
ViewUI::submitItemAdd in drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php
Submit handler for adding new item(s) to a view.