Files
farmOS-dev/vendor/mglaman/phpstan-drupal/stubs/Drupal/file/FileInterface.stub
2024-12-10 15:08:16 +01:00

10 lines
125 B
Plaintext

<?php
namespace Drupal\file;
use Drupal\Core\Entity\EntityInterface;
interface FileInterface extends EntityInterface {
}