function BlockContentLocalTasksTest::testBlockContentListLocalTasks
Same name in other branches
- 9 core/modules/block_content/tests/src/Unit/Menu/BlockContentLocalTasksTest.php \Drupal\Tests\block_content\Unit\Menu\BlockContentLocalTasksTest::testBlockContentListLocalTasks()
- 8.9.x core/modules/block_content/tests/src/Unit/Menu/BlockContentLocalTasksTest.php \Drupal\Tests\block_content\Unit\Menu\BlockContentLocalTasksTest::testBlockContentListLocalTasks()
- 10 core/modules/block_content/tests/src/Unit/Menu/BlockContentLocalTasksTest.php \Drupal\Tests\block_content\Unit\Menu\BlockContentLocalTasksTest::testBlockContentListLocalTasks()
Checks block_content listing local tasks.
@dataProvider getBlockContentListingRoutes
File
-
core/
modules/ block_content/ tests/ src/ Unit/ Menu/ BlockContentLocalTasksTest.php, line 71
Class
- BlockContentLocalTasksTest
- Tests existence of block_content local tasks.
Namespace
Drupal\Tests\block_content\Unit\MenuCode
public function testBlockContentListLocalTasks($route) : void {
$this->assertLocalTasks($route, [
0 => [
'system.admin_content',
'entity.block_content.collection',
],
]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.