By editor, 1 June, 2016 CSS Filters - Edit Image/Div using filter Property Tags Theming CSS Filters list (Syntaw) filter: none | blur() | brightness() | contrast() | drop-shadow() | grayscale() | hue-rotate() | invert() | opacity() | saturate() | sepia() | url(); Examples: Convert block/image ... to black and white (Gray out):
By editor, 31 May, 2016 Change Drupal 8 'Powered By' block Tags Drupal 8 Code Module You can't change the body of this block fron the user interface. But you can do that using a small custom module using hook_block_view_alter().
By editor, 29 May, 2016 Find Entity using Drupal EntityQuery Tags Drupal 8 Code Module You can find any entity using Drupal 8 EntityQuery System.
By editor, 26 May, 2016 Make a Link list and Submenu Tags Drupal 8 Code Module Example: 1. in yourmodule.links.menu.yml yourmodule.test: title: Test parent: system.admin_config_development route_name: yourmodule.test
By editor, 25 May, 2016 Cache Clearing and rebuilding methods for Drupal 8 Tags Drupal 8 Code Server Drush Cache Site URL 1. Go to Administration > Configuration > Development > Performance (/admin/config/development/performance) 2. Click on "Clear all caches"