You are here

public function SmartDateFormatInterface::setOptions in Smart Date 8

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

Sets the array of options for this format.

Parameters

array $options: The array of options to use for this format.

Return value

$this

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

File

src/Entity/SmartDateFormatInterface.php, line 28

Class

SmartDateFormatInterface
Provides an interface defining a smart date format.

Namespace

Drupal\smart_date\Entity

Code

public function setOptions($options);