supportsValue() public method

public supportsValue ( Value $value )
$value eZ\Publish\Core\FieldType\Value
 /**
  * @dataProvider supportsValueProvider
  */
 public function testSupportsValue($value, $isSupported)
 {
     $this->assertSame($isSupported, $this->aliasGenerator->supportsValue($value));
 }