BlockRefreshBlock.php |
lib/Drupal/block_refresh/Plugin/Block/BlockRefreshBlock.php |
Drupal\block_refresh\Plugin\Block |
Contains \Drupal\block_refresh\Plugin\Block\BlockRefreshBlockBlock. |
block_refresh.css |
css/block_refresh.css |
|
/* Animated throbber */
html.js .block-refresh-button {
background: url('throbber.gif') no-repeat scroll 100% 2px transparent;
cursor: pointer;
height: 18px;
float: right;
margin-right: -20px;
padding-right: 20px;
color: blue;
… |
block_refresh.info.yml |
block_refresh.info.yml |
|
block_refresh.info.yml |
block_refresh.module |
block_refresh.module |
|
|
README.txt |
README.txt |
|
-- SUMMARY --
As the name implies, Block Refresh is a module that lets administrators configure all
or some of their blocks to be refresh, either by an defined number of seconds or by providing
a link for the website user to click on to refresh… |