You are here

function getdirections_entity_type_load in Get Directions 7.3

File

./getdirections.module, line 259
Fetches google map directions.

Code

function getdirections_entity_type_load($arg) {
  if (getdirections_check_entity_type($arg)) {
    return $arg;
  }
  return FALSE;
}