| ViewsTestConfigHooks::disableBrokenHandler |
function |
core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php |
Helper method to remove broken handler. |
| ViewsTestConfigHooks::viewLoad |
function |
core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php |
Implements hook_ENTITY_TYPE_load(). |
| ViewsTestConfigHooks::viewsPluginsAreaAlter |
function |
core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php |
Implements hook_views_plugins_area_alter(). |
| ViewsTestConfigHooks::viewsPluginsArgumentAlter |
function |
core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php |
Implements hook_views_plugins_argument_alter(). |
| ViewsTestConfigHooks::viewsPluginsFieldAlter |
function |
core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php |
Implements hook_views_plugins_field_alter(). |
| ViewsTestConfigHooks::viewsPluginsFilterAlter |
function |
core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php |
Implements hook_views_plugins_filter_alter(). |
| ViewsTestConfigHooks::viewsPluginsRelationshipAlter |
function |
core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php |
Implements hook_views_plugins_relationship_alter(). |
| ViewsTestConfigHooks::viewsPluginsSortAlter |
function |
core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php |
Implements hook_views_plugins_sort_alter(). |
| ViewsTestConfigHooks::viewsPostRender |
function |
core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php |
Implements hook_views_post_render(). |
| ViewsTestConfigUpdaterHooks |
class |
core/modules/views/tests/modules/views_test_config_updater/src/Hook/ViewsTestConfigUpdaterHooks.php |
Hooks for the views_test_config_updater module. |
| ViewsTestConfigUpdaterHooks.php |
file |
core/modules/views/tests/modules/views_test_config_updater/src/Hook/ViewsTestConfigUpdaterHooks.php |
|
| ViewsTestConfigUpdaterHooks::viewPresave |
function |
core/modules/views/tests/modules/views_test_config_updater/src/Hook/ViewsTestConfigUpdaterHooks.php |
Implements hook_ENTITY_TYPE_presave(). |
| ViewsTestConfigUpdaterHooks::__construct |
function |
core/modules/views/tests/modules/views_test_config_updater/src/Hook/ViewsTestConfigUpdaterHooks.php |
|
| ViewsTestDataController |
class |
core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestDataController.php |
Controller class for views_test_data callbacks. |
| ViewsTestDataController.php |
file |
core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestDataController.php |
|
| ViewsTestDataController::errorFormPage |
function |
core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestDataController.php |
Renders an error form page. |
| ViewsTestDataController::placeholderLazyBuilder |
function |
core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestDataController.php |
Render API callback: For testing placeholdering only. |
| ViewsTestDataController::preRender |
function |
core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestDataController.php |
Tests pre_render function. |
| ViewsTestDataController::trustedCallbacks |
function |
core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestDataController.php |
Lists the trusted callbacks provided by the implementing class. |
| ViewsTestDataElementEmbedForm |
class |
core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementEmbedForm.php |
Simple form page callback to test the view element. |
| ViewsTestDataElementEmbedForm.php |
file |
core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementEmbedForm.php |
|
| ViewsTestDataElementEmbedForm::buildForm |
function |
core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementEmbedForm.php |
Form constructor. |
| ViewsTestDataElementEmbedForm::getFormId |
function |
core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementEmbedForm.php |
Returns a unique string identifying the form. |
| ViewsTestDataElementEmbedForm::submitForm |
function |
core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementEmbedForm.php |
Form submission handler. |
| ViewsTestDataElementForm |
class |
core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementForm.php |
Simple form page callback to test the view element. |
| ViewsTestDataElementForm.php |
file |
core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementForm.php |
|
| ViewsTestDataElementForm::buildForm |
function |
core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementForm.php |
Form constructor. |
| ViewsTestDataElementForm::getFormId |
function |
core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementForm.php |
Returns a unique string identifying the form. |
| ViewsTestDataElementForm::submitForm |
function |
core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementForm.php |
Form submission handler. |
| ViewsTestDataErrorForm |
class |
core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataErrorForm.php |
Implements a test form that has a validation error. |
| ViewsTestDataErrorForm.php |
file |
core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataErrorForm.php |
|
| ViewsTestDataErrorForm::buildForm |
function |
core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataErrorForm.php |
Form constructor. |
| ViewsTestDataErrorForm::getFormId |
function |
core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataErrorForm.php |
Returns a unique string identifying the form. |
| ViewsTestDataErrorForm::submitForm |
function |
core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataErrorForm.php |
Form submission handler. |
| ViewsTestDataErrorForm::validateForm |
function |
core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataErrorForm.php |
Form validation handler. |
| ViewsTestDataHooks |
class |
core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataHooks.php |
Hook implementations for views_test_data. |
| ViewsTestDataHooks.php |
file |
core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataHooks.php |
|
| ViewsTestDataHooks::formViewsFormTestFormMultipleDefaultAlter |
function |
core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataHooks.php |
Implements hook_form_BASE_FORM_ID_alter(). |
| ViewsTestDataHooks::viewUpdate |
function |
core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataHooks.php |
Implements hook_ENTITY_TYPE_update() for the 'view' entity type. |
| ViewsTestDataThemeHooks |
class |
core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataThemeHooks.php |
Hook implementations for views_test_data. |
| ViewsTestDataThemeHooks.php |
file |
core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataThemeHooks.php |
|
| ViewsTestDataThemeHooks::preprocessViewsViewMappingTest |
function |
core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataThemeHooks.php |
Prepares variables for the mapping row style test templates. |
| ViewsTestDataThemeHooks::preprocessViewsViewTable |
function |
core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataThemeHooks.php |
Implements hook_preprocess_HOOK() for views table templates. |
| ViewsTestDataViewsExecutionHooks |
class |
core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataViewsExecutionHooks.php |
Hook implementations for views_test_data. |
| ViewsTestDataViewsExecutionHooks.php |
file |
core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataViewsExecutionHooks.php |
|
| ViewsTestDataViewsExecutionHooks::fieldViewsData |
function |
core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataViewsExecutionHooks.php |
Implements hook_field_views_data(). |
| ViewsTestDataViewsExecutionHooks::fieldViewsDataAlter |
function |
core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataViewsExecutionHooks.php |
Implements hook_field_views_data_alter(). |
| ViewsTestDataViewsExecutionHooks::viewsFormSubstitutions |
function |
core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataViewsExecutionHooks.php |
Implements hook_views_form_substitutions(). |
| ViewsTestDataViewsExecutionHooks::viewsPostBuild |
function |
core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataViewsExecutionHooks.php |
Implements hook_views_post_build(). |
| ViewsTestDataViewsExecutionHooks::viewsPostExecute |
function |
core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataViewsExecutionHooks.php |
Implements hook_views_post_execute(). |