You are here

public function ImcePluginInterface::buildPage in IMCE 8.2

Same name and namespace in other branches
  1. 8 src/ImcePluginInterface.php \Drupal\imce\ImcePluginInterface::buildPage()

Builds imce page by adding required libraries and elements.

1 method overrides ImcePluginInterface::buildPage()
ImcePluginBase::buildPage in src/ImcePluginBase.php
Builds imce page by adding required libraries and elements.

File

src/ImcePluginInterface.php, line 45

Class

ImcePluginInterface
Defines an interface for Imce plugins.

Namespace

Drupal\imce

Code

public function buildPage(array &$page, ImceFM $fm);