magento 2 Incompatible argument type: Required type: MagentoFrameworkRegistryMagento2 - Custom Controller throws errorMagento 2 “Recoverable Error: Argument 2 passed” when trying to define model in constructorI created a custom module ,but getting error, not able to figure out what the error is about. How to get out of this error?getting error in while running Cutom admin controller URL in magento 2Model Override issue in magento 2How to use Context object to get config valuesI have created an extension to show Customer Company Name in Order grid. But when creating new order, order is not showing in order gridMagento 2 Create dynamic array From different Model Collection to use in multi select in gridMagento 2.2.5: Overriding Admin Controller sales/orderMagento 2.3 Can't view module's front end page output?
Theorems that impeded progress
What killed these X2 caps?
Is it inappropriate for a student to attend their mentor's dissertation defense?
Is it possible to run Internet Explorer on OS X El Capitan?
Why can't we play rap on piano?
In a Spin are Both Wings Stalled?
Why is consensus so controversial in Britain?
How do I write bicross product symbols in latex?
Is it possible to create light that imparts a greater proportion of its energy as momentum rather than heat?
I would say: "You are another teacher", but she is a woman and I am a man
What does it mean to describe someone as a butt steak?
I Accidentally Deleted a Stock Terminal Theme
In Romance of the Three Kingdoms why do people still use bamboo sticks when papers are already invented?
Took a trip to a parallel universe, need help deciphering
Western buddy movie with a supernatural twist where a woman turns into an eagle at the end
How to draw the figure with four pentagons?
90's TV series where a boy goes to another dimension through portal near power lines
Alternative to sending password over mail?
Is "remove commented out code" correct English?
Twin primes whose sum is a cube
How could indestructible materials be used in power generation?
What reasons are there for a Capitalist to oppose a 100% inheritance tax?
Arrow those variables!
Brothers & sisters
magento 2 Incompatible argument type: Required type: MagentoFrameworkRegistry
Magento2 - Custom Controller throws errorMagento 2 “Recoverable Error: Argument 2 passed” when trying to define model in constructorI created a custom module ,but getting error, not able to figure out what the error is about. How to get out of this error?getting error in while running Cutom admin controller URL in magento 2Model Override issue in magento 2How to use Context object to get config valuesI have created an extension to show Customer Company Name in Order grid. But when creating new order, order is not showing in order gridMagento 2 Create dynamic array From different Model Collection to use in multi select in gridMagento 2.2.5: Overriding Admin Controller sales/orderMagento 2.3 Can't view module's front end page output?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
i am getting this error while compiling,when i add dependency injection then getting other error like,filefactory if this solved then getting customerfactory.
Actually i want to do custom code in my controller when user click -
<?php
namespace VendorModuleControllerAdminhtmlSendcredentials;
use MagentoBackendAppActionContext;
class Index extends MagentoCustomerControllerAdminhtmlIndex
/**
* Customer compare grid
*
* @return MagentoFrameworkViewResultLayout
*/
public function __construct(
Context $context,
array $data = []
)
parent::__construct($context, $data);
public function execute()
$resultLayout = $this->_resultLayoutFactory->create();
$getBlock = $resultLayout->getLayout()->createBlock("VendorModuleBlockAdminhtmlSendcredentials");
echo $getBlock->getCustomCustomerId();
die;
Actually i need customer id in my custom controller.
magento2 admin customer-account
add a comment |
i am getting this error while compiling,when i add dependency injection then getting other error like,filefactory if this solved then getting customerfactory.
Actually i want to do custom code in my controller when user click -
<?php
namespace VendorModuleControllerAdminhtmlSendcredentials;
use MagentoBackendAppActionContext;
class Index extends MagentoCustomerControllerAdminhtmlIndex
/**
* Customer compare grid
*
* @return MagentoFrameworkViewResultLayout
*/
public function __construct(
Context $context,
array $data = []
)
parent::__construct($context, $data);
public function execute()
$resultLayout = $this->_resultLayoutFactory->create();
$getBlock = $resultLayout->getLayout()->createBlock("VendorModuleBlockAdminhtmlSendcredentials");
echo $getBlock->getCustomCustomerId();
die;
Actually i need customer id in my custom controller.
magento2 admin customer-account
i edit question please check
– sumeet bajaj
2 days ago
customer is already created,i just need to write my code in my controller file,when click on "send credentials" please refer image above
– sumeet bajaj
2 days ago
add a comment |
i am getting this error while compiling,when i add dependency injection then getting other error like,filefactory if this solved then getting customerfactory.
Actually i want to do custom code in my controller when user click -
<?php
namespace VendorModuleControllerAdminhtmlSendcredentials;
use MagentoBackendAppActionContext;
class Index extends MagentoCustomerControllerAdminhtmlIndex
/**
* Customer compare grid
*
* @return MagentoFrameworkViewResultLayout
*/
public function __construct(
Context $context,
array $data = []
)
parent::__construct($context, $data);
public function execute()
$resultLayout = $this->_resultLayoutFactory->create();
$getBlock = $resultLayout->getLayout()->createBlock("VendorModuleBlockAdminhtmlSendcredentials");
echo $getBlock->getCustomCustomerId();
die;
Actually i need customer id in my custom controller.
magento2 admin customer-account
i am getting this error while compiling,when i add dependency injection then getting other error like,filefactory if this solved then getting customerfactory.
Actually i want to do custom code in my controller when user click -
<?php
namespace VendorModuleControllerAdminhtmlSendcredentials;
use MagentoBackendAppActionContext;
class Index extends MagentoCustomerControllerAdminhtmlIndex
/**
* Customer compare grid
*
* @return MagentoFrameworkViewResultLayout
*/
public function __construct(
Context $context,
array $data = []
)
parent::__construct($context, $data);
public function execute()
$resultLayout = $this->_resultLayoutFactory->create();
$getBlock = $resultLayout->getLayout()->createBlock("VendorModuleBlockAdminhtmlSendcredentials");
echo $getBlock->getCustomCustomerId();
die;
Actually i need customer id in my custom controller.
magento2 admin customer-account
magento2 admin customer-account
edited 2 days ago
sumeet bajaj
asked 2 days ago
sumeet bajajsumeet bajaj
929
929
i edit question please check
– sumeet bajaj
2 days ago
customer is already created,i just need to write my code in my controller file,when click on "send credentials" please refer image above
– sumeet bajaj
2 days ago
add a comment |
i edit question please check
– sumeet bajaj
2 days ago
customer is already created,i just need to write my code in my controller file,when click on "send credentials" please refer image above
– sumeet bajaj
2 days ago
i edit question please check
– sumeet bajaj
2 days ago
i edit question please check
– sumeet bajaj
2 days ago
customer is already created,i just need to write my code in my controller file,when click on "send credentials" please refer image above
– sumeet bajaj
2 days ago
customer is already created,i just need to write my code in my controller file,when click on "send credentials" please refer image above
– sumeet bajaj
2 days ago
add a comment |
2 Answers
2
active
oldest
votes
You don't extend properly MagentoCustomerControllerAdminhtmlIndex
to your class when try to call __construct
. If you check the code of then you find a lot of parameters need __construct:MagentoCustomerControllerAdminhtmlIndex
.
<?php
namespace VendorModuleControllerAdminhtmlSendcredentials;
class Index extends MagentoCustomerControllerAdminhtmlIndex
public function __construct(
MagentoBackendAppActionContext $context,
MagentoFrameworkRegistry $coreRegistry,
MagentoFrameworkAppResponseHttpFileFactory $fileFactory,
MagentoCustomerModelCustomerFactory $customerFactory,
MagentoCustomerModelAddressFactory $addressFactory,
MagentoCustomerModelMetadataFormFactory $formFactory,
MagentoNewsletterModelSubscriberFactory $subscriberFactory,
MagentoCustomerHelperView $viewHelper,
MagentoFrameworkMathRandom $random,
MagentoCustomerApiCustomerRepositoryInterface $customerRepository,
MagentoFrameworkApiExtensibleDataObjectConverter $extensibleDataObjectConverter,
MagentoCustomerModelAddressMapper $addressMapper,
MagentoCustomerApiAccountManagementInterface $customerAccountManagement,
MagentoCustomerApiAddressRepositoryInterface $addressRepository,
MagentoCustomerApiDataCustomerInterfaceFactory $customerDataFactory,
MagentoCustomerApiDataAddressInterfaceFactory $addressDataFactory,
MagentoCustomerModelCustomerMapper $customerMapper,
MagentoFrameworkReflectionDataObjectProcessor $dataObjectProcessor,
MagentoFrameworkApiDataObjectHelper $dataObjectHelper,
MagentoFrameworkDataObjectFactory $objectFactory,
MagentoFrameworkViewLayoutFactory $layoutFactory,
MagentoFrameworkViewResultLayoutFactory $resultLayoutFactory,
MagentoFrameworkViewResultPageFactory $resultPageFactory,
MagentoBackendModelViewResultForwardFactory $resultForwardFactory,
MagentoFrameworkControllerResultJsonFactory $resultJsonFactory)
parent::__construct($context, $coreRegistry, $fileFactory, $customerFactory, $addressFactory, $formFactory, $subscriberFactory, $viewHelper, $random, $customerRepository, $extensibleDataObjectConverter, $addressMapper, $customerAccountManagement, $addressRepository, $customerDataFactory, $addressDataFactory, $customerMapper, $dataObjectProcessor, $dataObjectHelper, $objectFactory, $layoutFactory, $resultLayoutFactory, $resultPageFactory, $resultForwardFactory, $resultJsonFactory);
public function execute()
No of parameters at __construct:MagentoCustomerControllerAdminhtmlIndex
is 25 ,https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Controller/Adminhtml/Index.php#L201-L225
but your extends class's has two parameters parent::__construct($context, $data)
.So no of parameters should be same for extends __construct and original one.
but how to get customer id here ?
– sumeet bajaj
2 days ago
$this->initCurrentCustomer();
provide you customer id
– Amit Bera♦
2 days ago
yes i already try this after your code but it show 0
– sumeet bajaj
2 days ago
What is the URL of button sendCrendtial?
– Amit Bera♦
2 days ago
localhost/projectname/admin/xxx/sendcredentials/index/customer_id/1/
– sumeet bajaj
2 days ago
|
show 3 more comments
Remove the constructor method from your class.
the original class MagentoCustomerControllerAdminhtmlIndex
has a constructor with way more parameters than you provided in your code.
ok i will remove constructor class. but how may i get customer id here ?
– sumeet bajaj
2 days ago
I am not able to get customer id
– sumeet bajaj
2 days ago
you can send the id via GET from the button. How did you add the button in the page?
– Marius♦
2 days ago
thank you so much for your reply Upvote
– sumeet bajaj
2 days ago
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f268347%2fmagento-2-incompatible-argument-type-required-type-magento-framework-registry%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You don't extend properly MagentoCustomerControllerAdminhtmlIndex
to your class when try to call __construct
. If you check the code of then you find a lot of parameters need __construct:MagentoCustomerControllerAdminhtmlIndex
.
<?php
namespace VendorModuleControllerAdminhtmlSendcredentials;
class Index extends MagentoCustomerControllerAdminhtmlIndex
public function __construct(
MagentoBackendAppActionContext $context,
MagentoFrameworkRegistry $coreRegistry,
MagentoFrameworkAppResponseHttpFileFactory $fileFactory,
MagentoCustomerModelCustomerFactory $customerFactory,
MagentoCustomerModelAddressFactory $addressFactory,
MagentoCustomerModelMetadataFormFactory $formFactory,
MagentoNewsletterModelSubscriberFactory $subscriberFactory,
MagentoCustomerHelperView $viewHelper,
MagentoFrameworkMathRandom $random,
MagentoCustomerApiCustomerRepositoryInterface $customerRepository,
MagentoFrameworkApiExtensibleDataObjectConverter $extensibleDataObjectConverter,
MagentoCustomerModelAddressMapper $addressMapper,
MagentoCustomerApiAccountManagementInterface $customerAccountManagement,
MagentoCustomerApiAddressRepositoryInterface $addressRepository,
MagentoCustomerApiDataCustomerInterfaceFactory $customerDataFactory,
MagentoCustomerApiDataAddressInterfaceFactory $addressDataFactory,
MagentoCustomerModelCustomerMapper $customerMapper,
MagentoFrameworkReflectionDataObjectProcessor $dataObjectProcessor,
MagentoFrameworkApiDataObjectHelper $dataObjectHelper,
MagentoFrameworkDataObjectFactory $objectFactory,
MagentoFrameworkViewLayoutFactory $layoutFactory,
MagentoFrameworkViewResultLayoutFactory $resultLayoutFactory,
MagentoFrameworkViewResultPageFactory $resultPageFactory,
MagentoBackendModelViewResultForwardFactory $resultForwardFactory,
MagentoFrameworkControllerResultJsonFactory $resultJsonFactory)
parent::__construct($context, $coreRegistry, $fileFactory, $customerFactory, $addressFactory, $formFactory, $subscriberFactory, $viewHelper, $random, $customerRepository, $extensibleDataObjectConverter, $addressMapper, $customerAccountManagement, $addressRepository, $customerDataFactory, $addressDataFactory, $customerMapper, $dataObjectProcessor, $dataObjectHelper, $objectFactory, $layoutFactory, $resultLayoutFactory, $resultPageFactory, $resultForwardFactory, $resultJsonFactory);
public function execute()
No of parameters at __construct:MagentoCustomerControllerAdminhtmlIndex
is 25 ,https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Controller/Adminhtml/Index.php#L201-L225
but your extends class's has two parameters parent::__construct($context, $data)
.So no of parameters should be same for extends __construct and original one.
but how to get customer id here ?
– sumeet bajaj
2 days ago
$this->initCurrentCustomer();
provide you customer id
– Amit Bera♦
2 days ago
yes i already try this after your code but it show 0
– sumeet bajaj
2 days ago
What is the URL of button sendCrendtial?
– Amit Bera♦
2 days ago
localhost/projectname/admin/xxx/sendcredentials/index/customer_id/1/
– sumeet bajaj
2 days ago
|
show 3 more comments
You don't extend properly MagentoCustomerControllerAdminhtmlIndex
to your class when try to call __construct
. If you check the code of then you find a lot of parameters need __construct:MagentoCustomerControllerAdminhtmlIndex
.
<?php
namespace VendorModuleControllerAdminhtmlSendcredentials;
class Index extends MagentoCustomerControllerAdminhtmlIndex
public function __construct(
MagentoBackendAppActionContext $context,
MagentoFrameworkRegistry $coreRegistry,
MagentoFrameworkAppResponseHttpFileFactory $fileFactory,
MagentoCustomerModelCustomerFactory $customerFactory,
MagentoCustomerModelAddressFactory $addressFactory,
MagentoCustomerModelMetadataFormFactory $formFactory,
MagentoNewsletterModelSubscriberFactory $subscriberFactory,
MagentoCustomerHelperView $viewHelper,
MagentoFrameworkMathRandom $random,
MagentoCustomerApiCustomerRepositoryInterface $customerRepository,
MagentoFrameworkApiExtensibleDataObjectConverter $extensibleDataObjectConverter,
MagentoCustomerModelAddressMapper $addressMapper,
MagentoCustomerApiAccountManagementInterface $customerAccountManagement,
MagentoCustomerApiAddressRepositoryInterface $addressRepository,
MagentoCustomerApiDataCustomerInterfaceFactory $customerDataFactory,
MagentoCustomerApiDataAddressInterfaceFactory $addressDataFactory,
MagentoCustomerModelCustomerMapper $customerMapper,
MagentoFrameworkReflectionDataObjectProcessor $dataObjectProcessor,
MagentoFrameworkApiDataObjectHelper $dataObjectHelper,
MagentoFrameworkDataObjectFactory $objectFactory,
MagentoFrameworkViewLayoutFactory $layoutFactory,
MagentoFrameworkViewResultLayoutFactory $resultLayoutFactory,
MagentoFrameworkViewResultPageFactory $resultPageFactory,
MagentoBackendModelViewResultForwardFactory $resultForwardFactory,
MagentoFrameworkControllerResultJsonFactory $resultJsonFactory)
parent::__construct($context, $coreRegistry, $fileFactory, $customerFactory, $addressFactory, $formFactory, $subscriberFactory, $viewHelper, $random, $customerRepository, $extensibleDataObjectConverter, $addressMapper, $customerAccountManagement, $addressRepository, $customerDataFactory, $addressDataFactory, $customerMapper, $dataObjectProcessor, $dataObjectHelper, $objectFactory, $layoutFactory, $resultLayoutFactory, $resultPageFactory, $resultForwardFactory, $resultJsonFactory);
public function execute()
No of parameters at __construct:MagentoCustomerControllerAdminhtmlIndex
is 25 ,https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Controller/Adminhtml/Index.php#L201-L225
but your extends class's has two parameters parent::__construct($context, $data)
.So no of parameters should be same for extends __construct and original one.
but how to get customer id here ?
– sumeet bajaj
2 days ago
$this->initCurrentCustomer();
provide you customer id
– Amit Bera♦
2 days ago
yes i already try this after your code but it show 0
– sumeet bajaj
2 days ago
What is the URL of button sendCrendtial?
– Amit Bera♦
2 days ago
localhost/projectname/admin/xxx/sendcredentials/index/customer_id/1/
– sumeet bajaj
2 days ago
|
show 3 more comments
You don't extend properly MagentoCustomerControllerAdminhtmlIndex
to your class when try to call __construct
. If you check the code of then you find a lot of parameters need __construct:MagentoCustomerControllerAdminhtmlIndex
.
<?php
namespace VendorModuleControllerAdminhtmlSendcredentials;
class Index extends MagentoCustomerControllerAdminhtmlIndex
public function __construct(
MagentoBackendAppActionContext $context,
MagentoFrameworkRegistry $coreRegistry,
MagentoFrameworkAppResponseHttpFileFactory $fileFactory,
MagentoCustomerModelCustomerFactory $customerFactory,
MagentoCustomerModelAddressFactory $addressFactory,
MagentoCustomerModelMetadataFormFactory $formFactory,
MagentoNewsletterModelSubscriberFactory $subscriberFactory,
MagentoCustomerHelperView $viewHelper,
MagentoFrameworkMathRandom $random,
MagentoCustomerApiCustomerRepositoryInterface $customerRepository,
MagentoFrameworkApiExtensibleDataObjectConverter $extensibleDataObjectConverter,
MagentoCustomerModelAddressMapper $addressMapper,
MagentoCustomerApiAccountManagementInterface $customerAccountManagement,
MagentoCustomerApiAddressRepositoryInterface $addressRepository,
MagentoCustomerApiDataCustomerInterfaceFactory $customerDataFactory,
MagentoCustomerApiDataAddressInterfaceFactory $addressDataFactory,
MagentoCustomerModelCustomerMapper $customerMapper,
MagentoFrameworkReflectionDataObjectProcessor $dataObjectProcessor,
MagentoFrameworkApiDataObjectHelper $dataObjectHelper,
MagentoFrameworkDataObjectFactory $objectFactory,
MagentoFrameworkViewLayoutFactory $layoutFactory,
MagentoFrameworkViewResultLayoutFactory $resultLayoutFactory,
MagentoFrameworkViewResultPageFactory $resultPageFactory,
MagentoBackendModelViewResultForwardFactory $resultForwardFactory,
MagentoFrameworkControllerResultJsonFactory $resultJsonFactory)
parent::__construct($context, $coreRegistry, $fileFactory, $customerFactory, $addressFactory, $formFactory, $subscriberFactory, $viewHelper, $random, $customerRepository, $extensibleDataObjectConverter, $addressMapper, $customerAccountManagement, $addressRepository, $customerDataFactory, $addressDataFactory, $customerMapper, $dataObjectProcessor, $dataObjectHelper, $objectFactory, $layoutFactory, $resultLayoutFactory, $resultPageFactory, $resultForwardFactory, $resultJsonFactory);
public function execute()
No of parameters at __construct:MagentoCustomerControllerAdminhtmlIndex
is 25 ,https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Controller/Adminhtml/Index.php#L201-L225
but your extends class's has two parameters parent::__construct($context, $data)
.So no of parameters should be same for extends __construct and original one.
You don't extend properly MagentoCustomerControllerAdminhtmlIndex
to your class when try to call __construct
. If you check the code of then you find a lot of parameters need __construct:MagentoCustomerControllerAdminhtmlIndex
.
<?php
namespace VendorModuleControllerAdminhtmlSendcredentials;
class Index extends MagentoCustomerControllerAdminhtmlIndex
public function __construct(
MagentoBackendAppActionContext $context,
MagentoFrameworkRegistry $coreRegistry,
MagentoFrameworkAppResponseHttpFileFactory $fileFactory,
MagentoCustomerModelCustomerFactory $customerFactory,
MagentoCustomerModelAddressFactory $addressFactory,
MagentoCustomerModelMetadataFormFactory $formFactory,
MagentoNewsletterModelSubscriberFactory $subscriberFactory,
MagentoCustomerHelperView $viewHelper,
MagentoFrameworkMathRandom $random,
MagentoCustomerApiCustomerRepositoryInterface $customerRepository,
MagentoFrameworkApiExtensibleDataObjectConverter $extensibleDataObjectConverter,
MagentoCustomerModelAddressMapper $addressMapper,
MagentoCustomerApiAccountManagementInterface $customerAccountManagement,
MagentoCustomerApiAddressRepositoryInterface $addressRepository,
MagentoCustomerApiDataCustomerInterfaceFactory $customerDataFactory,
MagentoCustomerApiDataAddressInterfaceFactory $addressDataFactory,
MagentoCustomerModelCustomerMapper $customerMapper,
MagentoFrameworkReflectionDataObjectProcessor $dataObjectProcessor,
MagentoFrameworkApiDataObjectHelper $dataObjectHelper,
MagentoFrameworkDataObjectFactory $objectFactory,
MagentoFrameworkViewLayoutFactory $layoutFactory,
MagentoFrameworkViewResultLayoutFactory $resultLayoutFactory,
MagentoFrameworkViewResultPageFactory $resultPageFactory,
MagentoBackendModelViewResultForwardFactory $resultForwardFactory,
MagentoFrameworkControllerResultJsonFactory $resultJsonFactory)
parent::__construct($context, $coreRegistry, $fileFactory, $customerFactory, $addressFactory, $formFactory, $subscriberFactory, $viewHelper, $random, $customerRepository, $extensibleDataObjectConverter, $addressMapper, $customerAccountManagement, $addressRepository, $customerDataFactory, $addressDataFactory, $customerMapper, $dataObjectProcessor, $dataObjectHelper, $objectFactory, $layoutFactory, $resultLayoutFactory, $resultPageFactory, $resultForwardFactory, $resultJsonFactory);
public function execute()
No of parameters at __construct:MagentoCustomerControllerAdminhtmlIndex
is 25 ,https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Controller/Adminhtml/Index.php#L201-L225
but your extends class's has two parameters parent::__construct($context, $data)
.So no of parameters should be same for extends __construct and original one.
edited 2 days ago
answered 2 days ago
Amit Bera♦Amit Bera
59.6k1676177
59.6k1676177
but how to get customer id here ?
– sumeet bajaj
2 days ago
$this->initCurrentCustomer();
provide you customer id
– Amit Bera♦
2 days ago
yes i already try this after your code but it show 0
– sumeet bajaj
2 days ago
What is the URL of button sendCrendtial?
– Amit Bera♦
2 days ago
localhost/projectname/admin/xxx/sendcredentials/index/customer_id/1/
– sumeet bajaj
2 days ago
|
show 3 more comments
but how to get customer id here ?
– sumeet bajaj
2 days ago
$this->initCurrentCustomer();
provide you customer id
– Amit Bera♦
2 days ago
yes i already try this after your code but it show 0
– sumeet bajaj
2 days ago
What is the URL of button sendCrendtial?
– Amit Bera♦
2 days ago
localhost/projectname/admin/xxx/sendcredentials/index/customer_id/1/
– sumeet bajaj
2 days ago
but how to get customer id here ?
– sumeet bajaj
2 days ago
but how to get customer id here ?
– sumeet bajaj
2 days ago
$this->initCurrentCustomer();
provide you customer id– Amit Bera♦
2 days ago
$this->initCurrentCustomer();
provide you customer id– Amit Bera♦
2 days ago
yes i already try this after your code but it show 0
– sumeet bajaj
2 days ago
yes i already try this after your code but it show 0
– sumeet bajaj
2 days ago
What is the URL of button sendCrendtial?
– Amit Bera♦
2 days ago
What is the URL of button sendCrendtial?
– Amit Bera♦
2 days ago
localhost/projectname/admin/xxx/sendcredentials/index/customer_id/1/
– sumeet bajaj
2 days ago
localhost/projectname/admin/xxx/sendcredentials/index/customer_id/1/
– sumeet bajaj
2 days ago
|
show 3 more comments
Remove the constructor method from your class.
the original class MagentoCustomerControllerAdminhtmlIndex
has a constructor with way more parameters than you provided in your code.
ok i will remove constructor class. but how may i get customer id here ?
– sumeet bajaj
2 days ago
I am not able to get customer id
– sumeet bajaj
2 days ago
you can send the id via GET from the button. How did you add the button in the page?
– Marius♦
2 days ago
thank you so much for your reply Upvote
– sumeet bajaj
2 days ago
add a comment |
Remove the constructor method from your class.
the original class MagentoCustomerControllerAdminhtmlIndex
has a constructor with way more parameters than you provided in your code.
ok i will remove constructor class. but how may i get customer id here ?
– sumeet bajaj
2 days ago
I am not able to get customer id
– sumeet bajaj
2 days ago
you can send the id via GET from the button. How did you add the button in the page?
– Marius♦
2 days ago
thank you so much for your reply Upvote
– sumeet bajaj
2 days ago
add a comment |
Remove the constructor method from your class.
the original class MagentoCustomerControllerAdminhtmlIndex
has a constructor with way more parameters than you provided in your code.
Remove the constructor method from your class.
the original class MagentoCustomerControllerAdminhtmlIndex
has a constructor with way more parameters than you provided in your code.
answered 2 days ago
Marius♦Marius
167k28322687
167k28322687
ok i will remove constructor class. but how may i get customer id here ?
– sumeet bajaj
2 days ago
I am not able to get customer id
– sumeet bajaj
2 days ago
you can send the id via GET from the button. How did you add the button in the page?
– Marius♦
2 days ago
thank you so much for your reply Upvote
– sumeet bajaj
2 days ago
add a comment |
ok i will remove constructor class. but how may i get customer id here ?
– sumeet bajaj
2 days ago
I am not able to get customer id
– sumeet bajaj
2 days ago
you can send the id via GET from the button. How did you add the button in the page?
– Marius♦
2 days ago
thank you so much for your reply Upvote
– sumeet bajaj
2 days ago
ok i will remove constructor class. but how may i get customer id here ?
– sumeet bajaj
2 days ago
ok i will remove constructor class. but how may i get customer id here ?
– sumeet bajaj
2 days ago
I am not able to get customer id
– sumeet bajaj
2 days ago
I am not able to get customer id
– sumeet bajaj
2 days ago
you can send the id via GET from the button. How did you add the button in the page?
– Marius♦
2 days ago
you can send the id via GET from the button. How did you add the button in the page?
– Marius♦
2 days ago
thank you so much for your reply Upvote
– sumeet bajaj
2 days ago
thank you so much for your reply Upvote
– sumeet bajaj
2 days ago
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f268347%2fmagento-2-incompatible-argument-type-required-type-magento-framework-registry%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
i edit question please check
– sumeet bajaj
2 days ago
customer is already created,i just need to write my code in my controller file,when click on "send credentials" please refer image above
– sumeet bajaj
2 days ago