updated core to 8.6.1 via composer
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user