public function StateTransitionFormInterface::setFieldName in State Machine 8
Sets the state field name.
Parameters
string $field_name: The state field name.
Return value
$this
1 method overrides StateTransitionFormInterface::setFieldName()
- StateTransitionForm::setFieldName in src/
Form/ StateTransitionForm.php - Sets the state field name.
File
- src/
Form/ StateTransitionFormInterface.php, line 52
Class
- StateTransitionFormInterface
- Defines the interface for state transition forms.
Namespace
Drupal\state_machine\FormCode
public function setFieldName($field_name);