You are here

public function FilebrowserMetadataEntityInterface::getFid in Filebrowser 3.x

Same name and namespace in other branches
  1. 8.2 src/Entity/FilebrowserMetadataEntityInterface.php \Drupal\filebrowser\Entity\FilebrowserMetadataEntityInterface::getFid()

Gets the fid of file owning this Metadata.

Return value

integer

1 method overrides FilebrowserMetadataEntityInterface::getFid()
FilebrowserMetadataEntity::getFid in src/Entity/FilebrowserMetadataEntity.php
@inheritDoc

File

src/Entity/FilebrowserMetadataEntityInterface.php, line 100

Class

FilebrowserMetadataEntityInterface
Provides an interface for defining Filebrowser metadata entity entities.

Namespace

Drupal\filebrowser\Entity

Code

public function getFid();