function OptionsProviderBase::getSettableOptions
Overrides OptionsProviderInterface::getSettableOptions
File
-
src/
TypedData/ Options/ OptionsProviderBase.php, line 36
Class
- OptionsProviderBase
- Base class for options providers used in Rules actions and conditions.
Namespace
Drupal\rules\TypedData\OptionsCode
public function getSettableOptions(AccountInterface $account = NULL) {
return $this->getPossibleOptions();
}