You are here

View3Block.php in Content Planner 8

File

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

namespace Drupal\content_planner\Plugin\DashboardBlock;


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

}

Classes

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