You are here

public function AbstractSettingObject::get_type in Fasttoggle 8.2

Object subtype machine name.

Return value

string A subtype (if any) of the object (eg node type).

Overrides SettingObjectInterface::get_type

1 method overrides AbstractSettingObject::get_type()
node::get_type in src/Plugin/SettingObject/node.php
Object subtype machine name.

File

src/Plugin/SettingObject/AbstractSettingObject.php, line 106
Abstract Fasttoggle Object

Class

AbstractSettingObject
Abstract class for an object on which Fasttoggle can modify settings.

Namespace

Drupal\fasttoggle\Plugin\SettingObject

Code

public function get_type() {
  return '';
}