You are here

public function BlazyAdminBase::breakpointsForm in Blazy 8.2

Same name and namespace in other branches
  1. 8 src/Form/BlazyAdminBase.php \Drupal\blazy\Form\BlazyAdminBase::breakpointsForm()
  2. 7 src/Form/BlazyAdminBase.php \Drupal\blazy\Form\BlazyAdminBase::breakpointsForm()

Deprecated method to remove.

@todo remove once sub-modules remove this method.

See also

https://www.drupal.org/node/3105243

File

src/Form/BlazyAdminBase.php, line 760

Class

BlazyAdminBase
A base for blazy admin integration to have re-usable methods in one place.

Namespace

Drupal\blazy\Form

Code

public function breakpointsForm(array &$form, $definition = []) {
}