You are here

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

Code

public function getSelector() {
  return $this->selector;
}