LazyChoiceList deprecated
LazyChoiceList deprecated
class LazyChoiceList implements ChoiceListInterface
deprecated
A choice list that is loaded lazily.
This list loads itself as soon as any of the getters is accessed for the first time. You should implement loadChoiceList() in your child classes, which should return a ChoiceListInterface instance.
Methods
array | getChoices() Returns t |