We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 423768e commit 84ba7d9Copy full SHA for 84ba7d9
src/lib/UI/Dataset/DatasetFactory.php
@@ -105,16 +105,6 @@ public function translations(): TranslationsDataset
105
return new TranslationsDataset($this->languageService, $this->valueFactory);
106
}
107
108
- /**
109
- * @deprecated since version 2.5, to be removed in 3.0. Please use DatasetFactory::relationList and DatasetFactory::reverseRelationList instead.
110
- *
111
- * @return \Ibexa\AdminUi\UI\Dataset\RelationsDataset
112
- */
113
- public function relations(): RelationsDataset
114
- {
115
- return new RelationsDataset($this->contentService, $this->valueFactory);
116
- }
117
-
118
/**
119
* @return \Ibexa\AdminUi\UI\Dataset\RelationListDataset
120
*/
0 commit comments