updated core to 8.6.1 via composer

This commit is contained in:
2018-09-12 13:58:26 +02:00
parent a9a219f2ed
commit ea56b9fba3
4443 changed files with 112098 additions and 40708 deletions
+4 -4
View File
@@ -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) {