You are here

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

Code

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