public function WebformInterface::updatePaths in Webform 8.5
Same name and namespace in other branches
- 6.x src/WebformInterface.php \Drupal\webform\WebformInterface::updatePaths()
Update submit and confirm paths (i.e. URL aliases) associated with this webform.
1 method overrides WebformInterface::updatePaths()
- Webform::updatePaths in src/
Entity/ Webform.php - Update submit and confirm paths (i.e. URL aliases) associated with this webform.
File
- src/
WebformInterface.php, line 896
Class
- WebformInterface
- Provides an interface defining a webform entity.
Namespace
Drupal\webformCode
public function updatePaths();