You are here

View2Block.php in Content Planner 8

File

src/Plugin/DashboardBlock/View2Block.php
View source
<?php

namespace Drupal\content_planner\Plugin\DashboardBlock;


/**
 * Provides a view block for Content Planner Dashboard.
 *
 * @DashboardBlock(
 *   id = "view_2_block",
 *   name = @Translation("Views Widget 2")
 * )
 */
class View2Block extends ViewBlockBase {
  protected $blockID = 'view_2';

}

Classes

Namesort descending Description
View2Block Provides a view block for Content Planner Dashboard.