Home
last modified time | relevance | path

Searched refs:ViewExecutable (Results 1 – 25 of 250) sorted by relevance

12345678910

/dports/www/drupal8/drupal-8.9.20/core/modules/views/tests/modules/views_test_data/
H A Dviews_test_data.views_execution.inc10 use Drupal\views\ViewExecutable;
15 function views_test_data_views_query_substitutions(ViewExecutable $view) {
51 function views_test_data_views_pre_render(ViewExecutable $view) {
67 function views_test_data_views_post_render(ViewExecutable $view, &$output, CachePluginBase $cache) {
79 function views_test_data_views_pre_build(ViewExecutable $view) {
86 function views_test_data_views_post_build(ViewExecutable $view) {
102 function views_test_data_views_pre_view(ViewExecutable $view) {
109 function views_test_data_views_pre_execute(ViewExecutable $view) {
116 function views_test_data_views_post_execute(ViewExecutable $view) {
123 function views_test_data_views_query_alter(ViewExecutable $view) {
/dports/www/drupal9/drupal-9.2.10/core/modules/views/tests/modules/views_test_data/
H A Dviews_test_data.views_execution.inc10 use Drupal\views\ViewExecutable;
15 function views_test_data_views_query_substitutions(ViewExecutable $view) {
51 function views_test_data_views_pre_render(ViewExecutable $view) {
67 function views_test_data_views_post_render(ViewExecutable $view, &$output, CachePluginBase $cache) {
79 function views_test_data_views_pre_build(ViewExecutable $view) {
86 function views_test_data_views_post_build(ViewExecutable $view) {
102 function views_test_data_views_pre_view(ViewExecutable $view) {
109 function views_test_data_views_pre_execute(ViewExecutable $view) {
116 function views_test_data_views_post_execute(ViewExecutable $view) {
123 function views_test_data_views_query_alter(ViewExecutable $view) {
/dports/www/drupal8/drupal-8.9.20/core/modules/views/
H A Dviews.api.php11 use Drupal\views\ViewExecutable; alias
95 function hook_views_analyze(Drupal\views\ViewExecutable $view) {
660 function hook_views_query_substitutions(ViewExecutable $view) {
699 function hook_views_pre_view(ViewExecutable $view, $display_id, array &$args) {
720 function hook_views_pre_build(ViewExecutable $view) {
741 function hook_views_post_build(ViewExecutable $view) {
766 function hook_views_pre_execute(ViewExecutable $view) {
792 function hook_views_post_execute(ViewExecutable $view) {
817 function hook_views_pre_render(ViewExecutable $view) {
874 function hook_views_query_alter(ViewExecutable $view, QueryPluginBase $query) {
[all …]
/dports/www/drupal9/drupal-9.2.10/core/modules/views/
H A Dviews.api.php11 use Drupal\views\ViewExecutable; alias
95 function hook_views_analyze(\Drupal\views\ViewExecutable $view) {
666 function hook_views_query_substitutions(ViewExecutable $view) {
705 function hook_views_pre_view(ViewExecutable $view, $display_id, array &$args) {
726 function hook_views_pre_build(ViewExecutable $view) {
747 function hook_views_post_build(ViewExecutable $view) {
772 function hook_views_pre_execute(ViewExecutable $view) {
798 function hook_views_post_execute(ViewExecutable $view) {
823 function hook_views_pre_render(ViewExecutable $view) {
880 function hook_views_query_alter(ViewExecutable $view, QueryPluginBase $query) {
[all …]
/dports/www/drupal8/drupal-8.9.20/core/modules/views/src/Plugin/views/query/
H A DQueryPluginBase.php9 use Drupal\views\ViewExecutable; alias
65 public function alter(ViewExecutable $view) {}
73 public function build(ViewExecutable $view) {}
88 public function execute(ViewExecutable $view) {}
99 public function addSignature(ViewExecutable $view) {}
/dports/www/drupal9/drupal-9.2.10/core/modules/views/src/Plugin/views/query/
H A DQueryPluginBase.php9 use Drupal\views\ViewExecutable; alias
65 public function alter(ViewExecutable $view) {}
73 public function build(ViewExecutable $view) {}
88 public function execute(ViewExecutable $view) {}
99 public function addSignature(ViewExecutable $view) {}
/dports/www/drupal8/drupal-8.9.20/core/modules/system/tests/themes/test_basetheme/
H A Dtest_basetheme.theme9 use Drupal\views\ViewExecutable;
14 function test_basetheme_views_pre_render(ViewExecutable $view) {
22 function test_basetheme_views_post_render(ViewExecutable $view, &$output, CachePluginBase $cache) {
/dports/www/drupal9/drupal-9.2.10/core/modules/system/tests/themes/test_basetheme/
H A Dtest_basetheme.theme9 use Drupal\views\ViewExecutable;
14 function test_basetheme_views_pre_render(ViewExecutable $view) {
22 function test_basetheme_views_post_render(ViewExecutable $view, &$output, CachePluginBase $cache) {
/dports/www/drupal8/drupal-8.9.20/core/modules/content_moderation/tests/modules/content_moderation_test_views/
H A Dcontent_moderation_test_views.module9 use Drupal\views\ViewExecutable;
14 * @param \Drupal\views\ViewExecutable $view
21 function content_moderation_test_views_views_query_alter(ViewExecutable $view, QueryPluginBase $que…
/dports/www/drupal9/drupal-9.2.10/core/modules/system/tests/themes/test_subtheme/
H A Dtest_subtheme.theme9 use Drupal\views\ViewExecutable;
14 function test_subtheme_views_pre_render(ViewExecutable $view) {
22 function test_subtheme_views_post_render(ViewExecutable $view, &$output, CachePluginBase $cache) {
/dports/www/drupal8/drupal-8.9.20/core/modules/system/tests/themes/test_subtheme/
H A Dtest_subtheme.theme9 use Drupal\views\ViewExecutable;
14 function test_subtheme_views_pre_render(ViewExecutable $view) {
22 function test_subtheme_views_post_render(ViewExecutable $view, &$output, CachePluginBase $cache) {
/dports/www/drupal8/drupal-8.9.20/core/modules/views/tests/src/Kernel/Handler/
H A DAreaDisplayLinkTest.php12 use Drupal\views\ViewExecutable; alias
306 protected function assertFormOptions(ViewExecutable $view, $display_link_id) {
323 protected function assertRenderedDisplayLinks(ViewExecutable $view, $display_id) {
359 protected function renderDisplayLink(ViewExecutable $view, $display_link_id) {
372 protected function assertNoWarningMessages(ViewExecutable $view) {
389 protected function assertWarningMessages(ViewExecutable $view, array $unequal_options) {
/dports/www/drupal9/drupal-9.2.10/core/modules/views/tests/src/Kernel/Handler/
H A DAreaDisplayLinkTest.php12 use Drupal\views\ViewExecutable; alias
306 protected function assertFormOptions(ViewExecutable $view, $display_link_id) {
323 protected function assertRenderedDisplayLinks(ViewExecutable $view, $display_id) {
359 protected function renderDisplayLink(ViewExecutable $view, $display_link_id) {
372 protected function assertNoWarningMessages(ViewExecutable $view) {
389 protected function assertWarningMessages(ViewExecutable $view, array $unequal_options) {
/dports/www/drupal8/drupal-8.9.20/core/modules/views/tests/modules/views_test_data/src/Plugin/views/query/
H A DQueryTest.php9 use Drupal\views\ViewExecutable; alias
86 public function build(ViewExecutable $view) {
97 public function execute(ViewExecutable $view) {
/dports/www/drupal9/drupal-9.2.10/core/modules/views/tests/modules/views_test_data/src/Plugin/views/query/
H A DQueryTest.php9 use Drupal\views\ViewExecutable; alias
86 public function build(ViewExecutable $view) {
97 public function execute(ViewExecutable $view) {
/dports/www/drupal8/drupal-8.9.20/core/modules/views/tests/src/Unit/
H A DPluginTypeListTest.php5 use Drupal\views\ViewExecutable; alias
41 $diff = array_diff($plugin_list, ViewExecutable::getPluginTypes());
/dports/www/drupal8/drupal-8.9.20/core/modules/views/src/Ajax/
H A DViewAjaxResponse.php6 use Drupal\views\ViewExecutable; alias
28 public function setView(ViewExecutable $view) {
/dports/www/drupal9/drupal-9.2.10/core/modules/views/src/Ajax/
H A DViewAjaxResponse.php6 use Drupal\views\ViewExecutable; alias
28 public function setView(ViewExecutable $view) {
/dports/www/drupal9/drupal-9.2.10/core/modules/views/tests/src/Unit/
H A DPluginTypeListTest.php5 use Drupal\views\ViewExecutable; alias
41 $diff = array_diff($plugin_list, ViewExecutable::getPluginTypes());
/dports/www/drupal8/drupal-8.9.20/core/modules/views/src/Plugin/views/filter/
H A DBroken.php7 use Drupal\views\ViewExecutable; alias
22 public function init(ViewExecutable $view, DisplayPluginBase $display, array &$options = NULL) {
/dports/www/drupal9/drupal-9.2.10/core/modules/views/src/Plugin/views/filter/
H A DBroken.php7 use Drupal\views\ViewExecutable; alias
22 public function init(ViewExecutable $view, DisplayPluginBase $display, array &$options = NULL) {
/dports/www/drupal8/drupal-8.9.20/core/modules/views/src/Plugin/views/display/
H A DDisplayPluginInterface.php5 use Drupal\views\ViewExecutable; alias
45 public function initDisplay(ViewExecutable $view, array &$display, array &$options = NULL);
170 public function attachTo(ViewExecutable $view, $display_id, array &$build);
/dports/www/drupal9/drupal-9.2.10/core/modules/views/src/Plugin/views/display/
H A DDisplayPluginInterface.php5 use Drupal\views\ViewExecutable; alias
45 public function initDisplay(ViewExecutable $view, array &$display, array &$options = NULL);
170 public function attachTo(ViewExecutable $view, $display_id, array &$build);
/dports/www/drupal9/drupal-9.2.10/core/modules/content_moderation/
H A Dcontent_moderation.views_execution.inc8 use Drupal\views\ViewExecutable;
13 function content_moderation_views_query_substitutions(ViewExecutable $view) {
/dports/www/drupal8/drupal-8.9.20/core/modules/content_moderation/
H A Dcontent_moderation.views_execution.inc8 use Drupal\views\ViewExecutable;
13 function content_moderation_views_query_substitutions(ViewExecutable $view) {

12345678910