Back to Joomla project (class list)

Class FieldsServiceInterface - list of methods

The fields service.
Package: Joomla\CMS\Fields
Copyright: (C) 2018 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Fields/FieldsServiceInterface.php
Project: Joomla

Method Summary

public string|null
(mixed $section, mixed $item = null)

Returns a valid section for the given section. If it is not valid then null is returned.
Parameters
  • string $section The section to get the mapping for
  • object $item The item
Returns
  • string|null The new section
Since
  • 4.0.0
Show source code of this method: validateSection Source Code

public array
()

Returns valid contexts.
Returns
  • array
Since
  • 4.0.0
Show source code of this method: getContexts Source Code

Tags Summary

Since
4.0.0