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?

LWC SFDX source push error TypeError: LWC1009: decl.moveTo is not a function

Why doesn't Newton's third law mean a person bounces back to where they started when they hit the ground?

How to efficiently unroll a matrix by value with numpy?

Do infinite dimensional systems make sense?

Replacing matching entries in one column of a file by another column from a different file

Does an object always see its latest internal state irrespective of thread?

Was any UN Security Council vote triple-vetoed?

Convert two switches to a dual stack, and add outlet - possible here?

Is it possible to record a short contained sound no longer than 60 milliseconds?

Why can't we play rap on piano?

Is it unprofessional to ask if a job posting on GlassDoor is real?

Is it tax fraud for an individual to declare non-taxable revenue as taxable income? (US tax laws)

How can I prevent hyper evolved versions of regular creatures from wiping out their cousins?

Can a Cauchy sequence converge for one metric while not converging for another?

Is it possible to run Internet Explorer on OS X El Capitan?

How to draw a waving flag in TikZ

What does "Puller Prush Person" mean?

How do I gain back my faith in my PhD degree?

Paid for article while in US on F-1 visa?

Can an x86 CPU running in real mode be considered to be basically an 8086 CPU?

How does quantile regression compare to logistic regression with the variable split at the quantile?

Is it possible to do 50 km distance without any previous training?

Why is Minecraft giving an OpenGL error?

When a company launches a new product do they "come out" with a new product or do they "come up" with a new product?



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;








1















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 -
enter image description here



 <?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.










share|improve this question
























  • i edit question please check

    – sumeet bajaj
    Apr 2 at 12:00











  • 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
    Apr 2 at 12:17

















1















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 -
enter image description here



 <?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.










share|improve this question
























  • i edit question please check

    – sumeet bajaj
    Apr 2 at 12:00











  • 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
    Apr 2 at 12:17













1












1








1








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 -
enter image description here



 <?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.










share|improve this question
















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 -
enter image description here



 <?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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 2 at 11:59







sumeet bajaj

















asked Apr 2 at 11:42









sumeet bajajsumeet bajaj

979




979












  • i edit question please check

    – sumeet bajaj
    Apr 2 at 12:00











  • 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
    Apr 2 at 12:17

















  • i edit question please check

    – sumeet bajaj
    Apr 2 at 12:00











  • 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
    Apr 2 at 12:17
















i edit question please check

– sumeet bajaj
Apr 2 at 12:00





i edit question please check

– sumeet bajaj
Apr 2 at 12:00













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
Apr 2 at 12:17





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
Apr 2 at 12:17










2 Answers
2






active

oldest

votes


















1














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.






share|improve this answer

























  • but how to get customer id here ?

    – sumeet bajaj
    Apr 2 at 12:27











  • $this->initCurrentCustomer(); provide you customer id

    – Amit Bera
    Apr 2 at 12:29











  • yes i already try this after your code but it show 0

    – sumeet bajaj
    Apr 2 at 12:31











  • What is the URL of button sendCrendtial?

    – Amit Bera
    Apr 2 at 12:32











  • localhost/projectname/admin/xxx/sendcredentials/index/customer_id/1/

    – sumeet bajaj
    Apr 2 at 12:33



















2














Remove the constructor method from your class.

the original class MagentoCustomerControllerAdminhtmlIndex has a constructor with way more parameters than you provided in your code.






share|improve this answer























  • ok i will remove constructor class. but how may i get customer id here ?

    – sumeet bajaj
    Apr 2 at 12:24











  • I am not able to get customer id

    – sumeet bajaj
    Apr 2 at 12:40











  • you can send the id via GET from the button. How did you add the button in the page?

    – Marius
    Apr 2 at 13:36











  • thank you so much for your reply Upvote

    – sumeet bajaj
    Apr 2 at 13:38











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
);



);













draft saved

draft discarded


















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









1














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.






share|improve this answer

























  • but how to get customer id here ?

    – sumeet bajaj
    Apr 2 at 12:27











  • $this->initCurrentCustomer(); provide you customer id

    – Amit Bera
    Apr 2 at 12:29











  • yes i already try this after your code but it show 0

    – sumeet bajaj
    Apr 2 at 12:31











  • What is the URL of button sendCrendtial?

    – Amit Bera
    Apr 2 at 12:32











  • localhost/projectname/admin/xxx/sendcredentials/index/customer_id/1/

    – sumeet bajaj
    Apr 2 at 12:33
















1














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.






share|improve this answer

























  • but how to get customer id here ?

    – sumeet bajaj
    Apr 2 at 12:27











  • $this->initCurrentCustomer(); provide you customer id

    – Amit Bera
    Apr 2 at 12:29











  • yes i already try this after your code but it show 0

    – sumeet bajaj
    Apr 2 at 12:31











  • What is the URL of button sendCrendtial?

    – Amit Bera
    Apr 2 at 12:32











  • localhost/projectname/admin/xxx/sendcredentials/index/customer_id/1/

    – sumeet bajaj
    Apr 2 at 12:33














1












1








1







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.






share|improve this answer















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.







share|improve this answer














share|improve this answer



share|improve this answer








edited Apr 2 at 12:31

























answered Apr 2 at 12:23









Amit BeraAmit Bera

59.7k1676177




