Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
AbstractAgreementStub.php
Go to the documentation of this file.
1 <?php
7 
9 
11 {
12  const STUB_CODE = 'stub-code';
13 
17  public function getCode()
18  {
19  return static::STUB_CODE;
20  }
21 
26  protected function _isAvailable($quote)
27  {
28  return false;
29  }
30 }
$quote