Loading src/Entity/Store.php +0 −22 Original line number Diff line number Diff line Loading @@ -130,13 +130,6 @@ class Store extends ConfigEntityBase implements StoreInterface { */ protected $aws_secret_access_key; /** * The MWS authentication token. * * @var string */ protected $mws_auth_token; /** * {@inheritdoc} */ Loading Loading @@ -265,19 +258,4 @@ class Store extends ConfigEntityBase implements StoreInterface { return $this; } /** * {@inheritdoc} */ public function getMwsAuthToken() { return $this->mws_auth_token; } /** * {@inheritdoc} */ public function setMwsAuthToken($mws_auth_token) { $this->mws_auth_token = $mws_auth_token; return $this; } } src/Entity/StoreInterface.php +0 −18 Original line number Diff line number Diff line Loading @@ -163,22 +163,4 @@ interface StoreInterface extends ConfigEntityInterface, EntityPublishedInterface */ public function setAwsSecretAccessKey($aws_secret_access_key); /** * Gets the MWS authentication token. * * @return string * The MWS authentication token. */ public function getMwsAuthToken(); /** * Sets the MWS authentication toke. * * @param string $mws_auth_token * The MWS authentication token. * * @return $this */ public function setMwsAuthToken($mws_auth_token); } Loading
src/Entity/Store.php +0 −22 Original line number Diff line number Diff line Loading @@ -130,13 +130,6 @@ class Store extends ConfigEntityBase implements StoreInterface { */ protected $aws_secret_access_key; /** * The MWS authentication token. * * @var string */ protected $mws_auth_token; /** * {@inheritdoc} */ Loading Loading @@ -265,19 +258,4 @@ class Store extends ConfigEntityBase implements StoreInterface { return $this; } /** * {@inheritdoc} */ public function getMwsAuthToken() { return $this->mws_auth_token; } /** * {@inheritdoc} */ public function setMwsAuthToken($mws_auth_token) { $this->mws_auth_token = $mws_auth_token; return $this; } }
src/Entity/StoreInterface.php +0 −18 Original line number Diff line number Diff line Loading @@ -163,22 +163,4 @@ interface StoreInterface extends ConfigEntityInterface, EntityPublishedInterface */ public function setAwsSecretAccessKey($aws_secret_access_key); /** * Gets the MWS authentication token. * * @return string * The MWS authentication token. */ public function getMwsAuthToken(); /** * Sets the MWS authentication toke. * * @param string $mws_auth_token * The MWS authentication token. * * @return $this */ public function setMwsAuthToken($mws_auth_token); }