protected property SmartDateNormalizer::$supportedInterfaceOrClass in Smart Date 3.0.x
Same name and namespace in other branches
- 3.1.x src/Normalizer/SmartDateNormalizer.php \Drupal\smart_date\Normalizer\SmartDateNormalizer::supportedInterfaceOrClass
- 3.2.x src/Normalizer/SmartDateNormalizer.php \Drupal\smart_date\Normalizer\SmartDateNormalizer::supportedInterfaceOrClass
- 3.3.x src/Normalizer/SmartDateNormalizer.php \Drupal\smart_date\Normalizer\SmartDateNormalizer::supportedInterfaceOrClass
- 3.4.x src/Normalizer/SmartDateNormalizer.php \Drupal\smart_date\Normalizer\SmartDateNormalizer::supportedInterfaceOrClass
The interface or class that this Normalizer supports.
Type: string
Overrides TimestampItemNormalizer::$supportedInterfaceOrClass
File
- src/
Normalizer/ SmartDateNormalizer.php, line 20
Class
- SmartDateNormalizer
- Enhances the smart date field so it can be denormalized.
Namespace
Drupal\smart_date\NormalizerCode
protected $supportedInterfaceOrClass = SmartDateItem::class;