File tree Expand file tree Collapse file tree 18 files changed +20
-20
lines changed Expand file tree Collapse file tree 18 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 24
24
* @method static mixed once($key, callable $callable)
25
25
* @method static mixed|\Spatie\Blink\Blink store($name = 'default')
26
26
*
27
- * @see Statamic\Support\Blink
27
+ * @see \ Statamic\Support\Blink
28
28
*/
29
29
class Blink extends Facade
30
30
{
Original file line number Diff line number Diff line change 25
25
* @method static \Illuminate\Support\Collection getAdditionalNamespaces()
26
26
*
27
27
* @see \Statamic\Fields\BlueprintRepository
28
- * @see \Statamic\Fields\Blueprint
28
+ * @link \Statamic\Fields\Blueprint
29
29
*/
30
30
class Blueprint extends Facade
31
31
{
Original file line number Diff line number Diff line change 22
22
* @method static \Illuminate\Support\Collection getComputedCallbacks($collection)
23
23
*
24
24
* @see CollectionRepository
25
- * @see \Statamic\Entries\Collection
25
+ * @link \Statamic\Entries\Collection
26
26
*/
27
27
class Collection extends Facade
28
28
{
Original file line number Diff line number Diff line change 26
26
* @method static void updateParents(\Statamic\Entries\Collection $collection, $ids = null)
27
27
*
28
28
* @see \Statamic\Stache\Repositories\EntryRepository
29
- * @see \Statamic\Stache\Query\EntryQueryBuilder
30
- * @see \Statamic\Entries\EntryCollection
31
- * @see \Statamic\Entries\Entry
29
+ * @link \Statamic\Stache\Query\EntryQueryBuilder
30
+ * @link \Statamic\Entries\EntryCollection
31
+ * @link \Statamic\Entries\Entry
32
32
*/
33
33
class Entry extends Facade
34
34
{
Original file line number Diff line number Diff line change 19
19
* @method static void addNamespace(string $namespace, string $directory)
20
20
*
21
21
* @see \Statamic\Fields\FieldsetRepository
22
- * @see \Statamic\Fields\Fieldset
22
+ * @link \Statamic\Fields\Fieldset
23
23
*/
24
24
class Fieldset extends Facade
25
25
{
Original file line number Diff line number Diff line change 20
20
* @method static ExporterRepository exporters()
21
21
*
22
22
* @see \Statamic\Contracts\Forms\FormRepository
23
- * @see \Statamic\Forms\Form
23
+ * @link \Statamic\Forms\Form
24
24
*/
25
25
class Form extends Facade
26
26
{
Original file line number Diff line number Diff line change 19
19
* @method static SubmissionContract make()
20
20
*
21
21
* @see \Statamic\Contracts\Forms\SubmissionRepository
22
- * @see \Statamic\Forms\Submission
22
+ * @link \Statamic\Forms\Submission
23
23
*/
24
24
class FormSubmission extends Facade
25
25
{
Original file line number Diff line number Diff line change 14
14
* @method static void delete(\Statamic\Contracts\Globals\GlobalSet $global)
15
15
*
16
16
* @see \Statamic\Stache\Repositories\GlobalRepository
17
- * @see \Statamic\Globals\GlobalSet
17
+ * @link \Statamic\Globals\GlobalSet
18
18
*/
19
19
class GlobalSet extends Facade
20
20
{
Original file line number Diff line number Diff line change 14
14
* @method static void delete(\Statamic\Globals\Variables $variable)
15
15
*
16
16
* @see \Statamic\Stache\Repositories\GlobalVariablesRepository
17
- * @see \Statamic\Globals\Variables
17
+ * @link \Statamic\Globals\Variables
18
18
*/
19
19
class GlobalVariables extends Facade
20
20
{
Original file line number Diff line number Diff line change 14
14
* @method static void delete(\Statamic\Contracts\Revisions\Revision $revision)
15
15
*
16
16
* @see \Statamic\Revisions\RevisionRepository
17
- * @see \Statamic\Revisions\Revision
17
+ * @link \Statamic\Revisions\Revision
18
18
*/
19
19
class Revision extends Facade
20
20
{
Original file line number Diff line number Diff line change 15
15
* @method static void delete(\Statamic\Contracts\Auth\Role $role)
16
16
*
17
17
* @see \Statamic\Contracts\Auth\RoleRepository
18
- * @see \Statamic\Auth\Role
18
+ * @link \Statamic\Auth\Role
19
19
*/
20
20
class Role extends Facade
21
21
{
Original file line number Diff line number Diff line change 15
15
* @method static void deleteFromIndexes(Searchable $searchable)
16
16
*
17
17
* @see \Statamic\Search\Search
18
- * @see \Statamic\Search\Index
18
+ * @link \Statamic\Search\Index
19
19
*/
20
20
class Search extends Facade
21
21
{
Original file line number Diff line number Diff line change 21
21
* @method static void includeJs()
22
22
*
23
23
* @see StaticCacheManager
24
- * @see Cacher
24
+ * @link Cacher
25
25
*/
26
26
class StaticCache extends Facade
27
27
{
Original file line number Diff line number Diff line change 13
13
* @method static void delete(Structure $structure)
14
14
*
15
15
* @see \Statamic\Contracts\Structures\StructureRepository
16
- * @see \Statamic\Structures\Structure
16
+ * @link \Statamic\Structures\Structure
17
17
*/
18
18
class Structure extends Facade
19
19
{
Original file line number Diff line number Diff line change 20
20
* @method static additionalPreviewTargets(string $handle)
21
21
*
22
22
* @see \Statamic\Stache\Repositories\TaxonomyRepository
23
- * @see \Statamic\Taxonomies\Taxonomy
23
+ * @link \Statamic\Taxonomies\Taxonomy
24
24
*/
25
25
class Taxonomy extends Facade
26
26
{
Original file line number Diff line number Diff line change 24
24
* @method static \Illuminate\Support\Collection applySubstitutions($items)
25
25
*
26
26
* @see \Statamic\Contracts\Taxonomies\TermRepository
27
- * @see \Statamic\Taxonomies\Term
27
+ * @link \Statamic\Taxonomies\Term
28
28
*/
29
29
class Term extends Facade
30
30
{
Original file line number Diff line number Diff line change 24
24
* @method static void computed(string|array $field, ?\Closure $callback = null)
25
25
*
26
26
* @see \Statamic\Contracts\Auth\UserRepository
27
- * @see \Statamic\Auth\User
27
+ * @link \Statamic\Auth\User
28
28
*/
29
29
class User extends Facade
30
30
{
Original file line number Diff line number Diff line change 14
14
* @method static \Statamic\Fields\Blueprint blueprint()
15
15
*
16
16
* @see \Statamic\Contracts\Auth\UserGroupRepository
17
- * @see \Statamic\Auth\UserGroup
17
+ * @link \Statamic\Auth\UserGroup
18
18
*/
19
19
class UserGroup extends Facade
20
20
{
You can’t perform that action at this time.
0 commit comments