function BlockBaseTest::providerTestGetMachineNameSuggestion
Same name in other branches
- 9 core/tests/Drupal/Tests/Core/Block/BlockBaseTest.php \Drupal\Tests\Core\Block\BlockBaseTest::providerTestGetMachineNameSuggestion()
- 10 core/tests/Drupal/Tests/Core/Block/BlockBaseTest.php \Drupal\Tests\Core\Block\BlockBaseTest::providerTestGetMachineNameSuggestion()
- 11.x core/tests/Drupal/Tests/Core/Block/BlockBaseTest.php \Drupal\Tests\Core\Block\BlockBaseTest::providerTestGetMachineNameSuggestion()
Provides data for testGetMachineNameSuggestion().
File
-
core/
tests/ Drupal/ Tests/ Core/ Block/ BlockBaseTest.php, line 46
Class
- BlockBaseTest
- @coversDefaultClass \Drupal\Core\Block\BlockBase @group block
Namespace
Drupal\Tests\Core\BlockCode
public function providerTestGetMachineNameSuggestion() {
return [
[
'Admin label',
'adminlabel',
],
[
'über åwesome',
'uberawesome',
],
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.