use Civi\Api4\JobLog;
/**
- * Page for displaying list of jobs.
+ * Page for displaying log of jobs.
*/
class CRM_Admin_Page_JobLog extends CRM_Core_Page_Basic {
*/
/**
- * Page for displaying list of location types.
+ * Page for editing the navigation menu.
*/
class CRM_Admin_Page_Navigation extends CRM_Core_Page_Basic {
- /**
- * The action links that we need to display for the browse screen.
- *
- * @var array
- */
- public static $_links = NULL;
-
/**
* Get BAO Name.
*
*/
/**
- * Page for displaying list of Gender.
+ * Page for displaying list of option groups and option values.
*/
class CRM_Admin_Page_Options extends CRM_Core_Page_Basic {
*/
/**
- * Page for displaying list of payment processors.
+ * Page for displaying list of payment processor types.
*/
class CRM_Admin_Page_PaymentProcessorType extends CRM_Core_Page_Basic {
*/
/**
- * Page for displaying list of location types.
+ * Page for displaying list of date preferences.
*/
class CRM_Admin_Page_PreferencesDate extends CRM_Core_Page_Basic {
*/
/**
- * Page for displaying list of Gender.
+ * Page for displaying list of survey types.
*/
class CRM_Campaign_Page_SurveyType extends CRM_Core_Page_Basic {
*/
/**
- * Page for displaying list of financial types
+ * Page for displaying list of financial accounts
*/
class CRM_Financial_Page_FinancialAccount extends CRM_Core_Page_Basic {
*/
/**
- * Page for displaying list of financial types
+ * Page for displaying list of financial batches
*/
class CRM_Financial_Page_FinancialBatch extends CRM_Core_Page_Basic {
*/
/**
- * Page for displaying list of Payment-Instrument
+ * Page for displaying members.
*/
class CRM_Member_Page_DashBoard extends CRM_Core_Page {
*/
/**
- * Page for displaying list of membership types
+ * Page for displaying list of membership statuses
*/
class CRM_Member_Page_MembershipStatus extends CRM_Core_Page_Basic {
*/
/**
- * Page for displaying list of financial types
+ * Page for displaying list of personal campaign pages
*/
class CRM_PCP_Page_PCP extends CRM_Core_Page_Basic {
*/
/**
- * Page for displaying list of Gender
+ * Page for displaying list of report options
*/
class CRM_Report_Page_Options extends CRM_Core_Page_Basic {