Taxonomies implements Registerable, Service

Register the Document Library associated taxonomies

Tags
author

Barn2 Plugins support@barn2.com

license

GPL-3.0

copyright

Barn2 Media Ltd

Interfaces, Classes and Traits

Registerable
Service

Table of Contents

AUTHOR_SLUG  = 'doc_author'
CATEGORY_SLUG  = 'doc_categories'
DOCUMENT_DOWNLOAD_SLUG  = 'document_download'
FILE_TYPE_SLUG  = 'file_type'
TAG_SLUG  = 'doc_tags'
register()  : mixed
{@inheritdoc}
register_document_author()  : mixed
Registers the document tag taxonomy.
register_document_category()  : mixed
Registers the document category taxonomy.
register_document_download_taxonomy()  : mixed
Registers the document download taxonomy (attached to media library items).
register_document_tag()  : mixed
Registers the document tag taxonomy.
register_file_types()  : mixed
Registers the file types taxonomy.

Constants

AUTHOR_SLUG

public mixed AUTHOR_SLUG = 'doc_author'
Tags

CATEGORY_SLUG

public mixed CATEGORY_SLUG = 'doc_categories'
Tags

DOCUMENT_DOWNLOAD_SLUG

public mixed DOCUMENT_DOWNLOAD_SLUG = 'document_download'
Tags

FILE_TYPE_SLUG

public mixed FILE_TYPE_SLUG = 'file_type'
Tags

TAG_SLUG

public mixed TAG_SLUG = 'doc_tags'
Tags

Methods

register()

{@inheritdoc}

public register() : mixed
Tags
Return values
mixed

register_document_author()

Registers the document tag taxonomy.

public register_document_author() : mixed
Tags
Return values
mixed

register_document_category()

Registers the document category taxonomy.

public register_document_category() : mixed
Tags
Return values
mixed

register_document_download_taxonomy()

Registers the document download taxonomy (attached to media library items).

public register_document_download_taxonomy() : mixed
Tags
Return values
mixed

register_document_tag()

Registers the document tag taxonomy.

public register_document_tag() : mixed
Tags
Return values
mixed

register_file_types()

Registers the file types taxonomy.

public register_file_types() : mixed
Tags
Return values
mixed

Search results