public function Facet::getWidgetManager in Facets 8
Returns the widget plugin manager.
Return value
\Drupal\facets\Widget\WidgetPluginManager The widget plugin manager.
File
- src/
Entity/ Facet.php, line 314
Class
- Facet
- Defines the facet configuration entity.
Namespace
Drupal\facets\EntityCode
public function getWidgetManager() {
return $this->widget_plugin_manager ?: \Drupal::service('plugin.manager.facets.widget');
}