public function ParallaxElement::getSpeed in Parallax Background 8
Return value
string
Overrides ParallaxElementInterface::getSpeed
File
- src/
Entity/ ParallaxElement.php, line 89
Class
- ParallaxElement
- Defines the Parallax element entity.
Namespace
Drupal\parallax_bg\EntityCode
public function getSpeed() {
return $this->speed;
}