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. |
ContentTranslationManager::getBundleTranslationSettings |
function |
core/modules/content_translation/src/ContentTranslationManager.php |
Returns translation settings for the specified bundle. |
ContentTranslationManager::loadContentLanguageSettings |
function |
core/modules/content_translation/src/ContentTranslationManager.php |
Loads a content language config entity based on the entity type and bundle. |
ContentTranslationManager::setBundleTranslationSettings |
function |
core/modules/content_translation/src/ContentTranslationManager.php |
Sets translation settings for the specified bundle. |
ContentTranslationSettingsApiTest |
class |
core/modules/content_translation/tests/src/Kernel/ContentTranslationSettingsApiTest.php |
Tests the content translation settings API. |
ContentTranslationSettingsApiTest.php |
file |
core/modules/content_translation/tests/src/Kernel/ContentTranslationSettingsApiTest.php |
|
ContentTranslationSettingsApiTest::$modules |
property |
core/modules/content_translation/tests/src/Kernel/ContentTranslationSettingsApiTest.php |
Modules to enable. |
ContentTranslationSettingsApiTest::setUp |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationSettingsApiTest.php |
|
ContentTranslationSettingsApiTest::testSettingsApi |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationSettingsApiTest.php |
Tests that enabling translation via the API triggers schema updates. |
ContentTranslationSettingsTest |
class |
core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php |
Tests the content translation settings UI. |
ContentTranslationSettingsTest.php |
file |
core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php |
|
ContentTranslationSettingsTest::$defaultTheme |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php |
The theme to install as the default for testing. |
ContentTranslationSettingsTest::$modules |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php |
Modules to enable. |
ContentTranslationSettingsTest::assertSettings |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php |
Asserts that translatability has the expected value for the given bundle. |
ContentTranslationSettingsTest::setUp |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php |
|
ContentTranslationSettingsTest::testAccountLanguageSettingsUI |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php |
Tests the language settings checkbox on account settings page. |
ContentTranslationSettingsTest::testFieldTranslatableSettingsUI |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php |
Tests that field setting depends on bundle translatability. |
ContentTranslationSettingsTest::testNonTranslatableTranslationSettingsUI |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php |
Tests the translatable settings checkbox for untranslatable entities. |
ContentTranslationSettingsTest::testSettingsUI |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php |
Tests that the settings UI works as expected. |
content_translation_form_language_content_settings_form_alter |
function |
core/modules/content_translation/content_translation.module |
Implements hook_form_FORM_ID_alter() for language_content_settings_form(). |
content_translation_form_language_content_settings_submit |
function |
core/modules/content_translation/content_translation.admin.inc |
Form submission handler for content_translation_admin_settings_form(). |
content_translation_form_language_content_settings_validate |
function |
core/modules/content_translation/content_translation.admin.inc |
Form validation handler for content_translation_admin_settings_form(). |
content_translation_language_content_settings_insert |
function |
core/modules/content_translation/content_translation.module |
Implements hook_ENTITY_TYPE_insert(). |
content_translation_language_content_settings_update |
function |
core/modules/content_translation/content_translation.module |
Implements hook_ENTITY_TYPE_update(). |
content_translation_preprocess_language_content_settings_table |
function |
core/modules/content_translation/content_translation.module |
Implements hook_preprocess_HOOK() for language-content-settings-table.html.twig. |
CreateHalSettingsForLinkDomainUpdateTest |
class |
core/modules/hal/tests/src/Functional/Update/CreateHalSettingsForLinkDomainUpdateTest.php |
Tests that 'hal.settings' is created, to store 'link_domain'. |
CreateHalSettingsForLinkDomainUpdateTest.php |
file |
core/modules/hal/tests/src/Functional/Update/CreateHalSettingsForLinkDomainUpdateTest.php |
|
CreateHalSettingsForLinkDomainUpdateTest::setDatabaseDumpFiles |
function |
core/modules/hal/tests/src/Functional/Update/CreateHalSettingsForLinkDomainUpdateTest.php |
Set database dump files to be used. |
CreateHalSettingsForLinkDomainUpdateTest::testHalSettingsCreated |
function |
core/modules/hal/tests/src/Functional/Update/CreateHalSettingsForLinkDomainUpdateTest.php |
Tests hal_update_8301(). |
css_js_settings.libraries.yml |
file |
core/tests/Drupal/Tests/Core/Asset/library_test_files/css_js_settings.libraries.yml |
core/tests/Drupal/Tests/Core/Asset/library_test_files/css_js_settings.libraries.yml |