You are here

public function BlazyViews::admin in Blazy 8.2

Same name and namespace in other branches
  1. 8 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 47

Class

BlazyViews
Blazy style plugin.

Namespace

Drupal\blazy\Plugin\views\style

Code

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