Search for __set

  1. Search 7.x for __set
  2. Search 8.9.x for __set
  3. Search 10.3.x for __set
  4. Search 11.x for __set
  5. Other projects
Title Object type File name Summary
ContentLanguageSettingsHalJsonCookieTest::$defaultTheme property core/modules/hal/tests/src/Functional/language/ContentLanguageSettingsHalJsonCookieTest.php The theme to install as the default for testing.
ContentLanguageSettingsHalJsonCookieTest::$format property core/modules/hal/tests/src/Functional/language/ContentLanguageSettingsHalJsonCookieTest.php The format to use in this test.
ContentLanguageSettingsHalJsonCookieTest::$mimeType property core/modules/hal/tests/src/Functional/language/ContentLanguageSettingsHalJsonCookieTest.php The MIME type that corresponds to $format.
ContentLanguageSettingsHalJsonCookieTest::$modules property core/modules/hal/tests/src/Functional/language/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.
ContentLanguageSettingsJsonCookieTest class core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonCookieTest.php @group rest
ContentLanguageSettingsJsonCookieTest.php file core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonCookieTest.php
ContentLanguageSettingsJsonCookieTest::$auth property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonCookieTest.php The authentication mechanism to use in this test.
ContentLanguageSettingsJsonCookieTest::$defaultTheme property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonCookieTest.php The theme to install as the default for testing.
ContentLanguageSettingsJsonCookieTest::$format property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonCookieTest.php The format to use in this test.
ContentLanguageSettingsJsonCookieTest::$mimeType property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonCookieTest.php The MIME type that corresponds to $format.
ContentLanguageSettingsResourceTestBase class core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php
ContentLanguageSettingsResourceTestBase.php file core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php
ContentLanguageSettingsResourceTestBase::$entity property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php
ContentLanguageSettingsResourceTestBase::$entityTypeId property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php The tested entity type.
ContentLanguageSettingsResourceTestBase::$modules property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php Modules to install.
ContentLanguageSettingsResourceTestBase::createEntity function core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php Creates the entity to be tested.
ContentLanguageSettingsResourceTestBase::getExpectedCacheContexts function core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php The expected cache contexts for the GET/HEAD response of the test entity.
ContentLanguageSettingsResourceTestBase::getExpectedNormalizedEntity function core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php Returns the expected normalization of the entity.
ContentLanguageSettingsResourceTestBase::getNormalizedPostEntity function core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php Returns the normalized POST entity.
ContentLanguageSettingsResourceTestBase::setUpAuthorization function core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php Sets up the necessary authorization.
ContentLanguageSettingsTest class core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php JSON:API integration test for "ContentLanguageSettings" config entity type.
ContentLanguageSettingsTest.php file core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php
ContentLanguageSettingsTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php The theme to install as the default for testing.
ContentLanguageSettingsTest::$entity property core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php
ContentLanguageSettingsTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php The tested entity type.
ContentLanguageSettingsTest::$modules property core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php Modules to enable.
ContentLanguageSettingsTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php The name of the tested JSON:API resource type.
ContentLanguageSettingsTest::createAnotherEntity function core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php Creates another entity to be tested.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.