59.7k1676177












  • but how to get customer id here ?

    – sumeet bajaj
    Apr 2 at 12:27











  • $this->initCurrentCustomer(); provide you customer id

    – Amit Bera
    Apr 2 at 12:29











  • yes i already try this after your code but it show 0

    – sumeet bajaj
    Apr 2 at 12:31











  • What is the URL of button sendCrendtial?

    – Amit Bera
    Apr 2 at 12:32











  • localhost/projectname/admin/xxx/sendcredentials/index/customer_id/1/

    – sumeet bajaj
    Apr 2 at 12:33


















  • but how to get customer id here ?

    – sumeet bajaj
    Apr 2 at 12:27











  • $this->initCurrentCustomer(); provide you customer id

    – Amit Bera
    Apr 2 at 12:29











  • yes i already try this after your code but it show 0

    – sumeet bajaj
    Apr 2 at 12:31











  • What is the URL of button sendCrendtial?

    – Amit Bera
    Apr 2 at 12:32











  • localhost/projectname/admin/xxx/sendcredentials/index/customer_id/1/

    – sumeet bajaj
    Apr 2 at 12:33

















but how to get customer id here ?

– sumeet bajaj
Apr 2 at 12:27





but how to get customer id here ?

– sumeet bajaj
Apr 2 at 12:27













$this->initCurrentCustomer(); provide you customer id

– Amit Bera
Apr 2 at 12:29





$this->initCurrentCustomer(); provide you customer id

– Amit Bera
Apr 2 at 12:29













yes i already try this after your code but it show 0

– sumeet bajaj
Apr 2 at 12:31





yes i already try this after your code but it show 0

– sumeet bajaj
Apr 2 at 12:31













What is the URL of button sendCrendtial?

– Amit Bera
Apr 2 at 12:32





What is the URL of button sendCrendtial?

– Amit Bera
Apr 2 at 12:32













localhost/projectname/admin/xxx/sendcredentials/index/customer_id/1/

– sumeet bajaj
Apr 2 at 12:33






localhost/projectname/admin/xxx/sendcredentials/index/customer_id/1/

– sumeet bajaj
Apr 2 at 12:33














2














Remove the constructor method from your class.

the original class MagentoCustomerControllerAdminhtmlIndex has a constructor with way more parameters than you provided in your code.






share|improve this answer























  • ok i will remove constructor class. but how may i get customer id here ?

    – sumeet bajaj
    Apr 2 at 12:24











  • I am not able to get customer id

    – sumeet bajaj
    Apr 2 at 12:40











  • you can send the id via GET from the button. How did you add the button in the page?

    – Marius
    Apr 2 at 13:36











  • thank you so much for your reply Upvote

    – sumeet bajaj
    Apr 2 at 13:38















2














Remove the constructor method from your class.

the original class MagentoCustomerControllerAdminhtmlIndex has a constructor with way more parameters than you provided in your code.






share|improve this answer























  • ok i will remove constructor class. but how may i get customer id here ?

    – sumeet bajaj
    Apr 2 at 12:24











  • I am not able to get customer id

    – sumeet bajaj
    Apr 2 at 12:40











  • you can send the id via GET from the button. How did you add the button in the page?

    – Marius
    Apr 2 at 13:36











  • thank you so much for your reply Upvote

    – sumeet bajaj
    Apr 2 at 13:38













2












2








2







Remove the constructor method from your class.

the original class MagentoCustomerControllerAdminhtmlIndex has a constructor with way more parameters than you provided in your code.






share|improve this answer













Remove the constructor method from your class.

the original class MagentoCustomerControllerAdminhtmlIndex has a constructor with way more parameters than you provided in your code.







share|improve this answer












share|improve this answer



share|improve this answer










answered Apr 2 at 12:20









MariusMarius

168k28323688




168k28323688












  • ok i will remove constructor class. but how may i get customer id here ?

    – sumeet bajaj
    Apr 2 at 12:24











  • I am not able to get customer id

    – sumeet bajaj
    Apr 2 at 12:40











  • you can send the id via GET from the button. How did you add the button in the page?

    – Marius
    Apr 2 at 13:36











  • thank you so much for your reply Upvote

    – sumeet bajaj
    Apr 2 at 13:38

















  • ok i will remove constructor class. but how may i get customer id here ?

    – sumeet bajaj
    Apr 2 at 12:24











  • I am not able to get customer id

    – sumeet bajaj
    Apr 2 at 12:40











  • you can send the id via GET from the button. How did you add the button in the page?

    – Marius
    Apr 2 at 13:36











  • thank you so much for your reply Upvote

    – sumeet bajaj
    Apr 2 at 13:38
















ok i will remove constructor class. but how may i get customer id here ?

– sumeet bajaj
Apr 2 at 12:24





ok i will remove constructor class. but how may i get customer id here ?

– sumeet bajaj
Apr 2 at 12:24













I am not able to get customer id

– sumeet bajaj
Apr 2 at 12:40





I am not able to get customer id

– sumeet bajaj
Apr 2 at 12:40













you can send the id via GET from the button. How did you add the button in the page?

– Marius
Apr 2 at 13:36





you can send the id via GET from the button. How did you add the button in the page?

– Marius
Apr 2 at 13:36













thank you so much for your reply Upvote

– sumeet bajaj
Apr 2 at 13:38





thank you so much for your reply Upvote

– sumeet bajaj
Apr 2 at 13:38

















draft saved

draft discarded
















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

រឿង រ៉ូមេអូ និង ហ្ស៊ុយលីយេ សង្ខេបរឿង តួអង្គ បញ្ជីណែនាំ

QGIS export composer to PDF scale the map [closed] Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Print Composer QGIS 2.6, how to export image?QGIS 2.8.1 print composer won't export all OpenCycleMap base layer tilesSave Print/Map QGIS composer view as PNG/PDF using Python (without changing anything in visible layout)?Export QGIS Print Composer PDF with searchable text labelsQGIS Print Composer does not change from landscape to portrait orientation?How can I avoid map size and scale changes in print composer?Fuzzy PDF export in QGIS running on macSierra OSExport the legend into its 100% size using Print ComposerScale-dependent rendering in QGIS PDF output

PDF-ში გადმოწერა სანავიგაციო მენიუproject page