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 |
|
ContentLanguageSettingsInterface::getDefaultLangcode |
function |
core/modules/language/src/ContentLanguageSettingsInterface.php |
Gets the default language code. |
ContentLanguageSettingsInterface::getTargetBundle |
function |
core/modules/language/src/ContentLanguageSettingsInterface.php |
Gets the bundle this config applies to. |
ContentLanguageSettingsInterface::getTargetEntityTypeId |
function |
core/modules/language/src/ContentLanguageSettingsInterface.php |
Gets the entity type ID this config applies to. |
ContentLanguageSettingsInterface::isDefaultConfiguration |
function |
core/modules/language/src/ContentLanguageSettingsInterface.php |
Checks if this config object contains the default values in every property. |
ContentLanguageSettingsInterface::isLanguageAlterable |
function |
core/modules/language/src/ContentLanguageSettingsInterface.php |
Checks if the language is alterable or not. |
ContentLanguageSettingsInterface::setDefaultLangcode |
function |
core/modules/language/src/ContentLanguageSettingsInterface.php |
Sets the default language code. |
ContentLanguageSettingsInterface::setLanguageAlterable |
function |
core/modules/language/src/ContentLanguageSettingsInterface.php |
Sets if the language must be alterable or not. |
ContentLanguageSettingsInterface::setTargetBundle |
function |
core/modules/language/src/ContentLanguageSettingsInterface.php |
Sets the bundle this config applies to. |
ContentLanguageSettingsJsonAnonTest |
class |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonAnonTest.php |
@group rest |
ContentLanguageSettingsJsonAnonTest.php |
file |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonAnonTest.php |
|
ContentLanguageSettingsJsonAnonTest::$defaultTheme |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonAnonTest.php |
The theme to install as the default for testing. |
ContentLanguageSettingsJsonAnonTest::$format |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonAnonTest.php |
The format to use in this test. |
ContentLanguageSettingsJsonAnonTest::$mimeType |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonAnonTest.php |
The MIME type that corresponds to $format. |
ContentLanguageSettingsJsonBasicAuthTest |
class |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonBasicAuthTest.php |
@group rest |
ContentLanguageSettingsJsonBasicAuthTest.php |
file |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonBasicAuthTest.php |
|
ContentLanguageSettingsJsonBasicAuthTest::$auth |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonBasicAuthTest.php |
The authentication mechanism to use in this test. |
ContentLanguageSettingsJsonBasicAuthTest::$defaultTheme |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonBasicAuthTest.php |
The theme to install as the default for testing. |
ContentLanguageSettingsJsonBasicAuthTest::$format |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonBasicAuthTest.php |
The format to use in this test. |
ContentLanguageSettingsJsonBasicAuthTest::$mimeType |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonBasicAuthTest.php |
The MIME type that corresponds to $format. |
ContentLanguageSettingsJsonBasicAuthTest::$modules |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonBasicAuthTest.php |
Modules to install. |