public function DateArgumentWrapper::getPosition in Calendar 8
Function to get the position.
Return value
int Returns position.
File
- src/
DateArgumentWrapper.php, line 46
Class
- DateArgumentWrapper
- The DateArgumentWrapper class.
Namespace
Drupal\calendarCode
public function getPosition() {
return $this->position;
}