You are here

TextFileInterface.php in Apache Solr Config Generator 8

File

src/TextFileInterface.php
View source
<?php

/**
 * @file
 * Contains Drupal\apachesolr_confgen\TextFileInterface.
 */
namespace Drupal\apachesolr_confgen;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface defining a TextFile entity.
 */
interface TextFileInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
TextFileInterface Provides an interface defining a TextFile entity.