Document the removal of the static methods in form builder interfaces
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 22 Nov 2021 12:34:35 +0000 (13:34 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Mon, 22 Nov 2021 12:34:35 +0000 (13:34 +0100)
see WoltLab/WCF#4468

docs/migration/wsc54/deprecations_removals.md

index 869793e727b67bc7d3069ccebb429442ec4b4a44..e87ec410d732cd848b3f6525e687c36654d7221e 100644 (file)
@@ -107,6 +107,13 @@ With version 5.5, we have deprecated certain components and removed several othe
 - `wcf\system\breadcrumb\Breadcrumbs::add()` ([WoltLab/WCF#4298](https://github.com/WoltLab/WCF/pull/4298))
 - `wcf\system\breadcrumb\Breadcrumbs::remove()` ([WoltLab/WCF#4298](https://github.com/WoltLab/WCF/pull/4298))
 - `wcf\system\breadcrumb\Breadcrumbs::replace()` ([WoltLab/WCF#4298](https://github.com/WoltLab/WCF/pull/4298))
+- `wcf\system\form\builder\IFormNode::create()` (Removal from Interface, see [WoltLab/WCF#4468](https://github.com/WoltLab/WCF/pull/4468))
+- `wcf\system\form\builder\IFormNode::validateAttribute()` (Removal from Interface, see [WoltLab/WCF#4468](https://github.com/WoltLab/WCF/pull/4468))
+- `wcf\system\form\builder\IFormNode::validateClass()` (Removal from Interface, see [WoltLab/WCF#4468](https://github.com/WoltLab/WCF/pull/4468))
+- `wcf\system\form\builder\IFormNode::validateId()` (Removal from Interface, see [WoltLab/WCF#4468](https://github.com/WoltLab/WCF/pull/4468))
+- `wcf\system\form\builder\field\IAttributeFormField::validateFieldAttribute()` (Removal from Interface, see [WoltLab/WCF#4468](https://github.com/WoltLab/WCF/pull/4468))
+- `wcf\system\form\builder\field\dependency\IFormFieldDependency::create()` (Removal from Interface, see [WoltLab/WCF#4468](https://github.com/WoltLab/WCF/pull/4468))
+- `wcf\system\form\builder\field\validation\IFormFieldValidator::validateId()` (Removal from Interface, see [WoltLab/WCF#4468](https://github.com/WoltLab/WCF/pull/4468))
 - `wcf\system\message\embedded\object\MessageEmbeddedObjectManager::parseTemporaryMessage()` ([WoltLab/WCF#4299](https://github.com/WoltLab/WCF/pull/4299))
 - `wcf\system\package\PackageArchive::getPhpRequirements()` ([WoltLab/WCF#4311](https://github.com/WoltLab/WCF/pull/4311))
 - `wcf\system\search\ISearchIndexManager::add()` (Removal from Interface, see [WoltLab/WCF#4508](https://github.com/WoltLab/WCF/pull/4508))