You are here

TextFieldInterface.php in Apache Solr Config Generator 8

File

src/TextFieldInterface.php
View source
<?php

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

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface defining a TextField entity.
 */
interface TextFieldInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
TextFieldInterface Provides an interface defining a TextField entity.