You are here

public function ResponsiveLayout::renderLayout in Layout 8

Implements Drupal\layout\Plugin\LayoutInterface::renderLayout().

Overrides LayoutInterface::renderLayout

File

lib/Drupal/rlayout/Plugin/layout/layout/ResponsiveLayout.php, line 40
Definition of Drupal\rlayout\Plugin\layout\layout\ResponsiveLayout.

Class

ResponsiveLayout
Plugin annotation @Plugin( id = "responsive_layout", derivative = "Drupal\rlayout\Plugin\Derivative\Layout" )

Namespace

Drupal\rlayout\Plugin\layout\layout

Code

public function renderLayout($admin = FALSE) {
  $definition = $this
    ->getDefinition();
  return '@todo Temporary';
}