You are here

public function SettingObjectInterface::get_type in Fasttoggle 8.2

Object subtype machine name.

Return value

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

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

File

src/Plugin/SettingObject/SettingObjectInterface.php, line 70
Provides Drupal\fasttoggle\ObjectInterface.

Class

SettingObjectInterface
An interface for objects that have toggleable attributes.

Namespace

Drupal\fasttoggle\Plugin\SettingObject

Code

public function get_type();