EntityFormDisplayValidationTest::testMultilineTextFieldWidgetPlaceholder |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFormDisplayValidationTest.php |
Tests validation of entity form display component's widget settings. |
EntityFormDisplayValidationTest::testTargetBundleMustExist |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFormDisplayValidationTest.php |
Tests that the target bundle of the entity form display is checked. |
EntityFormDisplayXmlAnonTest |
class |
core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlAnonTest.php |
@group rest |
EntityFormDisplayXmlAnonTest.php |
file |
core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlAnonTest.php |
|
EntityFormDisplayXmlAnonTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlAnonTest.php |
The theme to install as the default for testing. |
EntityFormDisplayXmlAnonTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlAnonTest.php |
The format to use in this test. |
EntityFormDisplayXmlAnonTest::$mimeType |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlAnonTest.php |
The MIME type that corresponds to $format. |
EntityFormDisplayXmlBasicAuthTest |
class |
core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlBasicAuthTest.php |
@group rest |
EntityFormDisplayXmlBasicAuthTest.php |
file |
core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlBasicAuthTest.php |
|
EntityFormDisplayXmlBasicAuthTest::$auth |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlBasicAuthTest.php |
The authentication mechanism to use in this test. |
EntityFormDisplayXmlBasicAuthTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlBasicAuthTest.php |
The theme to install as the default for testing. |
EntityFormDisplayXmlBasicAuthTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlBasicAuthTest.php |
The format to use in this test. |
EntityFormDisplayXmlBasicAuthTest::$mimeType |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlBasicAuthTest.php |
The MIME type that corresponds to $format. |
EntityFormDisplayXmlBasicAuthTest::$modules |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlBasicAuthTest.php |
Modules to install. |
EntityFormDisplayXmlCookieTest |
class |
core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlCookieTest.php |
@group rest |
EntityFormDisplayXmlCookieTest.php |
file |
core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlCookieTest.php |
|
EntityFormDisplayXmlCookieTest::$auth |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlCookieTest.php |
The authentication mechanism to use in this test. |
EntityFormDisplayXmlCookieTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlCookieTest.php |
The theme to install as the default for testing. |
EntityFormDisplayXmlCookieTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlCookieTest.php |
The format to use in this test. |
EntityFormDisplayXmlCookieTest::$mimeType |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlCookieTest.php |
The MIME type that corresponds to $format. |
EntityFormInterface |
interface |
core/lib/Drupal/Core/Entity/EntityFormInterface.php |
Defines an interface for entity form classes. |
EntityFormInterface.php |
file |
core/lib/Drupal/Core/Entity/EntityFormInterface.php |
|
EntityFormInterface::buildEntity |
function |
core/lib/Drupal/Core/Entity/EntityFormInterface.php |
Builds an updated entity object based upon the submitted form values. |
EntityFormInterface::getEntity |
function |
core/lib/Drupal/Core/Entity/EntityFormInterface.php |
Gets the form entity. |
EntityFormInterface::getEntityFromRouteMatch |
function |
core/lib/Drupal/Core/Entity/EntityFormInterface.php |
Determines which entity will be used by this form from a RouteMatch object. |
EntityFormInterface::getOperation |
function |
core/lib/Drupal/Core/Entity/EntityFormInterface.php |
Gets the operation identifying the form. |
EntityFormInterface::save |
function |
core/lib/Drupal/Core/Entity/EntityFormInterface.php |
Form submission handler for the 'save' action. |
EntityFormInterface::setEntity |
function |
core/lib/Drupal/Core/Entity/EntityFormInterface.php |
Sets the form entity. |
EntityFormInterface::setEntityTypeManager |
function |
core/lib/Drupal/Core/Entity/EntityFormInterface.php |
Sets the entity type manager for this form. |
EntityFormInterface::setModuleHandler |
function |
core/lib/Drupal/Core/Entity/EntityFormInterface.php |
Sets the module handler for this form. |
EntityFormInterface::setOperation |
function |
core/lib/Drupal/Core/Entity/EntityFormInterface.php |
Sets the operation for this form. |
EntityFormInterface::setStringTranslation |
function |
core/lib/Drupal/Core/Entity/EntityFormInterface.php |
Sets the string translation service for this form. |
EntityFormMode |
class |
core/lib/Drupal/Core/Entity/Entity/EntityFormMode.php |
Defines the entity form mode configuration entity class. |
EntityFormMode.php |
file |
core/lib/Drupal/Core/Entity/Entity/EntityFormMode.php |
|
EntityFormModeAddForm |
class |
core/modules/field_ui/src/Form/EntityFormModeAddForm.php |
Provides the add form for entity display modes. |
EntityFormModeAddForm.php |
file |
core/modules/field_ui/src/Form/EntityFormModeAddForm.php |
|
EntityFormModeAddForm::prepareEntity |
function |
core/modules/field_ui/src/Form/EntityFormModeAddForm.php |
Prepares the entity object before the form is built first. |
EntityFormModeInterface |
interface |
core/lib/Drupal/Core/Entity/EntityFormModeInterface.php |
Provides an interface defining an entity form mode entity type. |
EntityFormModeInterface.php |
file |
core/lib/Drupal/Core/Entity/EntityFormModeInterface.php |
|
EntityFormModeJsonAnonTest |
class |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonAnonTest.php |
@group rest |
EntityFormModeJsonAnonTest.php |
file |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonAnonTest.php |
|
EntityFormModeJsonAnonTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonAnonTest.php |
The theme to install as the default for testing. |
EntityFormModeJsonAnonTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonAnonTest.php |
The format to use in this test. |
EntityFormModeJsonAnonTest::$mimeType |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonAnonTest.php |
The MIME type that corresponds to $format. |
EntityFormModeJsonBasicAuthTest |
class |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonBasicAuthTest.php |
@group rest |
EntityFormModeJsonBasicAuthTest.php |
file |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonBasicAuthTest.php |
|
EntityFormModeJsonBasicAuthTest::$auth |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonBasicAuthTest.php |
The authentication mechanism to use in this test. |
EntityFormModeJsonBasicAuthTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonBasicAuthTest.php |
The theme to install as the default for testing. |
EntityFormModeJsonBasicAuthTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonBasicAuthTest.php |
The format to use in this test. |
EntityFormModeJsonBasicAuthTest::$mimeType |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonBasicAuthTest.php |
The MIME type that corresponds to $format. |