You are here

public static function ContentTypeConfiguration::getComponentHumanName in Configuration Management 7.2

Overrides Drupal\configuration\Config\Configuration::getComponentHumanName().

Overrides Configuration::getComponentHumanName

File

lib/Drupal/configuration/Config/ContentTypeConfiguration.php, line 49
Definition of Drupal\configuration\Config\ContentTypeConfiguration.

Class

ContentTypeConfiguration

Namespace

Drupal\configuration\Config

Code

public static function getComponentHumanName($component, $plural = FALSE) {
  return $plural ? t('Content types') : t('Content type');
}