I just noticed that Article::getContent is deprecated now, and the code says that WikiPage::getContent is now the preferred method. What's the recommended way to get the current text content of a normal wikitext article now? Would it be this? $text = $article->getPage()->getContent()->getNativeData();