public function Property::validate

Implements TypedDataInterface::validate().

Overrides TypedData::validate

File

drupal/core/lib/Drupal/Core/Config/Schema/Property.php, line 18
Contains \Drupal\Core\Config\Schema\Sequence.

Class

Property
Generic configuration property.

Namespace

Drupal\Core\Config\Schema

Code

public function validate() {
  return isset($this->value);
}