function ContentLanguageSettingsInterface::isDefaultConfiguration
Same name in other branches
- 9 core/modules/language/src/ContentLanguageSettingsInterface.php \Drupal\language\ContentLanguageSettingsInterface::isDefaultConfiguration()
- 10 core/modules/language/src/ContentLanguageSettingsInterface.php \Drupal\language\ContentLanguageSettingsInterface::isDefaultConfiguration()
- 11.x core/modules/language/src/ContentLanguageSettingsInterface.php \Drupal\language\ContentLanguageSettingsInterface::isDefaultConfiguration()
Checks if this config object contains the default values in every property.
Return value
bool True if all the properties contain the default values. False otherwise.
1 method overrides ContentLanguageSettingsInterface::isDefaultConfiguration()
- ContentLanguageSettings::isDefaultConfiguration in core/
modules/ language/ src/ Entity/ ContentLanguageSettings.php - Checks if this config object contains the default values in every property.
File
-
core/
modules/ language/ src/ ContentLanguageSettingsInterface.php, line 76
Class
- ContentLanguageSettingsInterface
- Provides an interface defining language settings for content entities.
Namespace
Drupal\languageCode
public function isDefaultConfiguration();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.