public function GeofieldBackendPluginInterface::schema in Geofield 8
Provides the specific database schema for the specific backend.
Return value
array The schema value array.
2 methods override GeofieldBackendPluginInterface::schema()
- GeofieldBackendDefault::schema in src/
Plugin/ GeofieldBackend/ GeofieldBackendDefault.php - Provides the specific database schema for the specific backend.
- GeofieldBackendPostgis::schema in src/
Plugin/ GeofieldBackend/ GeofieldBackendPostgis.php - Provides the specific database schema for the specific backend.
File
- src/
Plugin/ GeofieldBackendPluginInterface.php, line 26
Class
- GeofieldBackendPluginInterface
- Defines an interface for Geofield backends.
Namespace
Drupal\geofield\PluginCode
public function schema();