Loading modules/form/src/Plugin/Action/FormFieldSetOptionsTrait.php +3 −0 Original line number Diff line number Diff line Loading @@ -121,6 +121,9 @@ trait FormFieldSetOptionsTrait { * @param string $input * The unprocessed configuration input, which may hold a token or a fixed * value, or any other sort of values. * * @return array * The options array. */ protected function buildOptionsArray(string $input): array { $token = $this->tokenServices; Loading Loading
modules/form/src/Plugin/Action/FormFieldSetOptionsTrait.php +3 −0 Original line number Diff line number Diff line Loading @@ -121,6 +121,9 @@ trait FormFieldSetOptionsTrait { * @param string $input * The unprocessed configuration input, which may hold a token or a fixed * value, or any other sort of values. * * @return array * The options array. */ protected function buildOptionsArray(string $input): array { $token = $this->tokenServices; Loading