You are here

public function TestEntityListBuilder::buildOperations in Drupal 10

Same name and namespace in other branches
  1. 8 core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php \Drupal\Tests\Core\Entity\TestEntityListBuilder::buildOperations()
  2. 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

TestEntityListBuilder

Namespace

Drupal\Tests\Core\Entity

Code

public function buildOperations(EntityInterface $entity) {
  return [];
}