You are here

public function FieldTypePluginManagerDummy::getCategories in Entity Construction Kit (ECK) 8

Gets the names of all categories.

Return value

string[] An array of translated categories, sorted alphabetically.

Overrides CategorizingPluginManagerInterface::getCategories

File

tests/src/Unit/TestDoubles/FieldTypePluginManagerDummy.php, line 17

Class

FieldTypePluginManagerDummy
Dummy implementation of FieldTypePluginManagerInterface.

Namespace

Drupal\Tests\eck\Unit\TestDoubles

Code

public function getCategories() {

  // Stub.
}