public function TestEntityListBuilder::buildOperations in Drupal 10
Same name and namespace in other branches
- 8 core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php \Drupal\Tests\Core\Entity\TestEntityListBuilder::buildOperations()
- 9 core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php \Drupal\Tests\Core\Entity\TestEntityListBuilder::buildOperations()
File
- core/
tests/ Drupal/ Tests/ Core/ Entity/ EntityListBuilderTest.php, line 158 - Contains \Drupal\Tests\Core\Entity\EntityListBuilderTest.
Class
Namespace
Drupal\Tests\Core\EntityCode
public function buildOperations(EntityInterface $entity) {
return [];
}