4.4 Demonstrate ability to work with other essential APIs
Previous4.3 Demonstrate ability to store and retrieve data using codeNext4.5 Demonstrate ability to write code using Drupal Coding Standards
Last updated
Last updated
Review Drupal Api docs in particular forms, caching, services and plugins.
Review all
Plugin system: The plugin systems allows a particular module of subsystem to provide functionality in an extensible, object oriented way.
Caching API: the caching api in Drupal 8 adds cache tags.
The purpose is the ability to accurately target multiple cache items that contain data about the same object, page, etc. For example, nodes can appear both on a page and in a view (stored in different cache items in different bins but both tagged with the same node:nid formatted tag).