NodeLinks.php in Display Suite 8.3
Same filename and directory in other branches
Namespace
Drupal\ds\Plugin\DsField\NodeFile
src/Plugin/DsField/Node/NodeLinks.phpView 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 {
}