public function FormComponentInterface::getAdminLabel in Flexiform 8
Get the admin label for the component.
Return value
string The administrative label for the component.
1 method overrides FormComponentInterface::getAdminLabel()
- FormComponentBase::getAdminLabel in src/
FormComponent/ FormComponentBase.php - Get the admin label for the component.
File
- src/
FormComponent/ FormComponentInterface.php, line 59
Class
- FormComponentInterface
- Interface for form component plugins.
Namespace
Drupal\flexiform\FormComponentCode
public function getAdminLabel();