You are here

protected property SmartDateNormalizer::$supportedInterfaceOrClass in Smart Date 3.0.x

Same name and namespace in other branches
  1. 3.1.x src/Normalizer/SmartDateNormalizer.php \Drupal\smart_date\Normalizer\SmartDateNormalizer::supportedInterfaceOrClass
  2. 3.2.x src/Normalizer/SmartDateNormalizer.php \Drupal\smart_date\Normalizer\SmartDateNormalizer::supportedInterfaceOrClass
  3. 3.3.x src/Normalizer/SmartDateNormalizer.php \Drupal\smart_date\Normalizer\SmartDateNormalizer::supportedInterfaceOrClass
  4. 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\Normalizer

Code

protected $supportedInterfaceOrClass = SmartDateItem::class;