constant RICH_SNIPPETS_STYLE_NAME in Rich Snippets 7
Machine name of the image style used in the search results.
2 uses of RICH_SNIPPETS_STYLE_NAME
- Drupal_RichSnippets_Node_NodeSchemaPreprocessor::addImage in lib/
Drupal/ RichSnippets/ Node/ NodeSchemaPreprocessor.php - Implements Drupal_RichSnippets_SchemaPreprocessorAbstract::addImage().
- rich_snippets_apachesolr_image_indexing_callback in ./
rich_snippets.apachesolr.inc - Indexing callback that stores the image uri.
File
- ./
rich_snippets.module, line 12 - Overrides the standard search results templates and CSS to display results similar to major search engines.
Code
define('RICH_SNIPPETS_STYLE_NAME', 'rich_snippets_thumbnail');