class GridStackAdminStylizer in GridStack 8.2
Implements GridStackAdminStylizerInterface.
@todo bring formatter goodness into Layout Builder.
Hierarchy
- class \Drupal\gridstack\Form\GridStackAdmin implements GridStackAdminInterface uses StringTranslationTrait
- class \Drupal\gridstack\Form\GridStackAdminStylizer implements GridStackAdminStylizerInterface
Expanded class hierarchy of GridStackAdminStylizer
1 string reference to 'GridStackAdminStylizer'
1 service uses GridStackAdminStylizer
File
- src/
Form/ GridStackAdminStylizer.php, line 10
Namespace
Drupal\gridstack\FormView source
class GridStackAdminStylizer extends GridStackAdmin implements GridStackAdminStylizerInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
GridStackAdmin:: |
protected | property | The blazy admin service. | |
GridStackAdmin:: |
protected | property | The gridstack manager service. | |
GridStackAdmin:: |
protected | property | Static cache for the optionset options. | |
GridStackAdmin:: |
public | function | Returns the blazy admin formatter. | |
GridStackAdmin:: |
public | function | Returns all settings form elements. | |
GridStackAdmin:: |
public | function | Returns the closing ending form elements. | |
GridStackAdmin:: |
public static | function | ||
GridStackAdmin:: |
public | function | Returns re-usable logic, styling and assets across fields and Views. | |
GridStackAdmin:: |
public | function | Returns available fields for select options. | |
GridStackAdmin:: |
public | function | Returns default layout options for the core Image, or Views. | |
GridStackAdmin:: |
public | function | Returns available options for select options. | |
GridStackAdmin:: |
public | function | Returns Responsive image for select options. | |
GridStackAdmin:: |
public | function | Return the field formatter settings summary. | |
GridStackAdmin:: |
public | function | Returns available skins for select options. | |
GridStackAdmin:: |
public | function | Returns the main form elements. | |
GridStackAdmin:: |
public | function | Returns the slick manager. | |
GridStackAdmin:: |
public | function | Returns the opening form elements. | |
GridStackAdmin:: |
public | function | Constructs a GridStackAdmin object. | |
StringTranslationTrait:: |
protected | property | The string translation service. | 1 |
StringTranslationTrait:: |
protected | function | Formats a string containing a count of items. | |
StringTranslationTrait:: |
protected | function | Returns the number of plurals supported by a given language. | |
StringTranslationTrait:: |
protected | function | Gets the string translation service. | |
StringTranslationTrait:: |
public | function | Sets the string translation service to use. | 2 |
StringTranslationTrait:: |
protected | function | Translates a string to the current language or to a given language. |