Lazy File Manager
| Current Path : /home/cruisin2/public_html/sas/modules/geolocation/ |
| PPPath/home/cruisin2/public_html/sas/modules/geolocation |
| Current File : /home/cruisin2/public_html/sas/modules/geolocation/geolocation.views.inc |
<?php
/**
* @file
* Provide views data for geolocation.module.
*/
use Drupal\field\FieldStorageConfigInterface;
/**
* Implements hook_field_views_data().
*
* Views integration for taxonomy_term_reference fields.
* Adds a term relationship to the default field data.
*
* @see field_views_field_default_views_data()
*/
function geolocation_field_views_data(FieldStorageConfigInterface $field_storage) {
// User the geofield service to get the views data.
return \Drupal::service('geolocation.core')->getViewsFieldData($field_storage);
}
Da3s File Manager Version 1.0, Coded By Da3s HaCkEr
Email: R0@hotmail.com
