DisplayMenuInterface.php
Same filename in other branches
Namespace
Drupal\views\Plugin\views\displayFile
-
core/
modules/ views/ src/ Plugin/ views/ display/ DisplayMenuInterface.php
View source
<?php
namespace Drupal\views\Plugin\views\display;
/**
* Defines an interface for displays that provide menu links.
*/
interface DisplayMenuInterface {
/**
* Gets menu links, if this display provides some.
*
* @return array
* The menu links registers for this display.
*
* @see \Drupal\views\Plugin\Derivative\ViewsMenuLink
*/
public function getMenuLinks();
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
DisplayMenuInterface | Defines an interface for displays that provide menu links. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.