function DependencyFieldItem::calculateDependencies
File
-
core/
modules/ field/ tests/ src/ Unit/ FieldConfigEntityUnitTest.php, line 299
Class
- DependencyFieldItem
- A test class.
Namespace
Drupal\Tests\field\UnitCode
public static function calculateDependencies(FieldDefinitionInterface $definition) {
return [
'module' => [
'test_module3',
],
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.