public function StateInterface::id in Drupal 10
Same name and namespace in other branches
- 8 core/modules/workflows/src/StateInterface.php \Drupal\workflows\StateInterface::id()
- 9 core/modules/workflows/src/StateInterface.php \Drupal\workflows\StateInterface::id()
Gets the state's ID.
Return value
string The state's ID.
File
- core/
modules/ workflows/ src/ StateInterface.php, line 25
Class
- StateInterface
- An interface for state value objects.
Namespace
Drupal\workflowsCode
public function id();