X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fviews%2Fviews.module;fp=web%2Fcore%2Fmodules%2Fviews%2Fviews.module;h=b82f36d4a5a5f840a8fe05cf07f1287a0eae2c66;hp=f484f1833a84ff4c4f36a2801e6f16efe8e296b8;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/views/views.module b/web/core/modules/views/views.module index f484f1833..b82f36d4a 100644 --- a/web/core/modules/views/views.module +++ b/web/core/modules/views/views.module @@ -326,9 +326,10 @@ function views_theme_suggestions_container_alter(array &$suggestions, array $var * * @param $render_element * The renderable array to which contextual links will be added. This array - * should be suitable for passing in to drupal_render() and will normally - * contain a representation of the view display whose contextual links are - * being requested. + * should be suitable for passing in to + * \Drupal\Core\Render\RendererInterface::render() and will normally contain a + * representation of the view display whose contextual links are being + * requested. * @param $location * The location in which the calling function intends to render the view and * its contextual links. The core system supports three options for this @@ -358,7 +359,6 @@ function views_theme_suggestions_container_alter(array &$suggestions, array $var * - #view_display_plugin_id: The plugin ID of the display. * * @see \Drupal\views\Plugin\Block\ViewsBlock::addContextualLinks() - * @see views_preprocess_page() * @see template_preprocess_views_view() */ function views_add_contextual_links(&$render_element, $location, $display_id, array $view_element = NULL) {