Issue #1758622 follow-up by smiletrl, Berdir: Consistently pass account in options list.
parent
f2841c4973
commit
03548786fd
|
@ -27,7 +27,7 @@ class FilterFormat extends String implements AllowedValuesInterface {
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
public function getPossibleValues(AccountInterface $account = NULL) {
|
public function getPossibleValues(AccountInterface $account = NULL) {
|
||||||
return array_keys($this->getPossibleOptions());
|
return array_keys($this->getPossibleOptions($account));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue