You are here

public function SmartDateFormatInterface::getOptions in Smart Date 3.x

Same name and namespace in other branches
  1. 8.2 src/Entity/SmartDateFormatInterface.php \Drupal\smart_date\Entity\SmartDateFormatInterface::getOptions()
  2. 8 src/Entity/SmartDateFormatInterface.php \Drupal\smart_date\Entity\SmartDateFormatInterface::getOptions()
  3. 3.0.x src/Entity/SmartDateFormatInterface.php \Drupal\smart_date\Entity\SmartDateFormatInterface::getOptions()
  4. 3.1.x src/Entity/SmartDateFormatInterface.php \Drupal\smart_date\Entity\SmartDateFormatInterface::getOptions()
  5. 3.2.x src/Entity/SmartDateFormatInterface.php \Drupal\smart_date\Entity\SmartDateFormatInterface::getOptions()
  6. 3.3.x src/Entity/SmartDateFormatInterface.php \Drupal\smart_date\Entity\SmartDateFormatInterface::getOptions()
  7. 3.4.x src/Entity/SmartDateFormatInterface.php \Drupal\smart_date\Entity\SmartDateFormatInterface::getOptions()

Gets the array of options for this format.

Return value

array The array of values used to assemble the output.

1 method overrides SmartDateFormatInterface::getOptions()
SmartDateFormat::getOptions in src/Entity/SmartDateFormat.php
Gets the array of options for this format.

File

src/Entity/SmartDateFormatInterface.php, line 18

Class

SmartDateFormatInterface
Provides an interface defining a smart date format.

Namespace

Drupal\smart_date\Entity

Code

public function getOptions();