You are here

public function Script::getPosition in Script Manager 8

Get the position of the snippet.

Return value

string The position of the script.

Overrides ScriptInterface::getPosition

File

src/Entity/Script.php, line 96

Class

Script
A script config entity.

Namespace

Drupal\script_manager\Entity

Code

public function getPosition() {
  return $this->position;
}