You are here

public function WebformHelpManagerInterface::buildLibraries in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/WebformHelpManagerInterface.php \Drupal\webform\WebformHelpManagerInterface::buildLibraries()

Build the libraries section.

Parameters

bool $docs: Set to TRUE to build exportable HTML documentation.

Return value

array An render array containing the libraries section.

1 method overrides WebformHelpManagerInterface::buildLibraries()
WebformHelpManager::buildLibraries in src/WebformHelpManager.php
Build the libraries section.

File

src/WebformHelpManagerInterface.php, line 168

Class

WebformHelpManagerInterface
Defines an interface for help classes.

Namespace

Drupal\webform

Code

public function buildLibraries($docs = FALSE);