You are here

public static function FieldsPluginOptions::fromFieldsPlugin in Layout Plugin Views 8

Same name and namespace in other branches
  1. 8.2 src/FieldsPluginOptions.php \Drupal\layout_plugin_views\FieldsPluginOptions::fromFieldsPlugin()
1 call to FieldsPluginOptions::fromFieldsPlugin()
Fields::__construct in src/Plugin/views/row/Fields.php
Constructs a PluginBase object.

File

src/FieldsPluginOptions.php, line 21

Class

FieldsPluginOptions

Namespace

Drupal\layout_plugin_views

Code

public static function fromFieldsPlugin(LayoutPluginManagerInterface $layoutPluginManager, Fields $plugin) {
  return new static($layoutPluginManager, $plugin);
}