Sulu\Bundle\TagBundle\Tag\TagManagerInterface::getFieldDescriptor PHP Method

getFieldDescriptor() public method

Returns the FieldDescriptor for the given key.
public getFieldDescriptor ( string $key ) : Sulu\Component\Rest\ListBuilder\FieldDescriptor\DoctrineFieldDescriptor
$key string The key of the FieldDescriptor to return
return Sulu\Component\Rest\ListBuilder\FieldDescriptor\DoctrineFieldDescriptor
    public function getFieldDescriptor($key);