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