public static function FieldsPluginOptions::fromFieldsPlugin in Layout Plugin Views 8
Same name and namespace in other branches
- 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
Namespace
Drupal\layout_plugin_viewsCode
public static function fromFieldsPlugin(LayoutPluginManagerInterface $layoutPluginManager, Fields $plugin) {
return new static($layoutPluginManager, $plugin);
}