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
ContentLanguageSettingsTest::createEntity function core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php Creates the entity to be tested.
ContentLanguageSettingsTest::getExpectedCacheContexts function core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php The expected cache contexts for the GET/HEAD response of the test entity.
ContentLanguageSettingsTest::getExpectedCollectionCacheability function core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php Computes the cacheability for a given entity collection.
ContentLanguageSettingsTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php Returns the expected JSON:API document for the entity.
ContentLanguageSettingsTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php Returns the JSON:API POST document.
ContentLanguageSettingsTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php Sets up the necessary authorization.
ContentLanguageSettingsUnitTest class core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php @coversDefaultClass \Drupal\language\Entity\ContentLanguageSettings
@group language
ContentLanguageSettingsUnitTest.php file core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php
ContentLanguageSettingsUnitTest::$configEntityStorageInterface property core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php The typed configuration manager used for testing.
ContentLanguageSettingsUnitTest::$entityType property core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php The entity type used for testing.
ContentLanguageSettingsUnitTest::$entityTypeId property core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php The ID of the type of the entity under test.
ContentLanguageSettingsUnitTest::$entityTypeManager property core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php The entity type manager used for testing.
ContentLanguageSettingsUnitTest::$typedConfigManager property core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php The typed configuration manager used for testing.
ContentLanguageSettingsUnitTest::$uuid property core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php The UUID generator used for testing.
ContentLanguageSettingsUnitTest::providerDefaultLangcode function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php
ContentLanguageSettingsUnitTest::providerIsDefaultConfiguration function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php
ContentLanguageSettingsUnitTest::providerLanguageAlterable function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php
ContentLanguageSettingsUnitTest::providerLoadByEntityTypeBundle function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php
ContentLanguageSettingsUnitTest::setUp function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php
ContentLanguageSettingsUnitTest::testCalculateDependencies function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php @covers ::calculateDependencies
ContentLanguageSettingsUnitTest::testDefaultLangcode function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php @covers ::getDefaultLangcode
@covers ::setDefaultLangcode
ContentLanguageSettingsUnitTest::testId function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php @covers ::id
ContentLanguageSettingsUnitTest::testIsDefaultConfiguration function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php @covers ::isDefaultConfiguration
ContentLanguageSettingsUnitTest::testLanguageAlterable function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php @covers ::setLanguageAlterable
@covers ::isLanguageAlterable
ContentLanguageSettingsUnitTest::testLoadByEntityTypeBundle function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php @covers ::loadByEntityTypeBundle
ContentLanguageSettingsUnitTest::testTargetBundle function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php @covers ::getTargetBundle
ContentLanguageSettingsUnitTest::testTargetEntityTypeId function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php @covers ::getTargetEntityTypeId
ContentLanguageSettingsXmlAnonTest class core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlAnonTest.php @group rest
ContentLanguageSettingsXmlAnonTest.php file core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlAnonTest.php
ContentLanguageSettingsXmlAnonTest::$defaultTheme property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlAnonTest.php The theme to install as the default for testing.
ContentLanguageSettingsXmlAnonTest::$format property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlAnonTest.php The format to use in this test.
ContentLanguageSettingsXmlAnonTest::$mimeType property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlAnonTest.php The MIME type that corresponds to $format.
ContentLanguageSettingsXmlBasicAuthTest class core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlBasicAuthTest.php @group rest
ContentLanguageSettingsXmlBasicAuthTest.php file core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlBasicAuthTest.php
ContentLanguageSettingsXmlBasicAuthTest::$auth property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlBasicAuthTest.php The authentication mechanism to use in this test.
ContentLanguageSettingsXmlBasicAuthTest::$defaultTheme property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlBasicAuthTest.php The theme to install as the default for testing.
ContentLanguageSettingsXmlBasicAuthTest::$format property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlBasicAuthTest.php The format to use in this test.
ContentLanguageSettingsXmlBasicAuthTest::$mimeType property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlBasicAuthTest.php The MIME type that corresponds to $format.
ContentLanguageSettingsXmlBasicAuthTest::$modules property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlBasicAuthTest.php Modules to install.
ContentLanguageSettingsXmlCookieTest class core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlCookieTest.php @group rest
ContentLanguageSettingsXmlCookieTest.php file core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlCookieTest.php
ContentLanguageSettingsXmlCookieTest::$auth property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlCookieTest.php The authentication mechanism to use in this test.
ContentLanguageSettingsXmlCookieTest::$defaultTheme property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlCookieTest.php The theme to install as the default for testing.
ContentLanguageSettingsXmlCookieTest::$format property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlCookieTest.php The format to use in this test.
ContentLanguageSettingsXmlCookieTest::$mimeType property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlCookieTest.php The MIME type that corresponds to $format.
ContentModerationAccessTest::setUp function core/modules/content_moderation/tests/src/Kernel/ContentModerationAccessTest.php
ContentModerationPermissionsTest::setUp function core/modules/content_moderation/tests/src/Kernel/ContentModerationPermissionsTest.php
ContentModerationResaveTest::setUp function core/modules/content_moderation/tests/src/Kernel/ContentModerationResaveTest.php
ContentModerationRouteSubscriber::setLatestRevisionFlag function core/modules/content_moderation/src/Routing/ContentModerationRouteSubscriber.php Ensure revisionable entities load the latest revision on entity forms.
ContentModerationRouteSubscriberTest::setLatestRevisionFlagTestCases function core/modules/content_moderation/tests/src/Unit/ContentModerationRouteSubscriberTest.php Data provider for ::testSetLatestRevisionFlag.

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