public static function GeofieldElementBase::getComponents in Geofield 8
Components Getter.
Return value
array Components Array.
2 calls to GeofieldElementBase::getComponents()
- GeofieldElementBase::elementProcess in src/
Element/ GeofieldElementBase.php - Generates a Geofield generic component based form element.
- GeofieldElementBase::elementValidate in src/
Element/ GeofieldElementBase.php - Validates a Geofield generic component based form element.
2 methods override GeofieldElementBase::getComponents()
- GeofieldBounds::getComponents in src/
Element/ GeofieldBounds.php - Components Getter.
- GeofieldLatLon::getComponents in src/
Element/ GeofieldLatLon.php - Components Getter.
File
- src/
Element/ GeofieldElementBase.php, line 19
Class
- GeofieldElementBase
- Provides a base class for Geofield Form elements.
Namespace
Drupal\geofield\ElementCode
public static function getComponents() {
return [];
}