You are here

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\Entity

Code

public function getSpeed() {
  return $this->speed;
}