You are here

View5Block.php in Content Planner 8

File

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

namespace Drupal\content_planner\Plugin\DashboardBlock;


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

}

Classes

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