By editor, 20 May, 2016 Render Custom field with Drupal Renderer Tags Drupal 8 Code Twig Images Example 1, with FieldPluginBase (\Drupal\views\Plugin\views\field\FieldPluginBase)
By editor, 18 May, 2016 JSON Encode and Decode Tags Drupal 8 Code JSON Example : use Drupal\Component\Serialization\Json; $json = Json::encode($data); $data = Json::decode($json);
By editor, 18 May, 2016 Call URL on Drupal 8, Like drupal_http_request() on D7 Tags Drupal 8 Code Example :
By editor, 17 May, 2016 Migrate from Drupal7 to Drupal8 Tags Drupal 8 Code Drush Example (basic) drush migrate-upgrade --legacy-db-url=mysql://user:password@server/db --legacy-root=http://mydrupal6or7site.com
By editor, 11 May, 2016 Add twig template to a custom Module, Block or Page Tags Drupal 8 Code Theming Twig Step 1. Create your module and Block (/tutoriels/107/create-a-simple-block-programmatically)