We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48dda32 + 2db1386 commit ccc1a44Copy full SHA for ccc1a44
1 file changed
src/Entity/Item.php
@@ -256,16 +256,6 @@ public function hasLinkToSite( $siteId ) {
256
return $this->siteLinks->hasLinkWithSiteId( $siteId );
257
}
258
259
- /**
260
- * @deprecated since 0.8, use getSiteLinkList()->isEmpty() instead.
261
- * @since 0.5
262
- *
263
- * @return bool
264
- */
265
- public function hasSiteLinks() {
266
- return !$this->siteLinks->isEmpty();
267
- }
268
-
269
/**
270
* @deprecated since 2.5, use new Item() instead.
271
*
0 commit comments