You are here

interface ContentBlockManagerInterface in Open Social 10.1.x

Same name and namespace in other branches
  1. 8.9 modules/social_features/social_content_block/src/ContentBlockManagerInterface.php \Drupal\social_content_block\ContentBlockManagerInterface
  2. 8.8 modules/social_features/social_content_block/src/ContentBlockManagerInterface.php \Drupal\social_content_block\ContentBlockManagerInterface
  3. 10.3.x modules/social_features/social_content_block/src/ContentBlockManagerInterface.php \Drupal\social_content_block\ContentBlockManagerInterface
  4. 10.0.x modules/social_features/social_content_block/src/ContentBlockManagerInterface.php \Drupal\social_content_block\ContentBlockManagerInterface
  5. 10.2.x modules/social_features/social_content_block/src/ContentBlockManagerInterface.php \Drupal\social_content_block\ContentBlockManagerInterface

Interface ContentBlockManagerInterface.

@package Drupal\social_content_block

Hierarchy

Expanded class hierarchy of ContentBlockManagerInterface

All classes that implement ContentBlockManagerInterface

3 files declare their use of ContentBlockManagerInterface
ContentBlockPluginFieldWidget.php in modules/social_features/social_content_block/src/Plugin/Field/FieldWidget/ContentBlockPluginFieldWidget.php
ContentBlockPluginIdWidget.php in modules/social_features/social_content_block/src/Plugin/Field/FieldWidget/ContentBlockPluginIdWidget.php
ContentBlockPluginWidgetBase.php in modules/social_features/social_content_block/src/Plugin/Field/FieldWidget/ContentBlockPluginWidgetBase.php

File

modules/social_features/social_content_block/src/ContentBlockManagerInterface.php, line 12

Namespace

Drupal\social_content_block
View source
interface ContentBlockManagerInterface extends ContextAwarePluginManagerInterface {

  /**
   * Build the States API selector.
   *
   * @param string $field_name
   *   The field name.
   * @param string $column
   *   The field column name.
   * @param array|null $field_parents
   *   (optional) The field parents.
   *
   * @return string
   *   The selector.
   */
  public function getSelector($field_name, $column, $field_parents = NULL);

}

Members

Namesort descending Modifiers Type Description Overrides
ContentBlockManagerInterface::getSelector public function Build the States API selector. 1
ContextAwarePluginManagerInterface::getDefinitionsForContexts public function Determines plugins whose constraints are satisfied by a set of contexts.
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
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