Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| HandlerBase::getJoin | function | core/ |
|
| HandlerBase::getModuleHandler | function | core/ |
Gets the module handler. |
| HandlerBase::getTableJoin | function | core/ |
|
| HandlerBase::getViewsData | function | core/ |
Gets views data service. |
| HandlerBase::hasExtraOptions | function | core/ |
If a handler has 'extra options' it will get a little settings widget and another form called extra_options. |
| HandlerBase::init | function | core/ |
|
| HandlerBase::isAGroup | function | core/ |
Returns TRUE if the exposed filter works like a grouped filter. |
| HandlerBase::isExposed | function | core/ |
Determine if this item is 'exposed', meaning it provides form elements to let users modify the view. |
| HandlerBase::multipleExposedInput | function | core/ |
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/ |
Provides a unique placeholders for handlers. |
| HandlerBase::postExecute | function | core/ |
|
| HandlerBase::preQuery | function | core/ |
|
| HandlerBase::query | function | core/ |
|
| HandlerBase::sanitizeValue | function | core/ |
|
| HandlerBase::setModuleHandler | function | core/ |
Sets the module handler. |
| HandlerBase::setRelationship | function | core/ |
|
| HandlerBase::setViewsData | function | core/ |
|
| HandlerBase::showExposeButton | function | core/ |
Shortcut to display the expose/hide button. |
| HandlerBase::showExposeForm | function | core/ |
Shortcut to display the exposed options form. |
| HandlerBase::storeExposedInput | function | core/ |
If set to remember exposed input in the session, store it there. |
| HandlerBase::submitExposed | function | core/ |
Submit the exposed handler form |
| HandlerBase::submitExposeForm | function | core/ |
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/ |
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/ |
Calculates options stored on the handler |
| HandlerBase::submitGroupByForm | function | core/ |
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/ |
A submit handler that is used for storing temporary items when using multi-step changes, such as ajax requests. |
| HandlerBase::usesGroupBy | function | core/ |
Provides the handler some groupby. |
| HandlerBase::validate | function | core/ |
|
| HandlerBase::validateExposed | function | core/ |
Validate the exposed handler form |
| HandlerBase::validateExposeForm | function | core/ |
Validate the options form. |
| HandlerBase::validateExtraOptionsForm | function | core/ |
Validate the options form. |
| HandlerBase::__construct | function | core/ |
Constructs a Handler object. |
| HandlerBaseTest | class | core/ |
@coversDefaultClass \Drupal\views\Plugin\views\HandlerBase[[api-linebreak]] @group Views |
| HandlerBaseTest.php | file | core/ |
Contains \Drupal\Tests\views\Unit\Plugin\HandlerBaseTest. |
| HandlerBaseTest::setUp | function | core/ |
|
| HandlerBaseTest::testGetEntityTypeForFieldOnBaseTable | function | core/ |
@covers ::getEntityType[[api-linebreak]] |
| HandlerBaseTest::testGetEntityTypeForFieldWithRelationship | function | core/ |
@covers ::getEntityType[[api-linebreak]] |
| HandlerFieldFieldTest | class | core/ |
Tests the field rendering in views. |
| HandlerFieldFieldTest.php | file | core/ |
|
| HandlerFieldFieldTest::$fieldStorages | property | core/ |
Test field storage. |
| HandlerFieldFieldTest::$modules | property | core/ |
|
| HandlerFieldFieldTest::$nodes | property | core/ |
Test nodes. |
| HandlerFieldFieldTest::$testViews | property | core/ |
Views used by this test. |
| HandlerFieldFieldTest::createFields | function | core/ |
Creates the testing fields. |
| HandlerFieldFieldTest::doTestFormatterSimpleFieldRender | function | core/ |
Tests that fields with formatters runs as expected. |
| HandlerFieldFieldTest::doTestInaccessibleFieldRender | function | core/ |
Tests inaccessible field rendering. |
| HandlerFieldFieldTest::doTestMultipleFieldRender | function | core/ |
Tests multi-value field rendering. |
| HandlerFieldFieldTest::doTestSimpleFieldRender | function | core/ |
Tests simple field rendering. |
| HandlerFieldFieldTest::prepareView | function | core/ |
Sets up the testing view with random field data. |
| HandlerFieldFieldTest::testFieldRender | function | core/ |
Tests fields rendering in views. |
Pagination
- Previous page
- Page 727
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.