You are here

Files in Fieldable Panels Panes (FPP) 7

Primary tabs

File namesort descending Location Namespace Description
admin.inc includes/admin.inc Contains administrative pages and functions for fieldable entity panes.
CHANGELOG.txt CHANGELOG.txt Fieldable Panels Panes 7.x-1.x-dev, xxxx-xx-xx ---------------------------------------------- #3039610 by DamienMcKenna: Prefix admin title with bundle label. #3039612 by DamienMcKenna: Don't show "reusable" in pane admin title if …
fieldable-panels-pane.tpl.php fieldable-panels-pane.tpl.php Default template for a Fieldable Panels Panes entity.
FieldablePanelsPaneEntity.class.php plugins/entity/FieldablePanelsPaneEntity.class.php Class for the Panelizer fieldable_panels_pane term entity plugin.
FieldablePanelsPaneInlineEntityFormController.class.php includes/FieldablePanelsPaneInlineEntityFormController.class.php Defines the inline entity form controller for Nodes.
fieldable_panels_pane.class.php plugins/export_ui/fieldable_panels_pane.class.php Class for Export UI to manage Fieldable Panels Pane bundles.
fieldable_panels_pane.inc plugins/entity/fieldable_panels_pane.inc
fieldable_panels_pane.inc plugins/content_types/fieldable_panels_pane.inc CTools content type to render a fielded panel pane.
fieldable_panels_pane.inc plugins/export_ui/fieldable_panels_pane.inc Export UI plugin definition file.
fieldable_panels_pane.migrate.inc includes/fieldable_panels_pane.migrate.inc Support for fieldable_panels_pane destinations.
fieldable_panels_panes.api.php fieldable_panels_panes.api.php Hooks provided by the Fieldable Panels Panes module.
fieldable_panels_panes.info fieldable_panels_panes.info name = "Fieldable Panels Panes" description = "Allow the creation of fieldable panels pane entities." package = "Panels" core = "7.x" dependencies[] = ctools dependencies[] = panels dependencies[] =…
fieldable_panels_panes.info.inc fieldable_panels_panes.info.inc Provides info about the node entity.
fieldable_panels_panes.install fieldable_panels_panes.install Fieldable Panels Panes install file.
fieldable_panels_panes.module fieldable_panels_panes.module Maintains an entity that appears as panel pane content.
fieldable_panels_panes.services.inc fieldable_panels_panes.services.inc Contains callbacks for service resource manipulation.
fieldable_panels_panes.views.inc plugins/views/fieldable_panels_panes.views.inc Provides views integration for fieldable panels panes.
fieldable_panels_panes.views_default.inc plugins/views/fieldable_panels_panes.views_default.inc Bulk export of views_default objects generated by Bulk export module.
fieldable_panels_panes_access_plugin.inc plugins/views/fieldable_panels_panes_access_plugin.inc Provide views access for fieldable panel panes.
fieldable_panels_panes_handler_argument_bundle.inc plugins/views/fieldable_panels_panes_handler_argument_bundle.inc Provide views handler arguments for fieldable panel panes.
fieldable_panels_panes_handler_field_bundle.inc plugins/views/fieldable_panels_panes_handler_field_bundle.inc Provide views handlers for fieldable panel panes fields.
fieldable_panels_panes_handler_field_delete_entity.inc plugins/views/fieldable_panels_panes_handler_field_delete_entity.inc Provide views handlers for fieldable panel panes.
fieldable_panels_panes_handler_field_delete_revision.inc plugins/views/fieldable_panels_panes_handler_field_delete_revision.inc Provide views handlers for fieldable panel panes.
fieldable_panels_panes_handler_field_edit_entity.inc plugins/views/fieldable_panels_panes_handler_field_edit_entity.inc Provide views handlers for fieldable panel panes.
fieldable_panels_panes_handler_field_edit_revision.inc plugins/views/fieldable_panels_panes_handler_field_edit_revision.inc Provide views handlers for fieldable panel panes.
fieldable_panels_panes_handler_field_is_current.inc plugins/views/fieldable_panels_panes_handler_field_is_current.inc Provide views handlers for fieldable panel panes.
fieldable_panels_panes_handler_field_language.inc plugins/views/fieldable_panels_panes_handler_field_language.inc Definition of fieldable_panels_panes_handler_field_language.
fieldable_panels_panes_handler_field_make_current.inc plugins/views/fieldable_panels_panes_handler_field_make_current.inc Provide views handlers for fieldable panel panes.
fieldable_panels_panes_handler_field_view_entity.inc plugins/views/fieldable_panels_panes_handler_field_view_entity.inc Provide views handlers for fieldable panel panes.
fieldable_panels_panes_handler_field_view_revision.inc plugins/views/fieldable_panels_panes_handler_field_view_revision.inc Provide views handlers for fieldable panel panes.
fieldable_panels_panes_handler_filter_bundle.inc plugins/views/fieldable_panels_panes_handler_filter_bundle.inc Provide views handlers for fieldable panel panes.
fieldable_panels_panes_handler_filter_language.inc plugins/views/fieldable_panels_panes_handler_filter_language.inc Definition of fieldable_panels_panes_handler_filter_language.
fpp.entity_form.test tests/fpp.entity_form.test Tests for the Fieldable Panels Panes module to ensure the basic form works.
fpp.file_access.test tests/fpp.file_access.test Tests for the Fieldable Panels Panes module to ensure file access works.
fpp.helper.test tests/fpp.helper.test A base class for the Fieldable Panels Panes tests, provides shared methods.
fpp.locale.test tests/fpp.locale.test Confirm the language integration works correctly.
fpp.permissions.test tests/fpp.permissions.test Tests for the Fieldable Panels Panes module to ensure the permissions work.
fpp.services.test tests/fpp.services.test Tests the services resource Fieldable Panels Pane methods and actions.
fpp.with_panelizer.test tests/fpp.with_panelizer.test Tests for the Fieldable Panels Panes module with Panelizer.
fpp.with_panels.test tests/fpp.with_panels.test Tests for the Fieldable Panels Panes module with Panels.
fpp.with_panels_and_entity.test tests/fpp.with_panels_and_entity.test Tests for the Fieldable Panels Panes module with Panels and Entity API.
fpp.with_pathauto.test tests/fpp.with_pathauto.test Tests for the Fieldable Panels Panes module with Pathauto.
fpp.with_revisioning.test tests/fpp.with_revisioning.test Tests for the Fieldable Panels Panes module with Revisioning.
fpp_with_panels_test.info tests/fpp_with_panels_test.info name = FPP-with-Panels Tests description = Helper module for testing the Panels integration for FPP. core = 7.x ; Don't show this on the modules admin page. hidden = TRUE dependencies[] = ctools dependencies[] = page_manager dependencies[] =…
fpp_with_panels_test.module tests/fpp_with_panels_test.module Primary hook implementations.
fpp_with_panels_test.pages_default.inc tests/fpp_with_panels_test.pages_default.inc Fpp_with_panels_test.pages_default.inc.
PanelsPaneController.class.php includes/PanelsPaneController.class.php Contains the controller class for the Fieldable Panel Pane entity.
README.txt README.txt Fieldable Panel Panes supports multiple bundles, which may be managed at admin/structure/fieldable-panels-panes. Bundles can also be created in a module via hook_entity_info_alter(). The code will look something like this: function…
translation.handler.fieldable_panels_pane.inc includes/translation.handler.fieldable_panels_pane.inc Fieldable panels pane translation handler for the translation module.

Other projects