Issue #1758622 follow-up by smiletrl, Berdir: Consistently pass account in options list.

8.0.x
webchick 2013-09-04 12:03:21 -07:00
parent f2841c4973
commit 03548786fd
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class FilterFormat extends String implements AllowedValuesInterface {
* {@inheritdoc}
*/
public function getPossibleValues(AccountInterface $account = NULL) {
return array_keys($this->getPossibleOptions());
return array_keys($this->getPossibleOptions($account));
}
/**