Write your own
<?php
namespace ...;
use ForestAdmin\AgentPHP\DatasourceCustomizer\CollectionCustomizer;
use ForestAdmin\AgentPHP\DatasourceCustomizer\DatasourceCustomizer;
class RemoveTimestamps implements Plugin
{
public function run(DatasourceCustomizer $datasourceCustomizer, ?CollectionCustomizer $collectionCustomizer = null, $options = []): void
{
// ... call customization methods here
}
}Name
Description
Making your Plugin act differently depending on the Collection
Last updated