You are here

public function FileLinkQueueItem::getId in File Link 2.0.x

Get the entity id.

Return value

int The entity id.

1 call to FileLinkQueueItem::getId()
FileLinkQueueItem::getKey in src/FileLinkQueueItem.php
Get a key to keep track of queued items.

File

src/FileLinkQueueItem.php, line 98

Class

FileLinkQueueItem
Data object for a queue item to update a file link data.

Namespace

Drupal\file_link

Code

public function getId() : int {
  return $this->id;
}