You are here

NodeLink.php in Display Suite 8.3

File

src/Plugin/DsField/Node/NodeLink.php
View source
<?php

namespace Drupal\ds\Plugin\DsField\Node;

use Drupal\ds\Plugin\DsField\Link;

/**
 * Plugin that renders the 'read more' link of a node.
 *
 * @DsField(
 *   id = "node_link",
 *   title = @Translation("Read more"),
 *   entity_type = "node",
 *   provider = "node"
 * )
 */
class NodeLink extends Link {

}

Classes

Namesort descending Description
NodeLink Plugin that renders the 'read more' link of a node.