public function Binary::validate

Implements TypedDataInterface::validate().

Overrides TypedDataInterface::validate

File

drupal/core/lib/Drupal/Core/TypedData/Type/Binary.php, line 81
Definition of Drupal\Core\TypedData\Type\Binary.

Class

Binary
The binary data type.

Namespace

Drupal\Core\TypedData\Type

Code

public function validate() {

  // TODO: Implement validate() method.
}