You are here

public function BehaviorInvokerInterface::getPossibleEntityTypeKeys in Rabbit Hole 8

Same name and namespace in other branches
  1. 2.x src/BehaviorInvokerInterface.php \Drupal\rabbit_hole\BehaviorInvokerInterface::getPossibleEntityTypeKeys()

Load a list of entity IDs supported by rabbit hole given available plugins.

Return value

array An array of string entity ids.

1 method overrides BehaviorInvokerInterface::getPossibleEntityTypeKeys()
BehaviorInvoker::getPossibleEntityTypeKeys in src/BehaviorInvoker.php
Load a list of entity IDs supported by rabbit hole given available plugins.

File

src/BehaviorInvokerInterface.php, line 63

Class

BehaviorInvokerInterface
Defines an interface for behavior invoker service.

Namespace

Drupal\rabbit_hole

Code

public function getPossibleEntityTypeKeys();