public function HMSServiceInterface::isValid in HMS Field 8
Validate hms field input.
Parameters
integer $input:
string $format:
Return value
boolean
1 method overrides HMSServiceInterface::isValid()
- HMSService::isValid in src/
HMSService.php - Validate hms field input.
File
- src/
HMSServiceInterface.php, line 79 - Contains \Drupal\hms_field\HMSServiceInterface.
Class
- HMSServiceInterface
- Interface HMSServiceInterface.
Namespace
Drupal\hms_fieldCode
public function isValid($input, $format, $element = [], $form_state = []);