You are here

interface EntityFieldCompareTypeManagerInterface in Entity Field Condition 2.0.x

Define the entity field compare type manager interface.

Hierarchy

Expanded class hierarchy of EntityFieldCompareTypeManagerInterface

All classes that implement EntityFieldCompareTypeManagerInterface

2 files declare their use of EntityFieldCompareTypeManagerInterface
EntityField.php in src/Plugin/Condition/EntityField.php
EntityFieldCompareTypeManager.php in src/EntityFieldCompareTypeManager.php

File

src/Contracts/EntityFieldCompareTypeManagerInterface.php, line 12

Namespace

Drupal\entity_field_condition\Contracts
View source
interface EntityFieldCompareTypeManagerInterface extends PluginManagerInterface {

  /**
   * Get the plugin definition options.
   *
   * @return array
   *   An array of the plugin definition options.
   */
  public function getDefinitionOptions() : array;

}

Members

Namesort descending Modifiers Type Description Overrides
DiscoveryInterface::getDefinition public function Gets a specific plugin definition. 4
DiscoveryInterface::getDefinitions public function Gets the definition of all plugins for this type. 3
DiscoveryInterface::hasDefinition public function Indicates if a specific plugin definition exists. 1
EntityFieldCompareTypeManagerInterface::getDefinitionOptions public function Get the plugin definition options. 1
FactoryInterface::createInstance public function Creates a pre-configured instance of a plugin. 6
MapperInterface::getInstance public function Gets a preconfigured instance of a plugin. 3