Deprecated in Webform 8.5
Primary tabs
- Webform 5.2
- Webform 5
- Webform 6.2
- Webform 6.3
- Webform 6.x
- Webform 7.3
- Webform 7.4
- Webform 8.4
- Webform 8.5(active tab)
Name | Location | Type | Deprecation | Direct uses | Namespaced uses | Overrides | Use statements |
---|---|---|---|---|---|---|---|
TwigExtension |
src/ |
class | as of Webform 8.x-5.x, will be removed in Webform 8.x-6.x. Instead extend and use WebformTwigExtension. | ||||
WebformElementBase:: |
src/ |
function | Scheduled for removal in Webform 8.x-6.x Use \Drupal\webform\Plugin\WebformElementBase::defineDefaultBaseProperties instead. | ||||
WebformElementBase:: |
src/ |
function | Scheduled for removal in Webform 8.x-6.x Use \Drupal\webform\Plugin\WebformElementBase::defineDefaultBaseProperties instead. | ||||
WebformHandlerBase:: |
src/ |
function | Instead call the 'webform_submission' logger channel directly. $message = 'Some message with an %argument.' $context = [ '%argument' => 'Some value' 'link' => $webform_submission->toLink($this->t('Edit'), 'edit-form')->toString(), 'webform_submission' => $webform_submission, 'handler_id' => NULL, 'data' => [], ]; \Drupal::logger('webform_submission')->notice($message, $context); | ||||
WebformSubmissionExporter:: |
src/ |
function | Scheduled for removal in Webform 8.x-6.x | ||||
WebformSubmissionForm:: |
src/ |
function | Scheduled for removal in Webform 8.x-6.x Use $this->getStorage()->getLastSubmission instead. | ||||
WebformSubmissionStorageInterface:: |
src/ |
function | Instead call the 'webform_submission' logger channel directly. $message = 'Some message with an %argument.' $context = [ '%argument' => 'Some value' 'link' => $webform_submission->toLink($this->t('Edit'), 'edit-form')->toString(), 'webform_submission' => $webform_submission, 'handler_id' => NULL, 'data' => [], ]; \Drupal::logger('webform_submission')->notice($message, $context); | 1 | |||
WebformWizardPage:: |
src/ |
function | Scheduled for removal in Webform 8.x-6.x Use \Drupal\webform\Webform::getSetting instead. | ||||
webform_process_states |
./ |
function | Scheduled for removal in Webform 8.x-6.x Use \Drupal\Core\Form\FormHelper::processStates instead. | 8 |