You are here

function domain_api_version in Domain Access 7.3

Notify other modules of our API version.

File

./domain.module, line 63
Core module functions for the Domain Access suite.

Code

function domain_api_version() {
  return 3;
}