Returns the names of the properties that should be serialized.
Return value
array
File
- drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/ElementMetadata.php, line 33
Class
- ElementMetadata
Namespace
Symfony\Component\Validator\Mapping
Code
public function __sleep() {
return array(
'constraints',
'constraintsByGroup',
);
}