christopherdarling/silverstripe-dataobjecturlsegment

Extension + field to add URLSegment to DataObjects

Maintainers

Package info

github.com/christopherdarling/silverstripe-dataobjecturlsegment

Homepage

Issues

pkg:composer/christopherdarling/silverstripe-dataobjecturlsegment

Statistics

Installs: 17

Dependents: 0

Suggesters: 0

Stars: 0

1.0.1 2026-05-29 20:23 UTC

This package is auto-updated.

Last update: 2026-05-29 20:24:10 UTC


README

Example usage

class YourDataObject extends DataObject
{
    private static $extensions = [
        DataObjectExtension::class,
    ];
}