Skip to content
Snippets Groups Projects
Commit 3656840d authored by Andrey Vitushkin's avatar Andrey Vitushkin
Browse files

Issue #3452743: Fix the typo in the hook_help()

parent 2aa691e0
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ function field_ipaddress_pgsql_theme($existing, $type, $theme, $path) { ...@@ -48,7 +48,7 @@ function field_ipaddress_pgsql_theme($existing, $type, $theme, $path) {
function field_ipaddress_pgsql_help($route_name, RouteMatchInterface $route_match) { function field_ipaddress_pgsql_help($route_name, RouteMatchInterface $route_match) {
switch ($route_name) { switch ($route_name) {
case 'help.page.field_ipaddress_pgsql': case 'help.page.field_ipaddress_pgsql':
$output = t('<h3>About</h3> The module provides a field type that is stored and processed as the PostgreSQL <a href=":types" target="_blank">Network Address Types</a>. The "IP Address" field type, formatter and views exposed filter are available. The exposed filter uses the <a href=":operators" target="_blank">IP Address Operators</a> provided by the PostgreSQL. For more information, see the <a href=":home" target="_blank">project\'s page</a>.', [ $output = t('<h3>About</h3> The module provides a field type that is stored and processed as the PostgreSQL <a href=":types" target="_blank">Network Address Types</a>. The "IP address" field type, formatter and views exposed filter are available. The exposed filter uses the <a href=":operators" target="_blank">IP Address Operators</a> provided by the PostgreSQL. For more information, see the <a href=":home" target="_blank">project\'s page</a>.', [
':types' => 'https://www.postgresql.org/docs/current/datatype-net-types.html#DATATYPE-NET-TYPES', ':types' => 'https://www.postgresql.org/docs/current/datatype-net-types.html#DATATYPE-NET-TYPES',
':operators' => 'https://www.postgresql.org/docs/16/functions-net.html', ':operators' => 'https://www.postgresql.org/docs/16/functions-net.html',
':home' => 'https://www.drupal.org/project/field_ipaddress_pgsql', ':home' => 'https://www.drupal.org/project/field_ipaddress_pgsql',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment