FluidTYPO3\Fluidpages\Tests\Fixtures\Provider\DummyPageProvider::trigger PHP Method

trigger() public method

public trigger ( array $row, string $table, string $field, string $extensionKey = null ) : boolean
$row array
$table string
$field string
$extensionKey string
return boolean
    public function trigger(array $row, $table, $field, $extensionKey = null)
    {
        return true;
    }