You are here

public function SiteSettingEntityInterface::getType in Site Settings and Labels 8

Gets the Site Setting type.

Return value

string The Site Setting type.

1 method overrides SiteSettingEntityInterface::getType()
SiteSettingEntity::getType in src/Entity/SiteSettingEntity.php
Gets the Site Setting type.

File

src/SiteSettingEntityInterface.php, line 24

Class

SiteSettingEntityInterface
Provides an interface for defining Site Setting entities.

Namespace

Drupal\site_settings

Code

public function getType();