Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ContentLanguageSettingsInterface.php

function 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\language

Code

public function isDefaultConfiguration();
RSS feed
Powered by Drupal