You are here

public function FieldCollectionListBuilder::getDefaultOperations in Field collection 8

Same name and namespace in other branches
  1. 8.3 src/FieldCollectionListBuilder.php \Drupal\field_collection\FieldCollectionListBuilder::getDefaultOperations()

Gets this list's default operations.

Parameters

\Drupal\Core\Entity\EntityInterface $entity: The entity the operations are for.

Return value

array The array structure is identical to the return value of self::getOperations().

Overrides ConfigEntityListBuilder::getDefaultOperations

File

src/FieldCollectionListBuilder.php, line 37

Class

FieldCollectionListBuilder
Provides a listing of field collections.

Namespace

Drupal\field_collection

Code

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