Yosymfony\Spress\Core\ContentManager\Permalink\PermalinkGenerator::isItemWithDate PHP Method

isItemWithDate() private method

private isItemWithDate ( Yosymfony\Spress\Core\DataSource\ItemInterface $item )
$item Yosymfony\Spress\Core\DataSource\ItemInterface
    private function isItemWithDate(ItemInterface $item)
    {
        $attributes = $item->getAttributes();
        return isset($attributes['date']);
    }