| ContactFormResourceTestBase::$entityTypeId |
property |
core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php |
The tested entity type. |
| ContactFormResourceTestBase::$modules |
property |
core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php |
Modules to install. |
| ContactFormResourceTestBase::$patchProtectedFieldNames |
property |
core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php |
The fields that are protected against modification during PATCH requests. |
| ContactFormResourceTestBase::createEntity |
function |
core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php |
Creates the entity to be tested. |
| ContactFormResourceTestBase::getExpectedNormalizedEntity |
function |
core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php |
Returns the expected normalization of the entity. |
| ContactFormResourceTestBase::getExpectedUnauthorizedAccessMessage |
function |
core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php |
Return the expected error message. |
| ContactFormResourceTestBase::getNormalizedPostEntity |
function |
core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php |
Returns the normalized POST entity. |
| ContactFormResourceTestBase::setUpAuthorization |
function |
core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php |
Sets up the necessary authorization. |
| ContactFormTest |
class |
core/modules/jsonapi/tests/src/Functional/ContactFormTest.php |
JSON:API integration test for the "ContactForm" config entity type. |
| ContactFormTest.php |
file |
core/modules/jsonapi/tests/src/Functional/ContactFormTest.php |
|
| ContactFormTest::$defaultTheme |
property |
core/modules/jsonapi/tests/src/Functional/ContactFormTest.php |
The theme to install as the default for testing. |
| ContactFormTest::$entity |
property |
core/modules/jsonapi/tests/src/Functional/ContactFormTest.php |
|
| ContactFormTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/ContactFormTest.php |
The tested entity type. |
| ContactFormTest::$modules |
property |
core/modules/jsonapi/tests/src/Functional/ContactFormTest.php |
Modules to enable. |
| ContactFormTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/ContactFormTest.php |
The name of the tested JSON:API resource type. |
| ContactFormTest::createEntity |
function |
core/modules/jsonapi/tests/src/Functional/ContactFormTest.php |
Creates the entity to be tested. |
| ContactFormTest::getExpectedDocument |
function |
core/modules/jsonapi/tests/src/Functional/ContactFormTest.php |
Returns the expected JSON:API document for the entity. |
| ContactFormTest::getExpectedUnauthorizedAccessMessage |
function |
core/modules/jsonapi/tests/src/Functional/ContactFormTest.php |
Return the expected error message. |
| ContactFormTest::getPostDocument |
function |
core/modules/jsonapi/tests/src/Functional/ContactFormTest.php |
Returns the JSON:API POST document. |
| ContactFormTest::setUpAuthorization |
function |
core/modules/jsonapi/tests/src/Functional/ContactFormTest.php |
Sets up the necessary authorization. |
| ContactFormXmlAnonTest |
class |
core/modules/contact/tests/src/Functional/Rest/ContactFormXmlAnonTest.php |
@group rest |
| ContactFormXmlAnonTest.php |
file |
core/modules/contact/tests/src/Functional/Rest/ContactFormXmlAnonTest.php |
|
| ContactFormXmlAnonTest::$defaultTheme |
property |
core/modules/contact/tests/src/Functional/Rest/ContactFormXmlAnonTest.php |
The theme to install as the default for testing. |
| ContactFormXmlAnonTest::$format |
property |
core/modules/contact/tests/src/Functional/Rest/ContactFormXmlAnonTest.php |
The format to use in this test. |
| ContactFormXmlAnonTest::$mimeType |
property |
core/modules/contact/tests/src/Functional/Rest/ContactFormXmlAnonTest.php |
The MIME type that corresponds to $format. |
| ContactFormXmlBasicAuthTest |
class |
core/modules/contact/tests/src/Functional/Rest/ContactFormXmlBasicAuthTest.php |
@group rest |
| ContactFormXmlBasicAuthTest.php |
file |
core/modules/contact/tests/src/Functional/Rest/ContactFormXmlBasicAuthTest.php |
|
| ContactFormXmlBasicAuthTest::$auth |
property |
core/modules/contact/tests/src/Functional/Rest/ContactFormXmlBasicAuthTest.php |
The authentication mechanism to use in this test. |
| ContactFormXmlBasicAuthTest::$defaultTheme |
property |
core/modules/contact/tests/src/Functional/Rest/ContactFormXmlBasicAuthTest.php |
The theme to install as the default for testing. |
| ContactFormXmlBasicAuthTest::$format |
property |
core/modules/contact/tests/src/Functional/Rest/ContactFormXmlBasicAuthTest.php |
The format to use in this test. |
| ContactFormXmlBasicAuthTest::$mimeType |
property |
core/modules/contact/tests/src/Functional/Rest/ContactFormXmlBasicAuthTest.php |
The MIME type that corresponds to $format. |
| ContactFormXmlBasicAuthTest::$modules |
property |
core/modules/contact/tests/src/Functional/Rest/ContactFormXmlBasicAuthTest.php |
Modules to install. |
| ContactFormXmlCookieTest |
class |
core/modules/contact/tests/src/Functional/Rest/ContactFormXmlCookieTest.php |
@group rest |
| ContactFormXmlCookieTest.php |
file |
core/modules/contact/tests/src/Functional/Rest/ContactFormXmlCookieTest.php |
|
| ContactFormXmlCookieTest::$auth |
property |
core/modules/contact/tests/src/Functional/Rest/ContactFormXmlCookieTest.php |
The authentication mechanism to use in this test. |
| ContactFormXmlCookieTest::$defaultTheme |
property |
core/modules/contact/tests/src/Functional/Rest/ContactFormXmlCookieTest.php |
The theme to install as the default for testing. |
| ContactFormXmlCookieTest::$format |
property |
core/modules/contact/tests/src/Functional/Rest/ContactFormXmlCookieTest.php |
The format to use in this test. |
| ContactFormXmlCookieTest::$mimeType |
property |
core/modules/contact/tests/src/Functional/Rest/ContactFormXmlCookieTest.php |
The MIME type that corresponds to $format. |
| ContactLanguageTest |
class |
core/modules/contact/tests/src/Functional/ContactLanguageTest.php |
Tests contact messages with language module. |
| ContactLanguageTest.php |
file |
core/modules/contact/tests/src/Functional/ContactLanguageTest.php |
|
| ContactLanguageTest::$defaultTheme |
property |
core/modules/contact/tests/src/Functional/ContactLanguageTest.php |
The theme to install as the default for testing. |
| ContactLanguageTest::$modules |
property |
core/modules/contact/tests/src/Functional/ContactLanguageTest.php |
Modules to enable. |
| ContactLanguageTest::setUp |
function |
core/modules/contact/tests/src/Functional/ContactLanguageTest.php |
|
| ContactLanguageTest::testContactLanguage |
function |
core/modules/contact/tests/src/Functional/ContactLanguageTest.php |
Tests configuration options with language enabled. |
| ContactLinkTest |
class |
core/modules/contact/tests/src/Functional/Views/ContactLinkTest.php |
Tests the contact link field. |
| ContactLinkTest.php |
file |
core/modules/contact/tests/src/Functional/Views/ContactLinkTest.php |
|
| ContactLinkTest::$defaultTheme |
property |
core/modules/contact/tests/src/Functional/Views/ContactLinkTest.php |
The theme to install as the default for testing. |
| ContactLinkTest::$modules |
property |
core/modules/contact/tests/src/Functional/Views/ContactLinkTest.php |
Modules to enable. |
| ContactLinkTest::$testViews |
property |
core/modules/contact/tests/src/Functional/Views/ContactLinkTest.php |
Views used by this test. |
| ContactLinkTest::$userData |
property |
core/modules/contact/tests/src/Functional/Views/ContactLinkTest.php |
Stores the user data service used by the test. |