Issue #2002458 by baldwinlouie: Rename Views method default_ignore() to defaultIgnore().
parent
6295bdf7ba
commit
f122f25668
|
@ -444,7 +444,7 @@ abstract class ArgumentPluginBase extends HandlerBase {
|
||||||
$defaults = array(
|
$defaults = array(
|
||||||
'ignore' => array(
|
'ignore' => array(
|
||||||
'title' => t('Display all results for the specified field'),
|
'title' => t('Display all results for the specified field'),
|
||||||
'method' => 'default_ignore',
|
'method' => 'defaultIgnore',
|
||||||
'breadcrumb' => TRUE, // generate a breadcrumb to here
|
'breadcrumb' => TRUE, // generate a breadcrumb to here
|
||||||
),
|
),
|
||||||
'default' => array(
|
'default' => array(
|
||||||
|
@ -681,7 +681,7 @@ abstract class ArgumentPluginBase extends HandlerBase {
|
||||||
* If an argument was expected and was not given, in this case, simply
|
* If an argument was expected and was not given, in this case, simply
|
||||||
* ignore the argument entirely.
|
* ignore the argument entirely.
|
||||||
*/
|
*/
|
||||||
function default_ignore() {
|
public function defaultIgnore() {
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue