| EntityDisplayModeFormBase::init |
function |
core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php |
|
| EntityDisplayModeFormBase::save |
function |
core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php |
|
| EntityDisplayModeFormBase::__construct |
function |
core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php |
Constructs a EntityDisplayModeFormBase object. |
| EntityDisplayModeTest::testEntityFormModeUI |
function |
core/modules/field_ui/tests/src/Functional/EntityDisplayModeTest.php |
Tests the EntityFormMode user interface. |
| EntityDisplayRepository::getAllFormModes |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
|
| EntityDisplayRepository::getFormDisplay |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
|
| EntityDisplayRepository::getFormModeOptions |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
|
| EntityDisplayRepository::getFormModeOptionsByBundle |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
|
| EntityDisplayRepository::getFormModes |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
|
| EntityDisplayRepositoryInterface::getAllFormModes |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php |
Gets the entity form mode info for all entity types. |
| EntityDisplayRepositoryInterface::getFormDisplay |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php |
Returns the entity form display associated with a bundle and form mode. |
| EntityDisplayRepositoryInterface::getFormModeOptions |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php |
Gets an array of form mode options. |
| EntityDisplayRepositoryInterface::getFormModeOptionsByBundle |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php |
Returns an array of enabled form mode options by bundle. |
| EntityDisplayRepositoryInterface::getFormModes |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php |
Gets the entity form mode info for a specific entity type. |
| EntityDisplayRepositoryTest::testFormDisplay |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayRepositoryTest.php |
Tests form display. |
| EntityDisplayTest::testEntityForm |
function |
core/modules/field_ui/tests/src/FunctionalJavascript/EntityDisplayTest.php |
Tests the use of regions for entity form displays. |
| EntityExists::transform |
function |
core/modules/migrate/src/Plugin/migrate/process/EntityExists.php |
|
| EntityField::$formatterOptions |
property |
core/modules/views/src/Plugin/views/field/EntityField.php |
An array of formatter options. |
| EntityField::$formatterPluginManager |
property |
core/modules/views/src/Plugin/views/field/EntityField.php |
The field formatter plugin manager. |
| EntityField::buildGroupByForm |
function |
core/modules/views/src/Plugin/views/field/EntityField.php |
Extend the group by form with group columns. |
| EntityField::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/field/EntityField.php |
|
| EntityField::getFormatterInstance |
function |
core/modules/views/src/Plugin/views/field/EntityField.php |
Returns the field formatter instance. |
| EntityField::multiple_options_form |
function |
core/modules/views/src/Plugin/views/field/EntityField.php |
Provide options for multiple value fields. |
| EntityField::submitFormCalculateOptions |
function |
core/modules/views/src/Plugin/views/field/EntityField.php |
|
| EntityField::submitGroupByForm |
function |
core/modules/views/src/Plugin/views/field/EntityField.php |
|
| EntityForm |
class |
core/lib/Drupal/Core/Entity/EntityForm.php |
Base class for entity forms. |
| EntityForm.php |
file |
core/lib/Drupal/Core/Entity/EntityForm.php |
|
| EntityForm::$entity |
property |
core/lib/Drupal/Core/Entity/EntityForm.php |
The entity being used by this form. |
| EntityForm::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/EntityForm.php |
The entity type manager. |
| EntityForm::$moduleHandler |
property |
core/lib/Drupal/Core/Entity/EntityForm.php |
The module handler service. |
| EntityForm::$operation |
property |
core/lib/Drupal/Core/Entity/EntityForm.php |
The name of the current operation. |
| EntityForm::actions |
function |
core/lib/Drupal/Core/Entity/EntityForm.php |
Returns an array of supported actions for the current entity form. |
| EntityForm::actionsElement |
function |
core/lib/Drupal/Core/Entity/EntityForm.php |
Returns the action form element for the current entity form. |
| EntityForm::afterBuild |
function |
core/lib/Drupal/Core/Entity/EntityForm.php |
Form element #after_build callback: Updates the entity with submitted data. |
| EntityForm::buildEntity |
function |
core/lib/Drupal/Core/Entity/EntityForm.php |
|
| EntityForm::buildForm |
function |
core/lib/Drupal/Core/Entity/EntityForm.php |
|
| EntityForm::copyFormValuesToEntity |
function |
core/lib/Drupal/Core/Entity/EntityForm.php |
Copies top-level form values to entity properties. |
| EntityForm::form |
function |
core/lib/Drupal/Core/Entity/EntityForm.php |
Gets the actual form array to be built. |
| EntityForm::getBaseFormId |
function |
core/lib/Drupal/Core/Entity/EntityForm.php |
|
| EntityForm::getCallableFromDefinition |
function |
core/lib/Drupal/Core/Entity/EntityForm.php |
Gets a callable from a string or array definition if possible. |
| EntityForm::getEntity |
function |
core/lib/Drupal/Core/Entity/EntityForm.php |
|
| EntityForm::getEntityFromRouteMatch |
function |
core/lib/Drupal/Core/Entity/EntityForm.php |
|
| EntityForm::getFormId |
function |
core/lib/Drupal/Core/Entity/EntityForm.php |
|
| EntityForm::getOperation |
function |
core/lib/Drupal/Core/Entity/EntityForm.php |
|
| EntityForm::init |
function |
core/lib/Drupal/Core/Entity/EntityForm.php |
Initialize the form state and the entity before the first form build. |
| EntityForm::prepareEntity |
function |
core/lib/Drupal/Core/Entity/EntityForm.php |
Prepares the entity object before the form is built first. |
| EntityForm::prepareInvokeAll |
function |
core/lib/Drupal/Core/Entity/EntityForm.php |
Invokes the specified prepare hook variant. |
| EntityForm::processForm |
function |
core/lib/Drupal/Core/Entity/EntityForm.php |
Process callback: assigns weights and hides extra fields. |
| EntityForm::save |
function |
core/lib/Drupal/Core/Entity/EntityForm.php |
|
| EntityForm::setEntity |
function |
core/lib/Drupal/Core/Entity/EntityForm.php |
|