You are here

NodeLinks.php in Display Suite 8.4

File

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

namespace Drupal\ds\Plugin\DsField\Node;

use Drupal\ds\Plugin\DsField\DsFieldBase;

/**
 * Plugin that renders the links of the node entity.
 *
 * @DsField(
 *   id = "node_links",
 *   title = @Translation("Links"),
 *   entity_type = "node",
 *   provider = "node"
 * )
 */
class NodeLinks extends DsFieldBase {

}

Classes

Namesort descending Description
NodeLinks Plugin that renders the links of the node entity.