class GridStackFormatter in GridStack 8.2
Same name and namespace in other branches
- 8 src/GridStackFormatter.php \Drupal\gridstack\GridStackFormatter
Implements GridStackFormatterInterface.
Hierarchy
- class \Drupal\blazy\BlazyManagerBase implements BlazyManagerInterface uses DependencySerializationTrait, StringTranslationTrait
- class \Drupal\blazy\BlazyManager implements TrustedCallbackInterface
- class \Drupal\blazy\BlazyFormatter implements BlazyFormatterInterface
- class \Drupal\gridstack\GridStackFormatter implements GridStackFormatterInterface
- class \Drupal\blazy\BlazyFormatter implements BlazyFormatterInterface
- class \Drupal\blazy\BlazyManager implements TrustedCallbackInterface
Expanded class hierarchy of GridStackFormatter
1 string reference to 'GridStackFormatter'
1 service uses GridStackFormatter
File
- src/
GridStackFormatter.php, line 10
Namespace
Drupal\gridstackView source
class GridStackFormatter extends BlazyFormatter implements GridStackFormatterInterface {
/**
* {@inheritdoc}
*/
public function buildSettings(array &$build, $items) {
// Prepare integration with Blazy.
$settings =& $build['settings'];
$settings = array_merge($settings, GridStackDefault::fixedSettings());
// Pass basic info to parent::buildSettings().
parent::buildSettings($build, $items);
$this
->getModuleHandler()
->alter('gridstack_settings', $build, $items);
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
BlazyFormatter:: |
protected | property | Returns available styles with crop in the effect name. | |
BlazyFormatter:: |
protected | property | Checks if the image style contains crop in the effect name. | |
BlazyFormatter:: |
private | property | Checks if image dimensions are set. | |
BlazyFormatter:: |
private | function | Returns available image styles with crop in the name. | |
BlazyFormatter:: |
public | function |
Extract the first image item to build colorbox/zoom-like gallery. Overrides BlazyFormatterInterface:: |
|
BlazyFormatter:: |
public | function |
Checks if an image style contains crop effect. Overrides BlazyFormatterInterface:: |
|
BlazyFormatter:: |
public | function |
Modifies the field formatter settings not inherited by child elements. Overrides BlazyFormatterInterface:: |
|
BlazyFormatter:: |
public | function |
Modifies the field formatter settings inherited by child elements. Overrides BlazyFormatterInterface:: |
|
BlazyFormatter:: |
protected | function | Sets dimensions once to reduce method calls, if image style contains crop. | |
BlazyManager:: |
private | function | Prepares CSS background image. | |
BlazyManager:: |
public | function | Returns the contents using theme_field(), or theme_item_list(). | |
BlazyManager:: |
public | function | Build captions for both old image, or media entity. | |
BlazyManager:: |
protected | function | Build out (rich media) content. | |
BlazyManager:: |
private | function | Build out image, or anything related, including cache, CSS background, etc. | |
BlazyManager:: |
private | function | Build out (Responsive) image. | |
BlazyManager:: |
private | function | Build out Responsive image. | |
BlazyManager:: |
protected | function | Build thumbnails, also to provide placeholder for blur effect. | |
BlazyManager:: |
public | function | Returns the enforced rich media content, or media using theme_blazy(). | |
BlazyManager:: |
public | function | Deprecated method. | |
BlazyManager:: |
protected | function | Prepares Blazy settings. | |
BlazyManager:: |
protected | function | Prepares the Blazy output as a structured array ready for ::renderer(). | |
BlazyManager:: |
protected | function | Prepares Blazy outputs, extract items as indices. | |
BlazyManager:: |
public | function | Builds the Blazy image as a structured array ready for ::renderer(). | |
BlazyManager:: |
public | function | Builds the Blazy outputs as a structured array ready for ::renderer(). | |
BlazyManager:: |
protected | function | Build thumbnails, also to provide placeholder for blur effect. | |
BlazyManager:: |
public static | function |
Lists the trusted callbacks provided by the implementing class. Overrides TrustedCallbackInterface:: |
|
BlazyManagerBase:: |
protected | property | The cache backend. | |
BlazyManagerBase:: |
protected | property | The config factory. | |
BlazyManagerBase:: |
protected | property | The entity repository service. | |
BlazyManagerBase:: |
protected | property | The entity type manager service. | |
BlazyManagerBase:: |
protected | property | The language manager. | |
BlazyManagerBase:: |
protected | property | The module handler service. | |
BlazyManagerBase:: |
protected | property | The renderer. | |
BlazyManagerBase:: |
protected | property | The app root. | |
BlazyManagerBase:: |
public | function |
Returns array of needed assets suitable for #attached property. Overrides BlazyManagerInterface:: |
|
BlazyManagerBase:: |
public | function | Collects defined skins as registered via hook_MODULE_NAME_skins_info(). | |
BlazyManagerBase:: |
public | function | Returns any config, or keyed by the $setting_name. | |
BlazyManagerBase:: |
public static | function | ||
BlazyManagerBase:: |
public | function | Returns a shortcut for loading a config entity: image_style, slick, etc. | |
BlazyManagerBase:: |
public | function | Returns a shortcut for loading multiple configuration entities. | |
BlazyManagerBase:: |
public | function | Returns the cache. | |
BlazyManagerBase:: |
public | function | Return the cache metadata common for all blazy-related modules. | |
BlazyManagerBase:: |
public | function | Returns the common UI settings inherited down to each item. | |
BlazyManagerBase:: |
public | function | Returns the config factory. | |
BlazyManagerBase:: |
public | function | Returns the entity repository service. | |
BlazyManagerBase:: |
public | function | Returns the entity type manager. | |
BlazyManagerBase:: |
public | function |
Returns the supported image effects. Overrides BlazyManagerInterface:: |
|
BlazyManagerBase:: |
public | function |
Returns drupalSettings for IO. Overrides BlazyManagerInterface:: |
|
BlazyManagerBase:: |
public | function |
Gets the supported lightboxes. Overrides BlazyManagerInterface:: |
|
BlazyManagerBase:: |
public | function | Returns the module handler. | |
BlazyManagerBase:: |
public | function | Returns the renderer. | |
BlazyManagerBase:: |
public | function | Returns the Responsive image styles and caches tags. | |
BlazyManagerBase:: |
public | function |
Checks for Blazy formatter such as from within a Views style plugin. Overrides BlazyManagerInterface:: |
|
BlazyManagerBase:: |
protected | function | Collects the first found Blazy formatter settings within Views fields. | |
BlazyManagerBase:: |
public | function | Returns the language manager service. | |
BlazyManagerBase:: |
public | function | Returns the app root. | |
BlazyManagerBase:: |
protected | function | Provides attachments and cache common for all blazy-related modules. | |
BlazyManagerBase:: |
public | function | Sets the language manager service. | |
BlazyManagerBase:: |
public | function | Sets dimensions once to reduce method calls for Responsive image. | |
BlazyManagerBase:: |
public | function | Sets app root service. | |
BlazyManagerBase:: |
public | function | Constructs a BlazyManager object. | |
DependencySerializationTrait:: |
protected | property | An array of entity type IDs keyed by the property name of their storages. | |
DependencySerializationTrait:: |
protected | property | An array of service IDs keyed by property name used for serialization. | |
DependencySerializationTrait:: |
public | function | 1 | |
DependencySerializationTrait:: |
public | function | 2 | |
GridStackFormatter:: |
public | function |
Modifies the field formatter settings inherited by child elements. Overrides BlazyFormatter:: |
|
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. | |
TrustedCallbackInterface:: |
constant | Untrusted callbacks throw exceptions. | ||
TrustedCallbackInterface:: |
constant | Untrusted callbacks trigger silenced E_USER_DEPRECATION errors. | ||
TrustedCallbackInterface:: |
constant | Untrusted callbacks trigger E_USER_WARNING errors. |