You are here

public function NodeBooleanField::get_attributes in Fasttoggle 8.2

File

src/Plugin/Setting/NodeBooleanField.php, line 77
Fasttoggle Node Sticky

Class

NodeBooleanField
Abstract interface for settings. Plugin strings are used for quick filtering without the need to instantiate the class.

Namespace

Drupal\fasttoggle\Plugin\Setting

Code

public function get_attributes() {
  return [];
}