Views area handlers |
group |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/AreaPluginBase.php |
Handlers to tell Views what can display in header, footer
and empty text in a view. |
Views join handlers |
group |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/join/JoinPluginBase.php |
Handlers to tell Views how to join tables together. |
Views sort handlers |
group |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/SortPluginBase.php |
Handlers to tell Views how to sort queries. |
Views field handlers |
group |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Handlers to tell Views how to build and display fields. |
Views filter handlers |
group |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php |
Handlers to tell Views how to filter queries. |
form_execute_handlers |
function |
drupal/core/includes/form.inc |
Executes custom validation and submission handlers for a given form. |
Views module handlers |
group |
drupal/core/modules/views/views.api.php |
Handlers exposed by various modules to Views. |
Twig_Parser::$handlers |
property |
drupal/core/vendor/twig/twig/lib/Twig/Parser.php |
|
Views argument handlers |
group |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php |
Handlers to tell Views how to contextually filter queries. |
Views relationship handlers |
group |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/relationship/RelationshipPluginBase.php |
Handlers to tell Views how to create alternate relationships. |
ViewExecutable::initHandlers |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Acquire and attach all of the handlers. |
DisplayPluginBase::$handlers |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
|
HandlerAllTest::testHandlers |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/HandlerAllTest.php |
Tests most of the handlers. |
DisplayPluginBase::getHandlers |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Get a full array of handlers for $type. This caches them. |
ViewExecutable::$displayHandlers |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
The list of used displays of the view. |
HistoryTimestampTest::testHandlers |
function |
drupal/core/modules/history/lib/Drupal/history/Tests/Views/HistoryTimestampTest.php |
Tests the handlers. |
NullSessionStorageTest::testSaveHandlers |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NullSessionHandlerTest.php |
|
PHPUnit_Util_Test::getErrorHandlerSettings |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Test.php |
Returns the error handler settings for a test. |