Property | Type | Description | |
---|---|---|---|
$assetRepository | |||
$asyncThumbnails | boolean | If enabled | |
$dbalConnection | Doctrine\DBAL\Connection | ||
$entityManager | Doctrine\Common\Persistence\ObjectManager | ||
$persistenceManager | Neos\Flow\Persistence\PersistenceManagerInterface | ||
$thumbnailRepository | |||
$thumbnailService |
Method | Description | |
---|---|---|
clearThumbnailsCommand ( string $preset = null ) : void | Remove thumbnails | |
createThumbnailsCommand ( string $preset = null, boolean $async = null ) : void | Create thumbnails | |
importResourcesCommand ( boolean $simulate = false ) : void | Import resources to asset management | |
renderThumbnailsCommand ( integer $limit = null ) : void | Render ungenerated thumbnails |
Method | Description | |
---|---|---|
initializeConnection ( ) : void | Initializes the DBAL connection which is currently bound to the Doctrine Entity Manager |
public clearThumbnailsCommand ( string $preset = null ) : void | ||
$preset | string | Preset name, if provided only thumbnails matching that preset are cleared |
return | void |
public importResourcesCommand ( boolean $simulate = false ) : void | ||
$simulate | boolean | If set, this command will only tell what it would do instead of doing it right away |
return | void |
protected initializeConnection ( ) : void | ||
return | void |
public renderThumbnailsCommand ( integer $limit = null ) : void | ||
$limit | integer | Limit the amount of thumbnails to be rendered to avoid memory exhaustion |
return | void |
protected AssetRepository,Neos\Media\Domain\Repository $assetRepository | ||
return |
protected Connection,Doctrine\DBAL $dbalConnection | ||
return | Doctrine\DBAL\Connection |
protected ObjectManager,Doctrine\Common\Persistence $entityManager | ||
return | Doctrine\Common\Persistence\ObjectManager |
protected PersistenceManagerInterface,Neos\Flow\Persistence $persistenceManager | ||
return | Neos\Flow\Persistence\PersistenceManagerInterface |
protected ThumbnailRepository,Neos\Media\Domain\Repository $thumbnailRepository | ||
return |