You are here

public function BlazyViewsFieldPluginBase::blazyAdmin in Blazy 8

Same name and namespace in other branches
  1. 8.2 src/Plugin/views/field/BlazyViewsFieldPluginBase.php \Drupal\blazy\Plugin\views\field\BlazyViewsFieldPluginBase::blazyAdmin()

Returns the blazy admin.

File

src/Plugin/views/field/BlazyViewsFieldPluginBase.php, line 47

Class

BlazyViewsFieldPluginBase
Defines a base views field plugin to render a preview of supported fields.

Namespace

Drupal\blazy\Plugin\views\field

Code

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