function TestEntityListBuilder::buildOperations

Same name and namespace in other branches
  1. 9 core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php \Drupal\Tests\Core\Entity\TestEntityListBuilder::buildOperations()
  2. 8.9.x core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php \Drupal\Tests\Core\Entity\TestEntityListBuilder::buildOperations()
  3. 10 core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php \Drupal\Tests\Core\Entity\TestEntityListBuilder::buildOperations()

Overrides EntityListBuilder::buildOperations

File

core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php, line 151

Class

TestEntityListBuilder

Namespace

Drupal\Tests\Core\Entity

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.