You are here

abstract public function TagadelicCloudBase::createTags in Tagadelic 8.3

Parameters

$options. An array of properties that may be needed to create the tags array.:

Poulate the member array of TagadelicTag objects

Return value

NULL.

1 call to TagadelicCloudBase::createTags()
TagadelicCloudBase::getTags in src/TagadelicCloudBase.php
Return an array of Tagadelic Tags.
2 methods override TagadelicCloudBase::createTags()
TagadelicCloudTaxonomy::createTags in src/TagadelicCloudTaxonomy.php
TagadelicCloudView::createTags in src/TagadelicCloudView.php

File

src/TagadelicCloudBase.php, line 44

Class

TagadelicCloudBase
Defines a base TagadelicCloud implementation.

Namespace

Drupal\tagadelic

Code

public abstract function createTags(array $options = array());