protected function InsertFileWidgetUtility::getStyleLabel in Insert 8
Parameters
array $style:
Return value
string
1 call to InsertFileWidgetUtility::getStyleLabel()
- InsertFileWidgetUtility::process in src/
Utility/ InsertFileWidgetUtility.php - Form API callback: Processes a file field element.
1 method overrides InsertFileWidgetUtility::getStyleLabel()
- InsertImageWidgetUtility::getStyleLabel in src/
Utility/ InsertImageWidgetUtility.php - @inheritdoc
File
- src/
Utility/ InsertFileWidgetUtility.php, line 365
Class
Namespace
Drupal\insert\UtilityCode
protected function getStyleLabel($style) {
return $style['label'];
}