function IconPackManagerInterface::getExtractorPluginForms

Retrieve extractor forms based on the provided icon set limit.

Parameters

array $form: The form structure where widgets are being attached to. This might be a full form structure, or a sub-element of a larger form.

\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.

array $default_settings: The settings for the forms (optional).

array $allowed_icon_packs: The list of icon packs (optional).

bool $wrap_details: Wrap each form in details (optional).

1 method overrides IconPackManagerInterface::getExtractorPluginForms()
IconPackManager::getExtractorPluginForms in core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManager.php
Retrieve extractor forms based on the provided icon set limit.

File

core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManagerInterface.php, line 67

Class

IconPackManagerInterface
Interface for icon pack manager.

Namespace

Drupal\Core\Theme\Icon\Plugin

Code

public function getExtractorPluginForms(array &$form, FormStateInterface $form_state, array $default_settings = [], array $allowed_icon_packs = [], bool $wrap_details = FALSE) : void;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.