Back to Joomla project (class list)

Class AssociationExtensionInterface - list of methods

Association Extension Interface for the helper classes
Package: Joomla\CMS\Association
Copyright: (C) 2017 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Association/AssociationExtensionInterface.php
Project: Joomla

Method Summary

public bool
()

Checks if the extension supports associations
Returns
  • bool Supports the extension associations
Since
  • 3.7.0
Show source code of this method: hasAssociationsSupport Source Code

public array
(mixed $id = 0, mixed $view = null)

Method to get the associations for a given item.
Parameters
  • int $id Id of the item
  • string $view Name of the view
Returns
  • array Array of associations for the item
Since
  • 4.0.0
Show source code of this method: getAssociationsForItem Source Code

Tags Summary

Since
3.7.0