2017 © Pedro Peláez
 

drupal-module location

Provide a standard way to store a location

image

gertvdb/location

Provide a standard way to store a location

  • Saturday, July 21, 2018
  • by gertvdb
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

location

Provide a standard way to store a location and work with it., (*1)

Usage

Initialising the classes., (*2)


use Drupal\location\Location; use Drupal\location\LocationCollection; use Drupal\country\Country; use Drupal\continent\Continent; $country = new Country('US'); $continent = new Continent('NA'); $coordinate = new Coordinate(37.419857, -122.078827); $location = new Location( 'Google Inc.', 'Second floor', 'Amphitheatre Parkway', 1600, 'B2', '94043', 'Mountain View', 'San Francisco', 'California', $country, $continent, $coordinate ); $collection = new LocationCollection([$location]);

Release notes

1.0.0 * Basic setup of the module. * Provide location and location collection class., (*3)

The Versions

21/07 2018

dev-master

9999999-dev https://github.com/gertvdb/location

Provide a standard way to store a location

  Sources   Download

MIT

The Requires

 

by Gert van den Buijs

address

21/07 2018

1.0.0

1.0.0.0 https://github.com/gertvdb/location

Provide a standard way to store a location

  Sources   Download

MIT

The Requires

 

by Gert van den Buijs

address

21/07 2018

dev-develop

dev-develop https://github.com/gertvdb/location

Provide a standard way to store a location

  Sources   Download

MIT

The Requires

 

by Gert van den Buijs

address