public function HMSServiceInterface::normalize_format in HMS Field 8
Helper to normalize format.
Changes double keys to single keys.
Parameters
$format:
Return value
mixed
1 method overrides HMSServiceInterface::normalize_format()
- HMSService::normalize_format in src/
HMSService.php - Helper to normalize format.
File
- src/
HMSServiceInterface.php, line 89 - Contains \Drupal\hms_field\HMSServiceInterface.
Class
- HMSServiceInterface
- Interface HMSServiceInterface.
Namespace
Drupal\hms_fieldCode
public function normalize_format($format);