Example #1
0
 /**
  * Retrieve the field form id (the form id combined with the field name, separated by an underscore).
  *
  * @return string The field's form id.
  */
 public function getFieldId()
 {
     return $this->formContainer->getFormId() . '_' . $this->fieldId;
 }