View6Block.php in Content Planner 8
File
src/Plugin/DashboardBlock/View6Block.phpView source
<?php
namespace Drupal\content_planner\Plugin\DashboardBlock;
/**
* Provides a view block for Content Planner Dashboard.
*
* @DashboardBlock(
* id = "view_6_block",
* name = @Translation("Views Widget 6")
* )
*/
class View6Block extends ViewBlockBase {
protected $blockID = 'view_6';
}
Classes
Name | Description |
---|---|
View6Block | Provides a view block for Content Planner Dashboard. |