You are here

public function BlazyViewsFieldPluginBase::blazyAdmin in Blazy 8.2

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

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');
}