Classes
\Nightjar\Slug
| Name | Description | |
|---|---|---|
| Slug | Adds a 'url slug' property to DataObject classes, in order for them to be able to be loaded via a URL through a{@see SilverStripe\Control\Controller}. The typical use case for this is to view records related to a {@see Page}, to be able to have a controller action that doesn't need to reference the ID ofthe record. | EMPTY |
| SlugHandler | This is for handling a request for a slugged DataObject, and should be applied to a Controller. | EMPTY |
\Nightjar\Slug\Tests
| Name | Description | |
|---|---|---|
| SlugHandlerTest | No description available | EMPTY |
| SlugTest | No description available | EMPTY |
\Nightjar\Slug\Tests\Stubs
| Name | Description | |
|---|---|---|
| Article | No description available | EMPTY |
| Blitzem | No description available | EMPTY |
| Journalist | No description available | EMPTY |
| Lettuce | No description available | EMPTY |
| NewsController | No description available | EMPTY |
| NewsPage | No description available | EMPTY |