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