public function FlagInterface::getApplicableBundles in Flag 8.4
Get the bundles this flag may be applied to.
For the verbatim value of the flag's types property, use getBundles().
Return value
array An array containing the bundles this flag may be applied to.
1 method overrides FlagInterface::getApplicableBundles()
- Flag::getApplicableBundles in src/
Entity/ Flag.php - Get the bundles this flag may be applied to.
File
- src/
FlagInterface.php, line 82
Class
- FlagInterface
- Defines the interface for Flag entities.
Namespace
Drupal\flagCode
public function getApplicableBundles();