Creitive\Breadcrumbs\BreadcrumbsTest::crumbsProvider PHP Method

crumbsProvider() public method

public crumbsProvider ( )
    public function crumbsProvider()
    {
        return array(array(array(array('name' => 'Home', 'href' => '/'), array('name' => 'Products', 'href' => '/products'))), array(array(array('name' => 'Home', 'href' => '/'), array('name' => 'About', 'href' => 'about'), array('name' => 'Organization chart', 'href' => 'organization-chart'))), array(array(array('name' => 'Admin home', 'href' => '/admin'), array('name' => 'Stores', 'href' => 'stores'), array('name' => 'Store Foo', 'href' => 'http://website.com/admin/stores/store-foo'), array('name' => 'Secure product creation', 'href' => 'https://website.com/admin/stores/store-foo/add-product'))));
    }