Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. File.php

function File::getFileUri

Overrides FileInterface::getFileUri

2 calls to File::getFileUri()
File::createFileUrl in core/modules/file/src/Entity/File.php
Creates a file URL for the URI of this file.
File::preSave in core/modules/file/src/Entity/File.php
Acts on an entity before the presave hook is invoked.

File

core/modules/file/src/Entity/File.php, line 81

Class

File
Defines the file entity class.

Namespace

Drupal\file\Entity

Code

public function getFileUri() {
    return $this->get('uri')->value;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal