You are here

31 string references to webform.entity_reference_manager in Webform 6.x

QueryStringWebformSourceEntity::create in src/Plugin/WebformSourceEntity/QueryStringWebformSourceEntity.php
Creates an instance of the plugin.
QueryStringWebformSourceEntityTest::testGetCurrentSourceEntity in tests/src/Unit/Plugin/WebformSourceEntity/QueryStringWebformSourceEntityTest.php
Tests detection of source entity via query string.
Webform::create in src/Plugin/Condition/Webform.php
Creates an instance of the plugin.
WebformAccessGroupForm::create in modules/webform_access/src/WebformAccessGroupForm.php
Instantiates a new instance of this class.
WebformEntityController::create in src/Controller/WebformEntityController.php
Instantiates a new instance of this class.
WebformNodeAccess::checkAccess in modules/webform_node/src/Access/WebformNodeAccess.php
Check whether the user can access a node's webform and/or submission.
WebformNodeAccess::checkWebformDraftsAccess in modules/webform_node/src/Access/WebformNodeAccess.php
Check whether the user can access a node's webform drafts.
WebformNodeAccess::checkWebformLogAccess in modules/webform_node/src/Access/WebformNodeAccess.php
Check whether the user can access a node's webform log.
WebformNodeAccess::checkWebformResultsAccess in modules/webform_node/src/Access/WebformNodeAccess.php
Check whether the user can access a node's webform results.
WebformNodeAccess::checkWebformSubmissionAccess in modules/webform_node/src/Access/WebformNodeAccess.php
Check whether the user can access a node's webform submission.
WebformNodeBrowserTestTrait::postNodeSubmission in modules/webform_node/tests/src/Traits/WebformNodeBrowserTestTrait.php
Post a new submission to a webform node.
WebformNodeBrowserTestTrait::postNodeSubmissionTest in modules/webform_node/tests/src/Traits/WebformNodeBrowserTestTrait.php
Post a new test submission to a webform node.
WebformNodeEntityReferenceController::create in modules/webform_node/src/Controller/WebformNodeEntityReferenceController.php
Instantiates a new instance of this class.
WebformNodeReferencesListController::create in modules/webform_node/src/Controller/WebformNodeReferencesListController.php
Instantiates a new instance of this class.
WebformNodeTest::testNode in modules/webform_node/tests/src/Functional/WebformNodeTest.php
Tests webform node.
WebformOptionsLimitAccess::checkNodeAccess in modules/webform_options_limit/src/Access/WebformOptionsLimitAccess.php
Check whether the user can access a node's webform options limits summary.
WebformShareAccess::checkNodeAccess in modules/webform_share/src/Access/WebformShareAccess.php
Check whether the webform node can be shared.
WebformSourceEntityAccess::checkEntityResultsAccess in src/Access/WebformSourceEntityAccess.php
Check whether the user can access an entity's webform results.
WebformSourceEntityAccessTest::testWebformSourceEntityAccess in tests/src/Unit/Access/WebformSourceEntityAccessTest.php
Tests the check webform source entity access.
WebformSubmission::preCreate in src/Entity/WebformSubmission.php
Changes the values of an entity before it is created.
WebformSubmissionDevelGenerateTrait::create in src/Plugin/DevelGenerate/WebformSubmissionDevelGenerateTrait.php
WebformSubmissionForm::create in src/WebformSubmissionForm.php
Instantiates a new instance of this class.
WebformTestController::create in src/Controller/WebformTestController.php
Instantiates a new instance of this class.
webform_access_form_node_form_alter in modules/webform_access/webform_access.module
Implements hook_form_BASE_FORM_ID_alter().
webform_entity_delete in ./webform.module
Implements hook_entity_delete().
webform_node_node_access in modules/webform_node/webform_node.module
Implements hook_node_access().
webform_node_node_delete in modules/webform_node/webform_node.module
Implements hook_node_delete().
webform_node_node_prepare_form in modules/webform_node/webform_node.module
Implements hook_node_prepare_form().
webform_node_preprocess_page_title in modules/webform_node/webform_node.module
Implements hook_preprocess_HOOK() for page title templates.
webform_update_8025 in includes/webform.install.update.inc
Issue #2857417: Add support for open and close date/time to Webform nodes. Update database scheme.
_webform_access_form_node_form_submit in modules/webform_access/webform_access.module
Webform access group submit handler.