public function ParagraphsTypeListBuilder::render

File

paragraphs/src/Controller/ParagraphsTypeListBuilder.php, line 65

Class

ParagraphsTypeListBuilder
Provides a listing of ParagraphsType.

Namespace

Drupal\paragraphs\Controller

Code

public function render() {
  $build = parent::render();
  $build['#attached']['library'][] = 'paragraphs/drupal.paragraphs.list_builder';
  return $build;
}