function layout_discovery_theme

Implements hook_theme().

File

core/modules/layout_discovery/layout_discovery.module, line 27

Code

function layout_discovery_theme() {
  return \Drupal::service('plugin.manager.core.layout')->getThemeImplementations();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.