You are here

public function FormatterTypeInterface::calculateDependencies in Custom Formatters 8.3

Calculates dependencies and stores them in the dependency property.

Return value

array A keyed array of dependencies.

1 method overrides FormatterTypeInterface::calculateDependencies()
FormatterTypeBase::calculateDependencies in src/FormatterTypeBase.php
Calculates dependencies and stores them in the dependency property.

File

src/FormatterTypeInterface.php, line 20

Class

FormatterTypeInterface
Interface FormatterInterface.

Namespace

Drupal\custom_formatters

Code

public function calculateDependencies();