You are here

interface IndexRecordContentTransformationInterface in Views Natural Sort 8.2

Defines an interface for Views Natural Sort Index Record Content Transformation plugins.

Hierarchy

Expanded class hierarchy of IndexRecordContentTransformationInterface

All classes that implement IndexRecordContentTransformationInterface

File

src/Plugin/IndexRecordContentTransformationInterface.php, line 10

Namespace

Drupal\views_natural_sort\Plugin
View source
interface IndexRecordContentTransformationInterface extends PluginInspectionInterface {

  // Add get/set methods for your plugin type here.
  public function transform($string);

}

Members

Namesort descending Modifiers Type Description Overrides
IndexRecordContentTransformationInterface::transform public function 5
PluginInspectionInterface::getPluginDefinition public function Gets the definition of the plugin implementation. 4
PluginInspectionInterface::getPluginId public function Gets the plugin_id of the plugin instance. 2