Gets the data for a registered script module.
Parameters
$idstringrequired- The script module identifier.
Source
public function get_registered( string $id ): ?array {
return $this->registered[ $id ] ?? null;
}
Changelog
| Version | Description |
|---|---|
| 7.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.