ContactFormInterface::getMessage |
function |
core/modules/contact/src/ContactFormInterface.php |
Returns the message to be displayed to user. |
ContactFormInterface::getRecipients |
function |
core/modules/contact/src/ContactFormInterface.php |
Returns list of recipient email addresses. |
ContactFormInterface::getRedirectPath |
function |
core/modules/contact/src/ContactFormInterface.php |
Returns the path for redirect. |
ContactFormInterface::getRedirectUrl |
function |
core/modules/contact/src/ContactFormInterface.php |
Returns the \Drupal\Core\Url object for redirect path. |
ContactFormInterface::getReply |
function |
core/modules/contact/src/ContactFormInterface.php |
Returns an auto-reply message to send to the message author. |
ContactFormInterface::getWeight |
function |
core/modules/contact/src/ContactFormInterface.php |
Returns the weight of this category (used for sorting). |
ContactFormInterface::setMessage |
function |
core/modules/contact/src/ContactFormInterface.php |
Sets the message to be displayed to the user. |
ContactFormInterface::setRecipients |
function |
core/modules/contact/src/ContactFormInterface.php |
Sets list of recipient email addresses. |
ContactFormInterface::setRedirectPath |
function |
core/modules/contact/src/ContactFormInterface.php |
Sets the redirect path. |
ContactFormInterface::setReply |
function |
core/modules/contact/src/ContactFormInterface.php |
Sets an auto-reply message to send to the message author. |
ContactFormInterface::setWeight |
function |
core/modules/contact/src/ContactFormInterface.php |
Sets the weight. |
ContactFormJsonAnonTest |
class |
core/modules/contact/tests/src/Functional/Rest/ContactFormJsonAnonTest.php |
@group rest |
ContactFormJsonAnonTest.php |
file |
core/modules/contact/tests/src/Functional/Rest/ContactFormJsonAnonTest.php |
|
ContactFormJsonAnonTest::$defaultTheme |
property |
core/modules/contact/tests/src/Functional/Rest/ContactFormJsonAnonTest.php |
The theme to install as the default for testing. |
ContactFormJsonAnonTest::$format |
property |
core/modules/contact/tests/src/Functional/Rest/ContactFormJsonAnonTest.php |
The format to use in this test. |
ContactFormJsonAnonTest::$mimeType |
property |
core/modules/contact/tests/src/Functional/Rest/ContactFormJsonAnonTest.php |
The MIME type that corresponds to $format. |
ContactFormJsonBasicAuthTest |
class |
core/modules/contact/tests/src/Functional/Rest/ContactFormJsonBasicAuthTest.php |
@group rest |
ContactFormJsonBasicAuthTest.php |
file |
core/modules/contact/tests/src/Functional/Rest/ContactFormJsonBasicAuthTest.php |
|
ContactFormJsonBasicAuthTest::$auth |
property |
core/modules/contact/tests/src/Functional/Rest/ContactFormJsonBasicAuthTest.php |
The authentication mechanism to use in this test. |
ContactFormJsonBasicAuthTest::$defaultTheme |
property |
core/modules/contact/tests/src/Functional/Rest/ContactFormJsonBasicAuthTest.php |
The theme to install as the default for testing. |
ContactFormJsonBasicAuthTest::$format |
property |
core/modules/contact/tests/src/Functional/Rest/ContactFormJsonBasicAuthTest.php |
The format to use in this test. |
ContactFormJsonBasicAuthTest::$mimeType |
property |
core/modules/contact/tests/src/Functional/Rest/ContactFormJsonBasicAuthTest.php |
The MIME type that corresponds to $format. |
ContactFormJsonBasicAuthTest::$modules |
property |
core/modules/contact/tests/src/Functional/Rest/ContactFormJsonBasicAuthTest.php |
Modules to install. |
ContactFormJsonCookieTest |
class |
core/modules/contact/tests/src/Functional/Rest/ContactFormJsonCookieTest.php |
@group rest |
ContactFormJsonCookieTest.php |
file |
core/modules/contact/tests/src/Functional/Rest/ContactFormJsonCookieTest.php |
|
ContactFormJsonCookieTest::$auth |
property |
core/modules/contact/tests/src/Functional/Rest/ContactFormJsonCookieTest.php |
The authentication mechanism to use in this test. |
ContactFormJsonCookieTest::$defaultTheme |
property |
core/modules/contact/tests/src/Functional/Rest/ContactFormJsonCookieTest.php |
The theme to install as the default for testing. |
ContactFormJsonCookieTest::$format |
property |
core/modules/contact/tests/src/Functional/Rest/ContactFormJsonCookieTest.php |
The format to use in this test. |
ContactFormJsonCookieTest::$mimeType |
property |
core/modules/contact/tests/src/Functional/Rest/ContactFormJsonCookieTest.php |
The MIME type that corresponds to $format. |
ContactFormListBuilder |
class |
core/modules/contact/src/ContactFormListBuilder.php |
Defines a class to build a listing of contact form entities. |
ContactFormListBuilder.php |
file |
core/modules/contact/src/ContactFormListBuilder.php |
|
ContactFormListBuilder::buildHeader |
function |
core/modules/contact/src/ContactFormListBuilder.php |
Builds the header row for the entity listing. |
ContactFormListBuilder::buildRow |
function |
core/modules/contact/src/ContactFormListBuilder.php |
Builds a row for an entity in the entity listing. |
ContactFormResourceTestBase |
class |
core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php |
Resource test base for the ContactForm entity. |
ContactFormResourceTestBase.php |
file |
core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php |
|
ContactFormResourceTestBase::$entity |
property |
core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php |
|
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 install. |