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