Get the plural data variable that is sent down from controller method.

Parameters

  • string $request

Returns

string

Source

						protected function _plural($request) {
		return Inflector::pluralize(Inflector::camelize($request->action, false));
	}