Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ExtensionInterface.php #32425

Open
wants to merge 42 commits into
base: 2.4-develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
1832b9c
Spellings mistake
ejaz-alam Dec 14, 2020
fe50044
Update ImagesConfigFactoryInterface.php
ejaz-alam Mar 10, 2021
d979119
Update EntityMetadataInterface.php
ejaz-alam Mar 10, 2021
a086c10
Update HydratorInterface.php
ejaz-alam Mar 10, 2021
ff94bd4
Update MapperInterface.php
ejaz-alam Mar 10, 2021
3de525b
Update AttributeInterface.php
ejaz-alam Mar 10, 2021
6c74f46
Update CheckIfExistsInterface.php
ejaz-alam Mar 10, 2021
bd24ebe
Update CreateInterface.php
ejaz-alam Mar 10, 2021
d13cb98
Update DeleteInterface.php
ejaz-alam Mar 10, 2021
3ce483a
Update ExtensionInterface.php
ejaz-alam Mar 10, 2021
ec99462
Update ReadInterface.php
ejaz-alam Mar 10, 2021
5b6ee22
Update UpdateInterface.php
ejaz-alam Mar 10, 2021
17d39a0
Update OperationInterface.php
ejaz-alam Mar 10, 2021
3c0a65f
Update Context.php
ejaz-alam Mar 10, 2021
9589ae7
Update ExtensionInterface.php
ejaz-alam Mar 10, 2021
448ab9c
Update EntityManager.php
ejaz-alam Mar 10, 2021
40be40a
Merge pull request https://github.com/magento/magento2/pull/32424 to …
magento-engcom-team Mar 10, 2021
eda7953
Merge pull request https://github.com/magento/magento2/pull/32423 to …
magento-engcom-team Mar 10, 2021
34e4e8c
Merge pull request https://github.com/magento/magento2/pull/32421 to …
magento-engcom-team Mar 10, 2021
85fa6f8
Merge pull request https://github.com/magento/magento2/pull/32422 to …
magento-engcom-team Mar 10, 2021
6d3cedd
Merge pull request https://github.com/magento/magento2/pull/32410 to …
magento-engcom-team Mar 10, 2021
401ec19
Merge pull request https://github.com/magento/magento2/pull/32411 to …
magento-engcom-team Mar 10, 2021
3bc6c83
Merge pull request https://github.com/magento/magento2/pull/32412 to …
magento-engcom-team Mar 10, 2021
890cbe1
Merge pull request https://github.com/magento/magento2/pull/32413 to …
magento-engcom-team Mar 10, 2021
82a05eb
Merge pull request https://github.com/magento/magento2/pull/32414 to …
magento-engcom-team Mar 10, 2021
0f79443
Merge pull request https://github.com/magento/magento2/pull/32415 to …
magento-engcom-team Mar 10, 2021
88d6b8f
Merge pull request https://github.com/magento/magento2/pull/32416 to …
magento-engcom-team Mar 10, 2021
a211fe1
Merge pull request https://github.com/magento/magento2/pull/32417 to …
magento-engcom-team Mar 10, 2021
4a08c42
Merge pull request https://github.com/magento/magento2/pull/32418 to …
magento-engcom-team Mar 10, 2021
ac48f79
Merge pull request https://github.com/magento/magento2/pull/32419 to …
magento-engcom-team Mar 10, 2021
7acb887
Merge pull request https://github.com/magento/magento2/pull/32420 to …
magento-engcom-team Mar 10, 2021
4a7f96e
Version Removed
ejaz-alam Mar 17, 2021
a64886e
Update ContextInterface.php
ejaz-alam Mar 17, 2021
2612d2f
Update HydratorInterface.php
ejaz-alam Mar 17, 2021
2a09f12
Update ImagesConfigFactoryInterface.php
ejaz-alam Mar 17, 2021
5171678
Update CurrentCustomer.php
ejaz-alam Mar 17, 2021
b73d747
Update Data.php
ejaz-alam Mar 17, 2021
5e9a4d5
Update ZendClient.php
ejaz-alam Mar 17, 2021
17277f5
Merge pull request https://github.com/magento/magento2/pull/32523 to …
magento-engcom-team Mar 23, 2021
46e95b5
Merge pull request https://github.com/magento/magento2/pull/32526 to …
magento-engcom-team Mar 23, 2021
75f4c8b
Merge pull request https://github.com/magento/magento2/pull/32527 to …
magento-engcom-team Mar 23, 2021
e2ef08b
Merge pull request https://github.com/magento/magento2/pull/32528 to …
magento-engcom-team Mar 23, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update ImagesConfigFactoryInterface.php
  • Loading branch information
ejaz-alam authored Mar 10, 2021
commit fe500449c055095f0764180aba8693ee72f4c0ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
*/
namespace Magento\Catalog\Model\Product\Gallery;

/**
* Interface ImagesConfigFactoryInterface
*
* @api
*/
interface ImagesConfigFactoryInterface
{
/**
Expand Down