public function Drupal_RichSnippets_SchemaPreprocessorInterface::__construct in Rich Snippets 7
Constructs a Drupal_RichSnippets_SchemaPreprocessorInterface object.
Parameters
array &$variables: An associative array of template variables.
2 methods override Drupal_RichSnippets_SchemaPreprocessorInterface::__construct()
- Drupal_RichSnippets_Apachesolr_ApachesolrSchemaPreprocessor::__construct in lib/
Drupal/ RichSnippets/ Apachesolr/ ApachesolrSchemaPreprocessor.php - Implements Drupal_RichSnippets_SchemaPreprocessorAbstract::__construct().
- Drupal_RichSnippets_Node_NodeSchemaPreprocessor::__construct in lib/
Drupal/ RichSnippets/ Node/ NodeSchemaPreprocessor.php - Implements Drupal_RichSnippets_SchemaPreprocessorAbstract::__construct().
File
- lib/
Drupal/ RichSnippets/ SchemaPreprocessorInterface.php, line 22 - Contains Drupal_RichSnippets_SchemaPreprocessorInterface.
Class
- Drupal_RichSnippets_SchemaPreprocessorInterface
- Interface implemented by all Rich Snippets preprocessor classes.
Code
public function __construct(array &$variables);