You are here

public function PathFileEntityInterface::getFid in Path File 8

Gets the File ID.

Return value

int The target_id of the file associated with this entity.

1 method overrides PathFileEntityInterface::getFid()
PathFileEntity::getFid in src/Entity/PathFileEntity.php
Gets the File ID.

File

src/Entity/PathFileEntityInterface.php, line 82

Class

PathFileEntityInterface
Provides an interface for defining Path file entity entities.

Namespace

Drupal\path_file\Entity

Code

public function getFid();