X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Fmigrate_tools%2Fsrc%2FController%2FMigrationGroupListBuilder.php;h=8ab2b87fb545a9200ee0b9fe0783b6a0074c1580;hp=6757c22b137e4720030f6f448812eef8fce446a4;hb=059867c3f96750652c80f39e44c442a58c2549ee;hpb=f8fc16ae6b862bef59baaad5d051dd37b7ff11b2 diff --git a/web/modules/contrib/migrate_tools/src/Controller/MigrationGroupListBuilder.php b/web/modules/contrib/migrate_tools/src/Controller/MigrationGroupListBuilder.php index 6757c22b1..8ab2b87fb 100644 --- a/web/modules/contrib/migrate_tools/src/Controller/MigrationGroupListBuilder.php +++ b/web/modules/contrib/migrate_tools/src/Controller/MigrationGroupListBuilder.php @@ -34,13 +34,13 @@ class MigrationGroupListBuilder extends ConfigEntityListBuilder { /** * Builds a row for an entity in the entity listing. * - * @param EntityInterface $entity + * @param \Drupal\Core\Entity\EntityInterface $entity * The entity for which to build the row. * * @return array * A render array of the table row for displaying the entity. * - * @see Drupal\Core\Entity\EntityListController::render() + * @see \Drupal\Core\Entity\EntityListController::render() */ public function buildRow(EntityInterface $entity) { $row['label'] = $entity->label();