ContentLanguageSettings::$target_bundle |
property |
core/modules/language/src/Entity/ContentLanguageSettings.php |
The bundle (machine name). |
ContentLanguageSettings::$target_entity_type_id |
property |
core/modules/language/src/Entity/ContentLanguageSettings.php |
The entity type ID (machine name). |
ContentLanguageSettings::calculateDependencies |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
Calculates dependencies and stores them in the dependency property. |
ContentLanguageSettings::getDefaultLangcode |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
Gets the default language code. |
ContentLanguageSettings::getTargetBundle |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
Gets the bundle this config applies to. |
ContentLanguageSettings::getTargetEntityTypeId |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
Gets the entity type ID this config applies to. |
ContentLanguageSettings::id |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
Gets the identifier. |
ContentLanguageSettings::isDefaultConfiguration |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
Checks if this config object contains the default values in every property. |
ContentLanguageSettings::isLanguageAlterable |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
Checks if the language is alterable or not. |
ContentLanguageSettings::loadByEntityTypeBundle |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
Loads a content language config entity based on the entity type and bundle. |
ContentLanguageSettings::preSave |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
Acts on an entity before the presave hook is invoked. |
ContentLanguageSettings::setDefaultLangcode |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
Sets the default language code. |
ContentLanguageSettings::setLanguageAlterable |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
Sets if the language must be alterable or not. |
ContentLanguageSettings::setTargetBundle |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
Sets the bundle this config applies to. |
ContentLanguageSettings::__construct |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
Constructs a ContentLanguageSettings object. |
ContentLanguageSettingsException |
class |
core/modules/language/src/ContentLanguageSettingsException.php |
Exception thrown by ContentLanguageSettings when target bundle is not set. |
ContentLanguageSettingsException.php |
file |
core/modules/language/src/ContentLanguageSettingsException.php |
|
ContentLanguageSettingsForm |
class |
core/modules/language/src/Form/ContentLanguageSettingsForm.php |
Configure the content language settings for this site. |
ContentLanguageSettingsForm.php |
file |
core/modules/language/src/Form/ContentLanguageSettingsForm.php |
|
ContentLanguageSettingsForm::$deprecatedProperties |
property |
core/modules/language/src/Form/ContentLanguageSettingsForm.php |
|
ContentLanguageSettingsForm::$entityTypeBundleInfo |
property |
core/modules/language/src/Form/ContentLanguageSettingsForm.php |
The entity bundle info. |
ContentLanguageSettingsForm::$entityTypeManager |
property |
core/modules/language/src/Form/ContentLanguageSettingsForm.php |
The entity type manager. |
ContentLanguageSettingsForm::$multipleCapable |
property |
core/modules/language/src/Form/ContentLanguageSettingsForm.php |
If this validator can handle multiple arguments. |
ContentLanguageSettingsForm::buildForm |
function |
core/modules/language/src/Form/ContentLanguageSettingsForm.php |
Form constructor. |
ContentLanguageSettingsForm::create |
function |
core/modules/language/src/Form/ContentLanguageSettingsForm.php |
Instantiates a new instance of this class. |
ContentLanguageSettingsForm::getFormId |
function |
core/modules/language/src/Form/ContentLanguageSettingsForm.php |
Returns a unique string identifying the form. |
ContentLanguageSettingsForm::submitForm |
function |
core/modules/language/src/Form/ContentLanguageSettingsForm.php |
Form submission handler. |
ContentLanguageSettingsForm::__construct |
function |
core/modules/language/src/Form/ContentLanguageSettingsForm.php |
Constructs an \Drupal\views\Plugin\views\argument_validator\Entity object. |
ContentLanguageSettingsHalJsonAnonTest |
class |
core/modules/language/tests/src/Functional/Hal/ContentLanguageSettingsHalJsonAnonTest.php |
@group hal |
ContentLanguageSettingsHalJsonAnonTest.php |
file |
core/modules/language/tests/src/Functional/Hal/ContentLanguageSettingsHalJsonAnonTest.php |
|
ContentLanguageSettingsHalJsonAnonTest::$defaultTheme |
property |
core/modules/language/tests/src/Functional/Hal/ContentLanguageSettingsHalJsonAnonTest.php |
The theme to install as the default for testing. |
ContentLanguageSettingsHalJsonAnonTest::$format |
property |
core/modules/language/tests/src/Functional/Hal/ContentLanguageSettingsHalJsonAnonTest.php |
The format to use in this test. |
ContentLanguageSettingsHalJsonAnonTest::$mimeType |
property |
core/modules/language/tests/src/Functional/Hal/ContentLanguageSettingsHalJsonAnonTest.php |
The MIME type that corresponds to $format. |
ContentLanguageSettingsHalJsonAnonTest::$modules |
property |
core/modules/language/tests/src/Functional/Hal/ContentLanguageSettingsHalJsonAnonTest.php |
Modules to install. |
ContentLanguageSettingsHalJsonBasicAuthTest |
class |
core/modules/language/tests/src/Functional/Hal/ContentLanguageSettingsHalJsonBasicAuthTest.php |
@group hal |
ContentLanguageSettingsHalJsonBasicAuthTest.php |
file |
core/modules/language/tests/src/Functional/Hal/ContentLanguageSettingsHalJsonBasicAuthTest.php |
|
ContentLanguageSettingsHalJsonBasicAuthTest::$auth |
property |
core/modules/language/tests/src/Functional/Hal/ContentLanguageSettingsHalJsonBasicAuthTest.php |
The authentication mechanism to use in this test. |
ContentLanguageSettingsHalJsonBasicAuthTest::$defaultTheme |
property |
core/modules/language/tests/src/Functional/Hal/ContentLanguageSettingsHalJsonBasicAuthTest.php |
The theme to install as the default for testing. |
ContentLanguageSettingsHalJsonBasicAuthTest::$format |
property |
core/modules/language/tests/src/Functional/Hal/ContentLanguageSettingsHalJsonBasicAuthTest.php |
The format to use in this test. |
ContentLanguageSettingsHalJsonBasicAuthTest::$mimeType |
property |
core/modules/language/tests/src/Functional/Hal/ContentLanguageSettingsHalJsonBasicAuthTest.php |
The MIME type that corresponds to $format. |
ContentLanguageSettingsHalJsonBasicAuthTest::$modules |
property |
core/modules/language/tests/src/Functional/Hal/ContentLanguageSettingsHalJsonBasicAuthTest.php |
Modules to install. |
ContentLanguageSettingsHalJsonCookieTest |
class |
core/modules/language/tests/src/Functional/Hal/ContentLanguageSettingsHalJsonCookieTest.php |
@group hal |
ContentLanguageSettingsHalJsonCookieTest.php |
file |
core/modules/language/tests/src/Functional/Hal/ContentLanguageSettingsHalJsonCookieTest.php |
|
ContentLanguageSettingsHalJsonCookieTest::$auth |
property |
core/modules/language/tests/src/Functional/Hal/ContentLanguageSettingsHalJsonCookieTest.php |
The authentication mechanism to use in this test. |
ContentLanguageSettingsHalJsonCookieTest::$defaultTheme |
property |
core/modules/language/tests/src/Functional/Hal/ContentLanguageSettingsHalJsonCookieTest.php |
The theme to install as the default for testing. |
ContentLanguageSettingsHalJsonCookieTest::$format |
property |
core/modules/language/tests/src/Functional/Hal/ContentLanguageSettingsHalJsonCookieTest.php |
The format to use in this test. |
ContentLanguageSettingsHalJsonCookieTest::$mimeType |
property |
core/modules/language/tests/src/Functional/Hal/ContentLanguageSettingsHalJsonCookieTest.php |
The MIME type that corresponds to $format. |
ContentLanguageSettingsHalJsonCookieTest::$modules |
property |
core/modules/language/tests/src/Functional/Hal/ContentLanguageSettingsHalJsonCookieTest.php |
Modules to install. |
ContentLanguageSettingsInterface |
interface |
core/modules/language/src/ContentLanguageSettingsInterface.php |
Provides an interface defining language settings for content entities. |
ContentLanguageSettingsInterface.php |
file |
core/modules/language/src/ContentLanguageSettingsInterface.php |
|