4.5 Demonstrate ability to write code using Drupal Coding Standards
Indenting and Whitespace
Annotations
/**
* Plugin implementation of the 'telephone_link' formatter.
*
* @FieldFormatter(
* id = "telephone_link",
* label = @Translation("Telephone link"),
* field_types = {
* "telephone"
* }
* )
*/Naming Conventions
Other Resources
Previous4.4 Demonstrate ability to work with other essential APIsNext4.6 Demonstrate ability to analyze and resolve site performance issues arising from site configurati
Last updated