Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions
AgreementsValidator Class Reference
Inheritance diagram for AgreementsValidator:
AgreementsValidatorInterface

Public Member Functions

 isValid ($agreementIds=[])
 

Detailed Description

Class AgreementsValidator

Definition at line 11 of file AgreementsValidator.php.

Member Function Documentation

◆ isValid()

isValid (   $agreementIds = [])

Default validator

Parameters
int[]$agreementIds
Returns
bool @SuppressWarnings(PHPMD.UnusedFormalParameter) @codeCoverageIgnore

Implements AgreementsValidatorInterface.

Definition at line 22 of file AgreementsValidator.php.

23  {
24  return true;
25  }

The documentation for this class was generated from the following file: