public function SmartDateFormatInterface::getOptions in Smart Date 3.4.x
Same name and namespace in other branches
- 8.2 src/Entity/SmartDateFormatInterface.php \Drupal\smart_date\Entity\SmartDateFormatInterface::getOptions()
- 8 src/Entity/SmartDateFormatInterface.php \Drupal\smart_date\Entity\SmartDateFormatInterface::getOptions()
- 3.x src/Entity/SmartDateFormatInterface.php \Drupal\smart_date\Entity\SmartDateFormatInterface::getOptions()
- 3.0.x src/Entity/SmartDateFormatInterface.php \Drupal\smart_date\Entity\SmartDateFormatInterface::getOptions()
- 3.1.x src/Entity/SmartDateFormatInterface.php \Drupal\smart_date\Entity\SmartDateFormatInterface::getOptions()
- 3.2.x src/Entity/SmartDateFormatInterface.php \Drupal\smart_date\Entity\SmartDateFormatInterface::getOptions()
- 3.3.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\EntityCode
public function getOptions();