Home
last modified time | relevance | path

Searched refs:lazyLoadMethod (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/ComboStrap/
H A DMediaMarkup.php104 private ?string $lazyLoadMethod = null; variable in ComboStrap\\MediaMarkup
622 $this->lazyLoadMethod = $false;
633 if ($this->lazyLoadMethod !== null) {
634 return $this->lazyLoadMethod;
685 $this->lazyLoadMethod = LazyLoad::getDefault();
687 $this->lazyLoadMethod = LazyLoad::LAZY_LOAD_METHOD_NONE_VALUE;
839 $this->lazyLoadMethod = $fetchUrl->getQueryPropertyValueAndRemoveIfPresent(LazyLoad::LAZY_LOAD_METHOD);
H A DSvgImageLink.php127 $lazyLoadMethod = $this->mediaMarkup->getLazyLoadMethodOrDefault();
128 switch ($lazyLoadMethod) {
H A DRasterImageLink.php265 $lazyLoadMethod = $this->mediaMarkup->getLazyLoadMethodOrDefault();
266 switch ($lazyLoadMethod) {