public function SectionAssociationStorageInterface::loadSection in Workbench Access 8
Loads section information.
A section is a dual-key index, so loading without an entity id requires two keys.
Parameters
$access_scheme_id: The id for an active access scheme entity.
$section_id: The id for a section within the access scheme.
Return value
\Drupal\workbench_access\Entity\SectionAssociation | NULL. The section entity or NULL if not found.
1 method overrides SectionAssociationStorageInterface::loadSection()
- SectionAssociationStorage::loadSection in src/
SectionAssociationStorage.php - Loads section information.
File
- src/
SectionAssociationStorageInterface.php, line 26
Class
- SectionAssociationStorageInterface
- Defines section association storage.
Namespace
Drupal\workbench_accessCode
public function loadSection($access_scheme_id, $section_id);