You are here

public function BlazyViews::admin in Blazy 8

Same name and namespace in other branches
  1. 8.2 src/Plugin/views/style/BlazyViews.php \Drupal\blazy\Plugin\views\style\BlazyViews::admin()

Returns the blazy admin.

File

src/Plugin/views/style/BlazyViews.php, line 52

Class

BlazyViews
Blazy style plugin.

Namespace

Drupal\blazy\Plugin\views\style

Code

public function admin() {
  return \Drupal::service('blazy.admin');
}