public function BlazyViewsTest::admin in Blazy 8
Same name and namespace in other branches
- 8.2 tests/modules/blazy_test/src/Plugin/views/style/BlazyViewsTest.php \Drupal\blazy_test\Plugin\views\style\BlazyViewsTest::admin()
Returns the blazy admin.
File
- tests/
modules/ blazy_test/ src/ Plugin/ views/ style/ BlazyViewsTest.php, line 29
Class
- BlazyViewsTest
- Blazy Views Test style plugin.
Namespace
Drupal\blazy_test\Plugin\views\styleCode
public function admin() {
return \Drupal::service('blazy_test.admin');
}