By editor, 7 October, 2016 CSS Font Styling Tags CSS Code Theming Standard weights: medium -> font-weight : 500; semi-bold ->font-weight : 600; Font Face Example
By editor, 4 October, 2016 HTML Entity Decode and Encode Tags Drupal 8 Code Drupal 7 PHP Basic php and drupal 7 / 8 Examples 1. $string_out = html_entity_decode($string, ENT_QUOTES, 'UTF-8') //Do not forget ENT_QUOTES and 'UTF-8', otherwise quotes will not decodes.
By editor, 4 October, 2016 Drupal Utility Components and functions Tags Drupal 8 Code Utility Drupal Utility list ArgumentsResolver, ArgumentsResolverInterface, Bytes, Color, Crypt, DiffArray, Environment, Html, Image, NestedArray, Number, OpCodeCache, Random, Rectangle, SafeMarkup, SortArray, Tags, Timer, ToStringTrait, Unicode, UrlHelper, UserAgent, Variable, Xss
By editor, 30 September, 2016 Edit and Update Entity schema on drupal 8 Tags Drupal 8 Code Entity Add a new field: Example 1 Automatic update: 1. Update baseFieldDefinitions() of the Entity. 2. Apply update from a mymodule_update_N(). Ex:
By editor, 30 September, 2016 Alter a view. Edit view result programmatically Tags Drupal 8 Code Views Drupal 9 Example : Change title