You are here

12 calls to ViewExecutable::viewsHandlerTypes() 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.
DisplayPluginBase::isIdentifierUnique in lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Check if the provided identifier is unique.
DisplayPluginBase::validate in lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Make sure the display and all associated handlers are valid.
HandlerAllTest::testHandlers in lib/Drupal/views/Tests/Handler/HandlerAllTest.php
Tests most of the handlers.
HandlerBase::buildGroupByForm in lib/Drupal/views/Plugin/views/HandlerBase.php
Provide a form for aggregation settings.
HandlerBase::init in lib/Drupal/views/Plugin/views/HandlerBase.php
Init the handler with necessary data.
HandlerTest::viewsData in lib/Drupal/views/Tests/Handler/HandlerTest.php
Overrides Drupal\views\Tests\ViewTestBase::viewsData().
ViewExecutableTest::testInitMethods in lib/Drupal/views/Tests/ViewExecutableTest.php
Tests the initDisplay() and initHandlers() methods.
ViewExecutableTest::testViewsHandlerTypes in lib/Drupal/views/Tests/ViewExecutableTest.php
Tests ViewExecutable::viewsHandlerTypes().
views_ui_view_preview_section_handler_links in views_ui/views_ui.module
Returns contextual links for each handler of a certain section.
ViewUI::getFormBucket in views_ui/lib/Drupal/views_ui/ViewUI.php
Add information about a section to a display.
ViewUI::submitItemAdd in views_ui/lib/Drupal/views_ui/ViewUI.php
Submit handler for adding new item(s) to a view.