node_filtered_by_title.view.txt |
examples/node_filtered_by_title.view.txt |
|
$view = new view();
$view->name = 'node_filtered_by_title';
$view->description = '';
$view->tag = 'default';
$view->base_table = 'node';
$view->human_name = 'Node Filtered by… |
node_filtered_by_title_from_nid.view.txt |
examples/node_filtered_by_title_from_nid.view.txt |
|
$view = new view();
$view->name = 'node_filtered_by_title_from_nid';
$view->description = '';
$view->tag = 'default';
$view->base_table = 'node';
$view->human_name = 'Node Filtered by Title… |
README.txt |
README.txt |
|
CONTENTS OF THIS FILE
---------------------
* Introduction
* Examples
* Installation
* Known Issues/Shortcomings
* Maintainers
INTRODUCTION
------------
Contextual Filters allow a View to be filtered based on arguments passed via URL
or… |
views_argument_substitutions.info |
views_argument_substitutions.info |
|
name = Views Argument Substitutions
description = Allow contextual arguments to be used as replacement tokens in filters and table arguments.
core = 7.x
package = Views
dependencies[] = views |
views_argument_substitutions.module |
views_argument_substitutions.module |
|
Hook definitions for Views Argument Substitutions. |