You are here

TaxonomyTermLink.php in Display Suite 8.4

File

src/Plugin/DsField/Taxonomy/TaxonomyTermLink.php
View source
<?php

namespace Drupal\ds\Plugin\DsField\Taxonomy;

use Drupal\ds\Plugin\DsField\Link;

/**
 * Plugin that renders the read more link on taxonomy.
 *
 * @DsField(
 *   id = "taxonomy_term_link",
 *   title = @Translation("Read more"),
 *   entity_type = "taxonomy_term",
 *   provider = "taxonomy"
 * )
 */
class TaxonomyTermLink extends Link {

}

Classes

Namesort descending Description
TaxonomyTermLink Plugin that renders the read more link on taxonomy.