/**
  * Local version that sets allFields to TRUE to support userFieldSelect
  *
  * @return void
  * @see fieldSelectBox
  * @todo Define visibility
  */
 public function generateList()
 {
     $this->allFields = TRUE;
     parent::generateList();
 }
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->iconFactory = GeneralUtility::makeInstance(IconFactory::class);
 }