function BookManagerDeprecationTest::providerTestDrupalStaticResetDeprecation
Provides test cases for ::testDrupalStaticResetDeprecation().
Return value
string[][] Test cases for ::testDrupalStaticResetDeprecation().
File
-
core/
modules/ book/ tests/ src/ Kernel/ BookManagerDeprecationTest.php, line 37
Class
- BookManagerDeprecationTest
- @coversDefaultClass \Drupal\book\BookManager @group legacy
Namespace
Drupal\Tests\book\KernelCode
public function providerTestDrupalStaticResetDeprecation() : array {
return [
[
'Drupal\\book\\BookManager::bookSubtreeData',
],
[
'Drupal\\book\\BookManager::bookTreeAllData',
],
[
'Drupal\\book\\BookManager::doBookTreeBuild',
],
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.