public function FootermapInterface::buildMap in footermap: a footer site map 8
Build content for footer site map.
The default implementation should call buildMenu() recursively.
This deprecates footermap_render().
@todo The return value may change by the time Drupal 8 is released.
Return value
array An associative array ready for render system.
See also
Drupal\footermap\Plugin\Block\Footermap::buildMenu()
1 method overrides FootermapInterface::buildMap()
- FootermapBlock::buildMap in src/
Plugin/ Block/ FootermapBlock.php - Build content for footer site map.
File
- src/
Plugin/ Block/ FootermapInterface.php, line 24
Class
- FootermapInterface
- Interface for Footermap clasess.
Namespace
Drupal\footermap\Plugin\BlockCode
public function buildMap();