You are here

public function ApiSync::getPage in FormAssembly 8

Getter method for the page property.

Return value

int The current page number.

File

src/ApiSync.php, line 403

Class

ApiSync
Service class for FormAssembly API: Handles form sync.

Namespace

Drupal\formassembly

Code

public function getPage() {
  return $this->page;
}