ContentLanguageSettingsInterface::isDefaultConfiguration

public 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.

File

core/modules/language/src/ContentLanguageSettingsInterface.php, line 76

Class

ContentLanguageSettingsInterface
Provides an interface defining language settings for content entities.

Namespace

Drupal\language

Code

public function isDefaultConfiguration();
doc_Drupal
2016-10-29 08:57:56
Comments
Leave a Comment

Please login to continue.