Install

Works with Drupal: 8.x

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 20.31 KB
MD5: 1714b15fd19af507abfac91129c8f1f2
SHA-1: ce807098a972ba5c30aa46b13f72632b532b2edc
SHA-256: f8931765dbaaab1b799310396cb523af388e64c1166eb7293a2eab4e20d1b4da
Download zip 37.79 KB
MD5: a3fa7e119332d4b5ad58c290af1155f2
SHA-1: 6e3975764e798e164358f94ce91ce56c7feae090
SHA-256: 778835418c84ebbf30f7442772ea92bd5ad72f4e186cf8ec968e95d819065ae9

Release notes

This release deprecates several methods with new methods based off of plugin interfaces. Anyone implementing the following deprecated methods in a plugin should switch to the new one. The deprecated methods will continue to be supported throughout the 8.x-1.x life. Nothing more is needed other than changing the names.

Key:

- Original
+ Replacement

Properties:

- $styles
+ $configuration

Methods:

- defaultStyles()
+ defaultConfiguration()

- setStyles()
+ setConfiguration()

- getStyles()
+ getConfiguration()

- formElements()
+ buildConfigurationForm()
Created by: segovia94
Created on: 5 Dec 2018 at 23:14 UTC
Last updated: 5 Dec 2018 at 23:18 UTC

Other releases