Closed (fixed)
Project:
Quora - Related Questions / Posts
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2017 at 21:16 UTC
Updated:
8 Mar 2017 at 13:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
navneet0693 commentedComment #3
navneet0693 commentedPlease review.
Comment #4
navneet0693 commentedPlease ignore above patch.
Comment #5
ajitsGood job on the clean up! Just little nitpicks before this is ready:
The parameters variables passed to the function should not follow camelCase.
The variable
$entityFieldManagercan be renamed to$entity_field_managerCapitalize API.
Can use proper capitalization. Something like: Provide Google CSE API to be used by module.
s/basefields/base fields
Comment #6
navneet0693 commentedComment #7
ajitsJust one change:
This needs to be in camelCase as it is a class variable.
Comment #8
navneet0693 commentedComment #9
navneet0693 commentedComment #10
ajitsThank you!
Comment #12
gg24 commentedThanks everyone for the efforts.