public function ScriptInterface::getPosition in Script Manager 8
Get the position of the snippet.
Return value
string The position of the script.
1 method overrides ScriptInterface::getPosition()
- Script::getPosition in src/
Entity/ Script.php - Get the position of the snippet.
File
- src/
Entity/ ScriptInterface.php, line 41
Class
- ScriptInterface
- Interface ScriptInterface.
Namespace
Drupal\script_manager\EntityCode
public function getPosition();