Name | Token | Description |
---|---|---|
Current date | current-date | Tokens related to the current date and time. |
Custom format | [current-date:custom:?] | A date in a custom format. See the PHP documentation for details. |
Fallback date format | [current-date:fallback] | A date in 'fallback' format. (Sat, 12/07/2024 - 05:10) |
HTML Date | [current-date:html_date] | A date in 'html_date' format. (2024-12-07) |
HTML Datetime | [current-date:html_datetime] | A date in 'html_datetime' format. (2024-12-07T05:10:40+0200) |
HTML Month | [current-date:html_month] | A date in 'html_month' format. (2024-12) |
HTML Time | [current-date:html_time] | A date in 'html_time' format. (05:10:40) |
HTML Week | [current-date:html_week] | A date in 'html_week' format. (2024-W49) |
HTML Year | [current-date:html_year] | A date in 'html_year' format. (2024) |
HTML Yearless date | [current-date:html_yearless_date] | A date in 'html_yearless_date' format. (12-07) |
Long format | [current-date:long] | A date in 'long' format. (Saturday, December 7, 2024 - 05:10) |
Medium format | [current-date:medium] | A date in 'medium' format. (Sat, 12/07/2024 - 05:10) |
Raw timestamp | [current-date:raw] | A date in UNIX timestamp format (1733541040) |
Short format | [current-date:short] | A date in 'short' format. (12/07/2024 - 05:10) |
Time-since | [current-date:since] | A date in 'time-since' format. (6 minutes) |
Current page | current-page | Tokens related to the current page request. |
Content language | [current-page:content-language] | The active content language. |
Direction | [current-page:content-language:direction] | Whether the language is written left-to-right (ltr) or right-to-left (rtl). |
Domain | [current-page:content-language:domain] | The domain name to use for the language. |
Language code | [current-page:content-language:langcode] | The language code. |
Language name | [current-page:content-language:name] | The language name. |
Path prefix | [current-page:content-language:prefix] | Path prefix for URLs in the language. |
Interface language | [current-page:interface-language] | The active user interface language. |
Direction | [current-page:interface-language:direction] | Whether the language is written left-to-right (ltr) or right-to-left (rtl). |
Domain | [current-page:interface-language:domain] | The domain name to use for the language. |
Language code | [current-page:interface-language:langcode] | The language code. |
Language name | [current-page:interface-language:name] | The language name. |
Path prefix | [current-page:interface-language:prefix] | Path prefix for URLs in the language. |
Page number | [current-page:page-number] | The page number of the current page when viewing paged lists. |
Query string value | [current-page:query:?] | The value of a specific query string field of the current page. |
Title | [current-page:title] | The title of the current page. |
URL | [current-page:url] | The URL of the current page. |
Absolute URL | [current-page:url:absolute] | The absolute URL. |
Arguments | [current-page:url:args] | The specific argument of the current page (e.g. 'arg:1' on the page 'node/1' returns '1'). |
Count | [current-page:url:args:count] | The number of elements in the array. |
First | [current-page:url:args:first] | The first element of the array. |
Imploded | [current-page:url:args:join:?] | The values of the array joined together with a custom string in-between each value. |
Joined path | [current-page:url:args:join-path] | The array values each cleaned by Pathauto and then joined with the slash into a string that resembles an URL. |
Keys | [current-page:url:args:keys] | The array of keys of the array. |
Last | [current-page:url:args:last] | The last element of the array. |
Reversed | [current-page:url:args:reversed] | The array reversed. |
Value | [current-page:url:args:value:?] | The specific value of the array. |
Brief URL | [current-page:url:brief] | The URL without the protocol and trailing backslash. |
Path | [current-page:url:path] | The path component of the URL. |
Relative URL | [current-page:url:relative] | The relative URL. |
Unaliased URL | [current-page:url:unaliased] | The unaliased URL. |
Absolute URL | [current-page:url:unaliased:absolute] | The absolute URL. |
Arguments | [current-page:url:unaliased:args] | The specific argument of the current page (e.g. 'arg:1' on the page 'node/1' returns '1'). |
Brief URL | [current-page:url:unaliased:brief] | The URL without the protocol and trailing backslash. |
Path | [current-page:url:unaliased:path] | The path component of the URL. |
Relative URL | [current-page:url:unaliased:relative] | The relative URL. |
Current user | current-user | Tokens related to the currently logged in user. |
Account Name | [current-user:account-name] | The login name of the user account. |
Avatar | [current-user:field_user_avatar] | List (text) field. |
Text value | [current-user:field_user_avatar:value] | |
Birth Date | [current-user:field_user_birth_date] | Date field. |
Date value | [current-user:field_user_birth_date:value] | |
Date value format | [current-user:field_user_birth_date:date] | |
Custom format | [current-user:field_user_birth_date:date:custom:?] | A date in a custom format. See the PHP documentation for details. |
Fallback date format | [current-user:field_user_birth_date:date:fallback] | A date in 'fallback' format. (Sat, 12/07/2024 - 05:10) |
HTML Date | [current-user:field_user_birth_date:date:html_date] | A date in 'html_date' format. (2024-12-07) |
HTML Datetime | [current-user:field_user_birth_date:date:html_datetime] | A date in 'html_datetime' format. (2024-12-07T05:10:40+0200) |
HTML Month | [current-user:field_user_birth_date:date:html_month] | A date in 'html_month' format. (2024-12) |
HTML Time | [current-user:field_user_birth_date:date:html_time] | A date in 'html_time' format. (05:10:40) |
HTML Week | [current-user:field_user_birth_date:date:html_week] | A date in 'html_week' format. (2024-W49) |
HTML Year | [current-user:field_user_birth_date:date:html_year] | A date in 'html_year' format. (2024) |
HTML Yearless date | [current-user:field_user_birth_date:date:html_yearless_date] | A date in 'html_yearless_date' format. (12-07) |
Long format | [current-user:field_user_birth_date:date:long] | A date in 'long' format. (Saturday, December 7, 2024 - 05:10) |
Medium format | [current-user:field_user_birth_date:date:medium] | A date in 'medium' format. (Sat, 12/07/2024 - 05:10) |
Raw timestamp | [current-user:field_user_birth_date:date:raw] | A date in UNIX timestamp format (1733541040) |
Short format | [current-user:field_user_birth_date:date:short] | A date in 'short' format. (12/07/2024 - 05:10) |
Time-since | [current-user:field_user_birth_date:date:since] | A date in 'time-since' format. (6 minutes) |
Created | [current-user:created] | The date the user account was created. |
Custom format | [current-user:created:custom:?] | A date in a custom format. See the PHP documentation for details. |
Fallback date format | [current-user:created:fallback] | A date in 'fallback' format. (Sat, 12/07/2024 - 05:10) |
HTML Date | [current-user:created:html_date] | A date in 'html_date' format. (2024-12-07) |
HTML Datetime | [current-user:created:html_datetime] | A date in 'html_datetime' format. (2024-12-07T05:10:40+0200) |
HTML Month | [current-user:created:html_month] | A date in 'html_month' format. (2024-12) |
HTML Time | [current-user:created:html_time] | A date in 'html_time' format. (05:10:40) |
HTML Week | [current-user:created:html_week] | A date in 'html_week' format. (2024-W49) |
HTML Year | [current-user:created:html_year] | A date in 'html_year' format. (2024) |
HTML Yearless date | [current-user:created:html_yearless_date] | A date in 'html_yearless_date' format. (12-07) |
Long format | [current-user:created:long] | A date in 'long' format. (Saturday, December 7, 2024 - 05:10) |
Medium format | [current-user:created:medium] | A date in 'medium' format. (Sat, 12/07/2024 - 05:10) |
Raw timestamp | [current-user:created:raw] | A date in UNIX timestamp format (1733541040) |
Short format | [current-user:created:short] | A date in 'short' format. (12/07/2024 - 05:10) |
Time-since | [current-user:created:since] | A date in 'time-since' format. (6 minutes) |
Deprecated: User Name | [current-user:name] | Deprecated: Use account-name or display-name instead. |
Display Name | [current-user:display-name] | The display name of the user account. |
Edit URL | [current-user:edit-url] | The URL of the account edit page. |
[current-user:mail] | The email address of the user account. | |
Following flag count | [current-user:flag-following-count] | Total flag count for flag Following |
Following flag link | [current-user:flag-following-link] | Flag/unflag link for Following |
Gender | [current-user:field_user_gender] | List (text) field. |
Text value | [current-user:field_user_gender:value] | |
Governorate | [current-user:field_user_governorate] | List (text) field. |
Text value | [current-user:field_user_governorate:value] | |
IP address | [current-user:ip-address] | The IP address of the current user. |
Language | [current-user:language] | The language of the user. |
Direction | [current-user:language:direction] | Whether the language is written left-to-right (ltr) or right-to-left (rtl). |
Domain | [current-user:language:domain] | The domain name to use for the language. |
Language code | [current-user:language:langcode] | The language code. |
Language name | [current-user:language:name] | The language name. |
Path prefix | [current-user:language:prefix] | Path prefix for URLs in the language. |
Last login | [current-user:last-login] | The date the user last logged in to the site. |
Custom format | [current-user:last-login:custom:?] | A date in a custom format. See the PHP documentation for details. |
Fallback date format | [current-user:last-login:fallback] | A date in 'fallback' format. (Sat, 12/07/2024 - 05:10) |
HTML Date | [current-user:last-login:html_date] | A date in 'html_date' format. (2024-12-07) |
HTML Datetime | [current-user:last-login:html_datetime] | A date in 'html_datetime' format. (2024-12-07T05:10:40+0200) |
HTML Month | [current-user:last-login:html_month] | A date in 'html_month' format. (2024-12) |
HTML Time | [current-user:last-login:html_time] | A date in 'html_time' format. (05:10:40) |
HTML Week | [current-user:last-login:html_week] | A date in 'html_week' format. (2024-W49) |
HTML Year | [current-user:last-login:html_year] | A date in 'html_year' format. (2024) |
HTML Yearless date | [current-user:last-login:html_yearless_date] | A date in 'html_yearless_date' format. (12-07) |
Long format | [current-user:last-login:long] | A date in 'long' format. (Saturday, December 7, 2024 - 05:10) |
Medium format | [current-user:last-login:medium] | A date in 'medium' format. (Sat, 12/07/2024 - 05:10) |
Raw timestamp | [current-user:last-login:raw] | A date in UNIX timestamp format (1733541040) |
Short format | [current-user:last-login:short] | A date in 'short' format. (12/07/2024 - 05:10) |
Time-since | [current-user:last-login:since] | A date in 'time-since' format. (6 minutes) |
Original user | [current-user:original] | The original user data if the user is being updated or saved. |
Account Name | [current-user:original:account-name] | The login name of the user account. |
Avatar | [current-user:original:field_user_avatar] | List (text) field. |
Text value | [current-user:original:field_user_avatar:value] | |
Birth Date | [current-user:original:field_user_birth_date] | Date field. |
Date value | [current-user:original:field_user_birth_date:value] | |
Date value format | [current-user:original:field_user_birth_date:date] | |
Created | [current-user:original:created] | The date the user account was created. |
Custom format | [current-user:original:created:custom:?] | A date in a custom format. See the PHP documentation for details. |
Fallback date format | [current-user:original:created:fallback] | A date in 'fallback' format. (Sat, 12/07/2024 - 05:10) |
HTML Date | [current-user:original:created:html_date] | A date in 'html_date' format. (2024-12-07) |
HTML Datetime | [current-user:original:created:html_datetime] | A date in 'html_datetime' format. (2024-12-07T05:10:40+0200) |
HTML Month | [current-user:original:created:html_month] | A date in 'html_month' format. (2024-12) |
HTML Time | [current-user:original:created:html_time] | A date in 'html_time' format. (05:10:40) |
HTML Week | [current-user:original:created:html_week] | A date in 'html_week' format. (2024-W49) |
HTML Year | [current-user:original:created:html_year] | A date in 'html_year' format. (2024) |
HTML Yearless date | [current-user:original:created:html_yearless_date] | A date in 'html_yearless_date' format. (12-07) |
Long format | [current-user:original:created:long] | A date in 'long' format. (Saturday, December 7, 2024 - 05:10) |
Medium format | [current-user:original:created:medium] | A date in 'medium' format. (Sat, 12/07/2024 - 05:10) |
Raw timestamp | [current-user:original:created:raw] | A date in UNIX timestamp format (1733541040) |
Short format | [current-user:original:created:short] | A date in 'short' format. (12/07/2024 - 05:10) |
Time-since | [current-user:original:created:since] | A date in 'time-since' format. (6 minutes) |
Deprecated: User Name | [current-user:original:name] | Deprecated: Use account-name or display-name instead. |
Display Name | [current-user:original:display-name] | The display name of the user account. |
Edit URL | [current-user:original:edit-url] | The URL of the account edit page. |
[current-user:original:mail] | The email address of the user account. | |
Following flag count | [current-user:original:flag-following-count] | Total flag count for flag Following |
Following flag link | [current-user:original:flag-following-link] | Flag/unflag link for Following |
Gender | [current-user:original:field_user_gender] | List (text) field. |
Text value | [current-user:original:field_user_gender:value] | |
Governorate | [current-user:original:field_user_governorate] | List (text) field. |
Text value | [current-user:original:field_user_governorate:value] | |
Language | [current-user:original:language] | The language of the user. |
Direction | [current-user:original:language:direction] | Whether the language is written left-to-right (ltr) or right-to-left (rtl). |
Domain | [current-user:original:language:domain] | The domain name to use for the language. |
Language code | [current-user:original:language:langcode] | The language code. |
Language name | [current-user:original:language:name] | The language name. |
Path prefix | [current-user:original:language:prefix] | Path prefix for URLs in the language. |
Last login | [current-user:original:last-login] | The date the user last logged in to the site. |
Custom format | [current-user:original:last-login:custom:?] | A date in a custom format. See the PHP documentation for details. |
Fallback date format | [current-user:original:last-login:fallback] | A date in 'fallback' format. (Sat, 12/07/2024 - 05:10) |
HTML Date | [current-user:original:last-login:html_date] | A date in 'html_date' format. (2024-12-07) |
HTML Datetime | [current-user:original:last-login:html_datetime] | A date in 'html_datetime' format. (2024-12-07T05:10:40+0200) |
HTML Month | [current-user:original:last-login:html_month] | A date in 'html_month' format. (2024-12) |
HTML Time | [current-user:original:last-login:html_time] | A date in 'html_time' format. (05:10:40) |
HTML Week | [current-user:original:last-login:html_week] | A date in 'html_week' format. (2024-W49) |
HTML Year | [current-user:original:last-login:html_year] | A date in 'html_year' format. (2024) |
HTML Yearless date | [current-user:original:last-login:html_yearless_date] | A date in 'html_yearless_date' format. (12-07) |
Long format | [current-user:original:last-login:long] | A date in 'long' format. (Saturday, December 7, 2024 - 05:10) |
Medium format | [current-user:original:last-login:medium] | A date in 'medium' format. (Sat, 12/07/2024 - 05:10) |
Raw timestamp | [current-user:original:last-login:raw] | A date in UNIX timestamp format (1733541040) |
Short format | [current-user:original:last-login:short] | A date in 'short' format. (12/07/2024 - 05:10) |
Time-since | [current-user:original:last-login:since] | A date in 'time-since' format. (6 minutes) |
Picture | [current-user:original:user_picture] | Image field. |
Alternative text | [current-user:original:user_picture:alt] | Alternative image text, for the image's 'alt' attribute. |
File | [current-user:original:user_picture:entity] | The referenced entity |
File ID | [current-user:original:user_picture:target_id] | |
Height | [current-user:original:user_picture:height] | The height of the image in pixels. |
Large (480×480) | [current-user:original:user_picture:large] | Represents the image in the given image style. |
Media Entity Browser thumbnail | [current-user:original:user_picture:media_entity_browser_thumbnail] | Represents the image in the given image style. |
Media Library thumbnail (220×220) | [current-user:original:user_picture:media_library] | Represents the image in the given image style. |
Medium (220×220) | [current-user:original:user_picture:medium] | Represents the image in the given image style. |
Thumbnail (100×100) | [current-user:original:user_picture:thumbnail] | Represents the image in the given image style. |
Title | [current-user:original:user_picture:title] | Image title text, for the image's 'title' attribute. |
Width | [current-user:original:user_picture:width] | The width of the image in pixels. |
Roles | [current-user:original:roles] | The user roles associated with the user account. |
Count | [current-user:original:roles:count] | The number of elements in the array. |
First | [current-user:original:roles:first] | The first element of the array. |
Imploded | [current-user:original:roles:join:?] | The values of the array joined together with a custom string in-between each value. |
Joined path | [current-user:original:roles:join-path] | The array values each cleaned by Pathauto and then joined with the slash into a string that resembles an URL. |
Keys | [current-user:original:roles:keys] | The array of keys of the array. |
Last | [current-user:original:roles:last] | The last element of the array. |
Reversed | [current-user:original:roles:reversed] | The array reversed. |
Value | [current-user:original:roles:value:?] | The specific value of the array. |
URL | [current-user:original:url] | The URL of the account profile page. |
Absolute URL | [current-user:original:url:absolute] | The absolute URL. |
Arguments | [current-user:original:url:args] | The specific argument of the current page (e.g. 'arg:1' on the page 'node/1' returns '1'). |
Brief URL | [current-user:original:url:brief] | The URL without the protocol and trailing backslash. |
Path | [current-user:original:url:path] | The path component of the URL. |
Relative URL | [current-user:original:url:relative] | The relative URL. |
Unaliased URL | [current-user:original:url:unaliased] | The unaliased URL. |
User ID | [current-user:original:uid] | The unique ID of the user account. |
User role ids | [current-user:original:role-ids] | The role ids the user account is a member of as comma separated list. |
User role names | [current-user:original:role-names] | The role names the user account is a member of as comma separated list. |
Picture | [current-user:user_picture] | Image field. |
Alternative text | [current-user:user_picture:alt] | Alternative image text, for the image's 'alt' attribute. |
File | [current-user:user_picture:entity] | The referenced entity |
Alt Text | [current-user:user_picture:entity:field_image_alt_text] | Text (plain) field. |
Base name | [current-user:user_picture:entity:basename] | The base name of the file. |
Changed | [current-user:user_picture:entity:changed] | The date the file was most recently changed. |
Created | [current-user:user_picture:entity:created] | The date the file created. |
Download URL | [current-user:user_picture:entity:download-url] | The URL to download the file directly. |
Extension | [current-user:user_picture:entity:extension] | The extension of the file. |
File byte size | [current-user:user_picture:entity:size-raw] | The size of the file, in bytes. |
File ID | [current-user:user_picture:entity:fid] | The unique ID of the uploaded file. |
File name | [current-user:user_picture:entity:name] | The name of the file. |
File size | [current-user:user_picture:entity:size] | The size of the file. |
File type | [current-user:user_picture:entity:type] | The file type of the file. |
Language | [current-user:user_picture:entity:language] | The language of the file. |
MIME type | [current-user:user_picture:entity:mime] | The MIME type of the file. |
Original file | [current-user:user_picture:entity:original] | The original file data if the file is being updated or saved. |
Owner | [current-user:user_picture:entity:owner] | The user who originally uploaded the file. |
Path | [current-user:user_picture:entity:path] | The location of the file relative to Drupal root. |
Title Text | [current-user:user_picture:entity:field_image_title_text] | Text (plain) field. |
URL | [current-user:user_picture:entity:url] | The web-accessible URL for the file. |
File ID | [current-user:user_picture:target_id] | |
Height | [current-user:user_picture:height] | The height of the image in pixels. |
Large (480×480) | [current-user:user_picture:large] | Represents the image in the given image style. |
File size | [current-user:user_picture:large:filesize] | The file size of the image. |
Height | [current-user:user_picture:large:height] | The height the image, in pixels. |
MIME type | [current-user:user_picture:large:mimetype] | The MIME type (image/png, image/bmp, etc.) of the image. |
URI | [current-user:user_picture:large:uri] | The URI to the image. |
URL | [current-user:user_picture:large:url] | The URL to the image. |
Width | [current-user:user_picture:large:width] | The width of the image, in pixels. |
Media Entity Browser thumbnail | [current-user:user_picture:media_entity_browser_thumbnail] | Represents the image in the given image style. |
File size | [current-user:user_picture:media_entity_browser_thumbnail:filesize] | The file size of the image. |
Height | [current-user:user_picture:media_entity_browser_thumbnail:height] | The height the image, in pixels. |
MIME type | [current-user:user_picture:media_entity_browser_thumbnail:mimetype] | The MIME type (image/png, image/bmp, etc.) of the image. |
URI | [current-user:user_picture:media_entity_browser_thumbnail:uri] | The URI to the image. |
URL | [current-user:user_picture:media_entity_browser_thumbnail:url] | The URL to the image. |
Width | [current-user:user_picture:media_entity_browser_thumbnail:width] | The width of the image, in pixels. |
Media Library thumbnail (220×220) | [current-user:user_picture:media_library] | Represents the image in the given image style. |
File size | [current-user:user_picture:media_library:filesize] | The file size of the image. |
Height | [current-user:user_picture:media_library:height] | The height the image, in pixels. |
MIME type | [current-user:user_picture:media_library:mimetype] | The MIME type (image/png, image/bmp, etc.) of the image. |
URI | [current-user:user_picture:media_library:uri] | The URI to the image. |
URL | [current-user:user_picture:media_library:url] | The URL to the image. |
Width | [current-user:user_picture:media_library:width] | The width of the image, in pixels. |
Medium (220×220) | [current-user:user_picture:medium] | Represents the image in the given image style. |
File size | [current-user:user_picture:medium:filesize] | The file size of the image. |
Height | [current-user:user_picture:medium:height] | The height the image, in pixels. |
MIME type | [current-user:user_picture:medium:mimetype] | The MIME type (image/png, image/bmp, etc.) of the image. |
URI | [current-user:user_picture:medium:uri] | The URI to the image. |
URL | [current-user:user_picture:medium:url] | The URL to the image. |
Width | [current-user:user_picture:medium:width] | The width of the image, in pixels. |
Thumbnail (100×100) | [current-user:user_picture:thumbnail] | Represents the image in the given image style. |
File size | [current-user:user_picture:thumbnail:filesize] | The file size of the image. |
Height | [current-user:user_picture:thumbnail:height] | The height the image, in pixels. |
MIME type | [current-user:user_picture:thumbnail:mimetype] | The MIME type (image/png, image/bmp, etc.) of the image. |
URI | [current-user:user_picture:thumbnail:uri] | The URI to the image. |
URL | [current-user:user_picture:thumbnail:url] | The URL to the image. |
Width | [current-user:user_picture:thumbnail:width] | The width of the image, in pixels. |
Title | [current-user:user_picture:title] | Image title text, for the image's 'title' attribute. |
Width | [current-user:user_picture:width] | The width of the image in pixels. |
Roles | [current-user:roles] | The user roles associated with the user account. |
Count | [current-user:roles:count] | The number of elements in the array. |
First | [current-user:roles:first] | The first element of the array. |
Imploded | [current-user:roles:join:?] | The values of the array joined together with a custom string in-between each value. |
Joined path | [current-user:roles:join-path] | The array values each cleaned by Pathauto and then joined with the slash into a string that resembles an URL. |
Keys | [current-user:roles:keys] | The array of keys of the array. |
Count | [current-user:roles:keys:count] | The number of elements in the array. |
First | [current-user:roles:keys:first] | The first element of the array. |
Imploded | [current-user:roles:keys:join:?] | The values of the array joined together with a custom string in-between each value. |
Joined path | [current-user:roles:keys:join-path] | The array values each cleaned by Pathauto and then joined with the slash into a string that resembles an URL. |
Last | [current-user:roles:keys:last] | The last element of the array. |
Reversed | [current-user:roles:keys:reversed] | The array reversed. |
Value | [current-user:roles:keys:value:?] | The specific value of the array. |
Last | [current-user:roles:last] | The last element of the array. |
Reversed | [current-user:roles:reversed] | The array reversed. |
Count | [current-user:roles:reversed:count] | The number of elements in the array. |
First | [current-user:roles:reversed:first] | The first element of the array. |
Imploded | [current-user:roles:reversed:join:?] | The values of the array joined together with a custom string in-between each value. |
Joined path | [current-user:roles:reversed:join-path] | The array values each cleaned by Pathauto and then joined with the slash into a string that resembles an URL. |
Keys | [current-user:roles:reversed:keys] | The array of keys of the array. |
Last | [current-user:roles:reversed:last] | The last element of the array. |
Value | [current-user:roles:reversed:value:?] | The specific value of the array. |
Value | [current-user:roles:value:?] | The specific value of the array. |
URL | [current-user:url] | The URL of the account profile page. |
Absolute URL | [current-user:url:absolute] | The absolute URL. |
Arguments | [current-user:url:args] | The specific argument of the current page (e.g. 'arg:1' on the page 'node/1' returns '1'). |
Count | [current-user:url:args:count] | The number of elements in the array. |
First | [current-user:url:args:first] | The first element of the array. |
Imploded | [current-user:url:args:join:?] | The values of the array joined together with a custom string in-between each value. |
Joined path | [current-user:url:args:join-path] | The array values each cleaned by Pathauto and then joined with the slash into a string that resembles an URL. |
Keys | [current-user:url:args:keys] | The array of keys of the array. |
Last | [current-user:url:args:last] | The last element of the array. |
Reversed | [current-user:url:args:reversed] | The array reversed. |
Value | [current-user:url:args:value:?] | The specific value of the array. |
Brief URL | [current-user:url:brief] | The URL without the protocol and trailing backslash. |
Path | [current-user:url:path] | The path component of the URL. |
Relative URL | [current-user:url:relative] | The relative URL. |
Unaliased URL | [current-user:url:unaliased] | The unaliased URL. |
Absolute URL | [current-user:url:unaliased:absolute] | The absolute URL. |
Arguments | [current-user:url:unaliased:args] | The specific argument of the current page (e.g. 'arg:1' on the page 'node/1' returns '1'). |
Brief URL | [current-user:url:unaliased:brief] | The URL without the protocol and trailing backslash. |
Path | [current-user:url:unaliased:path] | The path component of the URL. |
Relative URL | [current-user:url:unaliased:relative] | The relative URL. |
User ID | [current-user:uid] | The unique ID of the user account. |
User role ids | [current-user:role-ids] | The role ids the user account is a member of as comma separated list. |
User role names | [current-user:role-names] | The role names the user account is a member of as comma separated list. |
Language | language | Tokens related to site language. |
Direction | [language:direction] | Whether the language is written left-to-right (ltr) or right-to-left (rtl). |
Domain | [language:domain] | The domain name to use for the language. |
Language code | [language:langcode] | The language code. |
Language name | [language:name] | The language name. |
Path prefix | [language:prefix] | Path prefix for URLs in the language. |
Nodes | node | Tokens related to individual content items, or "nodes". |
Achievements | [node:field_achievements] | Text (formatted, long, with summary) field. |
Summary | [node:field_achievements:summary] | |
Text | [node:field_achievements:value] | |
Text format | [node:field_achievements:format] | |
audio | [node:field_audio] | File field. |
Description | [node:field_audio:description] | |
Display | [node:field_audio:display] | Flag to control whether this file should be displayed when viewing content |
File | [node:field_audio:entity] | The referenced entity |
Alt Text | [node:field_audio:entity:field_image_alt_text] | Text (plain) field. |
Base name | [node:field_audio:entity:basename] | The base name of the file. |
Changed | [node:field_audio:entity:changed] | The date the file was most recently changed. |
Created | [node:field_audio:entity:created] | The date the file created. |
Download URL | [node:field_audio:entity:download-url] | The URL to download the file directly. |
Extension | [node:field_audio:entity:extension] | The extension of the file. |
File byte size | [node:field_audio:entity:size-raw] | The size of the file, in bytes. |
File ID | [node:field_audio:entity:fid] | The unique ID of the uploaded file. |
File name | [node:field_audio:entity:name] | The name of the file. |
File size | [node:field_audio:entity:size] | The size of the file. |
File type | [node:field_audio:entity:type] | The file type of the file. |
Language | [node:field_audio:entity:language] | The language of the file. |
MIME type | [node:field_audio:entity:mime] | The MIME type of the file. |
Original file | [node:field_audio:entity:original] | The original file data if the file is being updated or saved. |
Owner | [node:field_audio:entity:owner] | The user who originally uploaded the file. |
Path | [node:field_audio:entity:path] | The location of the file relative to Drupal root. |
Title Text | [node:field_audio:entity:field_image_title_text] | Text (plain) field. |
URL | [node:field_audio:entity:url] | The web-accessible URL for the file. |
File ID | [node:field_audio:target_id] | |
Author | [node:author] | |
Account Name | [node:author:account-name] | The login name of the user account. |
Avatar | [node:author:field_user_avatar] | List (text) field. |
Text value | [node:author:field_user_avatar:value] | |
Birth Date | [node:author:field_user_birth_date] | Date field. |
Date value | [node:author:field_user_birth_date:value] | |
Date value format | [node:author:field_user_birth_date:date] | |
Created | [node:author:created] | The date the user account was created. |
Custom format | [node:author:created:custom:?] | A date in a custom format. See the PHP documentation for details. |
Fallback date format | [node:author:created:fallback] | A date in 'fallback' format. (Sat, 12/07/2024 - 05:10) |
HTML Date | [node:author:created:html_date] | A date in 'html_date' format. (2024-12-07) |
HTML Datetime | [node:author:created:html_datetime] | A date in 'html_datetime' format. (2024-12-07T05:10:40+0200) |
HTML Month | [node:author:created:html_month] | A date in 'html_month' format. (2024-12) |
HTML Time | [node:author:created:html_time] | A date in 'html_time' format. (05:10:40) |
HTML Week | [node:author:created:html_week] | A date in 'html_week' format. (2024-W49) |
HTML Year | [node:author:created:html_year] | A date in 'html_year' format. (2024) |
HTML Yearless date | [node:author:created:html_yearless_date] | A date in 'html_yearless_date' format. (12-07) |
Long format | [node:author:created:long] | A date in 'long' format. (Saturday, December 7, 2024 - 05:10) |
Medium format | [node:author:created:medium] | A date in 'medium' format. (Sat, 12/07/2024 - 05:10) |
Raw timestamp | [node:author:created:raw] | A date in UNIX timestamp format (1733541040) |
Short format | [node:author:created:short] | A date in 'short' format. (12/07/2024 - 05:10) |
Time-since | [node:author:created:since] | A date in 'time-since' format. (6 minutes) |
Deprecated: User Name | [node:author:name] | Deprecated: Use account-name or display-name instead. |
Display Name | [node:author:display-name] | The display name of the user account. |
Edit URL | [node:author:edit-url] | The URL of the account edit page. |
[node:author:mail] | The email address of the user account. | |
Following flag count | [node:author:flag-following-count] | Total flag count for flag Following |
Following flag link | [node:author:flag-following-link] | Flag/unflag link for Following |
Gender | [node:author:field_user_gender] | List (text) field. |
Text value | [node:author:field_user_gender:value] | |
Governorate | [node:author:field_user_governorate] | List (text) field. |
Text value | [node:author:field_user_governorate:value] | |
Language | [node:author:language] | The language of the user. |
Direction | [node:author:language:direction] | Whether the language is written left-to-right (ltr) or right-to-left (rtl). |
Domain | [node:author:language:domain] | The domain name to use for the language. |
Language code | [node:author:language:langcode] | The language code. |
Language name | [node:author:language:name] | The language name. |
Path prefix | [node:author:language:prefix] | Path prefix for URLs in the language. |
Last login | [node:author:last-login] | The date the user last logged in to the site. |
Custom format | [node:author:last-login:custom:?] | A date in a custom format. See the PHP documentation for details. |
Fallback date format | [node:author:last-login:fallback] | A date in 'fallback' format. (Sat, 12/07/2024 - 05:10) |
HTML Date | [node:author:last-login:html_date] | A date in 'html_date' format. (2024-12-07) |
HTML Datetime | [node:author:last-login:html_datetime] | A date in 'html_datetime' format. (2024-12-07T05:10:40+0200) |
HTML Month | [node:author:last-login:html_month] | A date in 'html_month' format. (2024-12) |
HTML Time | [node:author:last-login:html_time] | A date in 'html_time' format. (05:10:40) |
HTML Week | [node:author:last-login:html_week] | A date in 'html_week' format. (2024-W49) |
HTML Year | [node:author:last-login:html_year] | A date in 'html_year' format. (2024) |
HTML Yearless date | [node:author:last-login:html_yearless_date] | A date in 'html_yearless_date' format. (12-07) |
Long format | [node:author:last-login:long] | A date in 'long' format. (Saturday, December 7, 2024 - 05:10) |
Medium format | [node:author:last-login:medium] | A date in 'medium' format. (Sat, 12/07/2024 - 05:10) |
Raw timestamp | [node:author:last-login:raw] | A date in UNIX timestamp format (1733541040) |
Short format | [node:author:last-login:short] | A date in 'short' format. (12/07/2024 - 05:10) |
Time-since | [node:author:last-login:since] | A date in 'time-since' format. (6 minutes) |
Original user | [node:author:original] | The original user data if the user is being updated or saved. |
Account Name | [node:author:original:account-name] | The login name of the user account. |
Avatar | [node:author:original:field_user_avatar] | List (text) field. |
Birth Date | [node:author:original:field_user_birth_date] | Date field. |
Created | [node:author:original:created] | The date the user account was created. |
Deprecated: User Name | [node:author:original:name] | Deprecated: Use account-name or display-name instead. |
Display Name | [node:author:original:display-name] | The display name of the user account. |
Edit URL | [node:author:original:edit-url] | The URL of the account edit page. |
[node:author:original:mail] | The email address of the user account. | |
Following flag count | [node:author:original:flag-following-count] | Total flag count for flag Following |
Following flag link | [node:author:original:flag-following-link] | Flag/unflag link for Following |
Gender | [node:author:original:field_user_gender] | List (text) field. |
Governorate | [node:author:original:field_user_governorate] | List (text) field. |
Language | [node:author:original:language] | The language of the user. |
Last login | [node:author:original:last-login] | The date the user last logged in to the site. |
Picture | [node:author:original:user_picture] | Image field. |
Roles | [node:author:original:roles] | The user roles associated with the user account. |
URL | [node:author:original:url] | The URL of the account profile page. |
User ID | [node:author:original:uid] | The unique ID of the user account. |
User role ids | [node:author:original:role-ids] | The role ids the user account is a member of as comma separated list. |
User role names | [node:author:original:role-names] | The role names the user account is a member of as comma separated list. |
Picture | [node:author:user_picture] | Image field. |
Alternative text | [node:author:user_picture:alt] | Alternative image text, for the image's 'alt' attribute. |
File | [node:author:user_picture:entity] | The referenced entity |
File ID | [node:author:user_picture:target_id] | |
Height | [node:author:user_picture:height] | The height of the image in pixels. |
Large (480×480) | [node:author:user_picture:large] | Represents the image in the given image style. |
Media Entity Browser thumbnail | [node:author:user_picture:media_entity_browser_thumbnail] | Represents the image in the given image style. |
Media Library thumbnail (220×220) | [node:author:user_picture:media_library] | Represents the image in the given image style. |
Medium (220×220) | [node:author:user_picture:medium] | Represents the image in the given image style. |
Thumbnail (100×100) | [node:author:user_picture:thumbnail] | Represents the image in the given image style. |
Title | [node:author:user_picture:title] | Image title text, for the image's 'title' attribute. |
Width | [node:author:user_picture:width] | The width of the image in pixels. |
Roles | [node:author:roles] | The user roles associated with the user account. |
Count | [node:author:roles:count] | The number of elements in the array. |
First | [node:author:roles:first] | The first element of the array. |
Imploded | [node:author:roles:join:?] | The values of the array joined together with a custom string in-between each value. |
Joined path | [node:author:roles:join-path] | The array values each cleaned by Pathauto and then joined with the slash into a string that resembles an URL. |
Keys | [node:author:roles:keys] | The array of keys of the array. |
Last | [node:author:roles:last] | The last element of the array. |
Reversed | [node:author:roles:reversed] | The array reversed. |
Value | [node:author:roles:value:?] | The specific value of the array. |
URL | [node:author:url] | The URL of the account profile page. |
Absolute URL | [node:author:url:absolute] | The absolute URL. |
Arguments | [node:author:url:args] | The specific argument of the current page (e.g. 'arg:1' on the page 'node/1' returns '1'). |
Brief URL | [node:author:url:brief] | The URL without the protocol and trailing backslash. |
Path | [node:author:url:path] | The path component of the URL. |
Relative URL | [node:author:url:relative] | The relative URL. |
Unaliased URL | [node:author:url:unaliased] | The unaliased URL. |
User ID | [node:author:uid] | The unique ID of the user account. |
User role ids | [node:author:role-ids] | The role ids the user account is a member of as comma separated list. |
User role names | [node:author:role-names] | The role names the user account is a member of as comma separated list. |
Background Image | [node:field_main_content_bg] | Entity reference field. |
Media | [node:field_main_content_bg:entity] | The referenced entity |
Audio file | [node:field_main_content_bg:entity:field_media_audio_file] | File field. |
Authored by | [node:field_main_content_bg:entity:uid] | Entity reference field. |
Authored on | [node:field_main_content_bg:entity:created] | Created field. |
Changed | [node:field_main_content_bg:entity:changed] | Last changed field. |
Default revision | [node:field_main_content_bg:entity:revision_default] | Boolean field. |
Default translation | [node:field_main_content_bg:entity:default_langcode] | Boolean field. |
Document | [node:field_main_content_bg:entity:field_media_document] | File field. |
ID | [node:field_main_content_bg:entity:mid] | Number (integer) field. |
Image | [node:field_main_content_bg:entity:field_media_image] | Image field. |
Language | [node:field_main_content_bg:entity:langcode] | Language field. |
Language | [node:field_main_content_bg:entity:language] | The language of the media. |
Media type | [node:field_main_content_bg:entity:bundle] | Entity reference field. |
Name | [node:field_main_content_bg:entity:name] | Text (plain) field. |
Original media | [node:field_main_content_bg:entity:original] | The original media data if the media is being updated or saved. |
Published | [node:field_main_content_bg:entity:status] | Boolean field. |
Revision create time | [node:field_main_content_bg:entity:revision_created] | Created field. |
Revision ID | [node:field_main_content_bg:entity:vid] | Number (integer) field. |
Revision log message | [node:field_main_content_bg:entity:revision_log_message] | Text (plain, long) field. |
Revision translation affected | [node:field_main_content_bg:entity:revision_translation_affected] | Boolean field. |
Revision user | [node:field_main_content_bg:entity:revision_user] | Entity reference field. |
Thumbnail | [node:field_main_content_bg:entity:thumbnail] | Image field. |
URL | [node:field_main_content_bg:entity:url] | The URL of the media. |
UUID | [node:field_main_content_bg:entity:uuid] | UUID field. |
Video file | [node:field_main_content_bg:entity:field_media_video_file] | File field. |
Video URL | [node:field_main_content_bg:entity:field_media_oembed_video] | Text (plain) field. |
Media ID | [node:field_main_content_bg:target_id] | |
Blocks | [node:field_blocks] | Block (plugin) field. |
Blocks type with delta 0 | [node:field_blocks:0] | |
Plugin ID | [node:field_blocks:0:plugin_id] | |
Blocks type with delta 1 | [node:field_blocks:1] | |
Plugin ID | [node:field_blocks:1:plugin_id] | |
Blocks type with delta 2 | [node:field_blocks:2] | |
Plugin ID | [node:field_blocks:2:plugin_id] | |
Blocks | [node:field_field_blocks_video] | Block (plugin) field. |
Blocks type with delta 0 | [node:field_field_blocks_video:0] | |
Plugin ID | [node:field_field_blocks_video:0:plugin_id] | |
Blocks type with delta 1 | [node:field_field_blocks_video:1] | |
Plugin ID | [node:field_field_blocks_video:1:plugin_id] | |
Blocks type with delta 2 | [node:field_field_blocks_video:2] | |
Plugin ID | [node:field_field_blocks_video:2:plugin_id] | |
Body | [node:body] | The main body text of the node. |
Bookmark flag count | [node:flag-bookmark-count] | Total flag count for flag Bookmark |
Bookmark flag link | [node:flag-bookmark-link] | Flag/unflag link for Bookmark |
Certificate | [node:field_course_certificate] | Text (plain) field. |
Text value | [node:field_course_certificate:value] | |
Content ID | [node:nid] | The unique ID of the content item, or "node". |
Content type | [node:content-type] | The content type of the node. |
Description | [node:content-type:description] | The optional description of the content type. |
Edit URL | [node:content-type:edit-url] | The URL of the content type's edit page. |
Machine-readable name | [node:content-type:machine-name] | The unique machine-readable name of the content type. |
Name | [node:content-type:name] | The name of the content type. |
Node count | [node:content-type:node-count] | The number of nodes belonging to the content type. |
Course Language | [node:field_course_language] | Text (plain) field. |
Text value | [node:field_course_language:value] | |
Date changed | [node:changed] | The date the node was most recently updated. |
Custom format | [node:changed:custom:?] | A date in a custom format. See the PHP documentation for details. |
Fallback date format | [node:changed:fallback] | A date in 'fallback' format. (Sat, 12/07/2024 - 05:10) |
HTML Date | [node:changed:html_date] | A date in 'html_date' format. (2024-12-07) |
HTML Datetime | [node:changed:html_datetime] | A date in 'html_datetime' format. (2024-12-07T05:10:40+0200) |
HTML Month | [node:changed:html_month] | A date in 'html_month' format. (2024-12) |
HTML Time | [node:changed:html_time] | A date in 'html_time' format. (05:10:40) |
HTML Week | [node:changed:html_week] | A date in 'html_week' format. (2024-W49) |
HTML Year | [node:changed:html_year] | A date in 'html_year' format. (2024) |
HTML Yearless date | [node:changed:html_yearless_date] | A date in 'html_yearless_date' format. (12-07) |
Long format | [node:changed:long] | A date in 'long' format. (Saturday, December 7, 2024 - 05:10) |
Medium format | [node:changed:medium] | A date in 'medium' format. (Sat, 12/07/2024 - 05:10) |
Raw timestamp | [node:changed:raw] | A date in UNIX timestamp format (1733541040) |
Short format | [node:changed:short] | A date in 'short' format. (12/07/2024 - 05:10) |
Time-since | [node:changed:since] | A date in 'time-since' format. (6 minutes) |
Date created | [node:created] | |
Custom format | [node:created:custom:?] | A date in a custom format. See the PHP documentation for details. |
Fallback date format | [node:created:fallback] | A date in 'fallback' format. (Sat, 12/07/2024 - 05:10) |
HTML Date | [node:created:html_date] | A date in 'html_date' format. (2024-12-07) |
HTML Datetime | [node:created:html_datetime] | A date in 'html_datetime' format. (2024-12-07T05:10:40+0200) |
HTML Month | [node:created:html_month] | A date in 'html_month' format. (2024-12) |
HTML Time | [node:created:html_time] | A date in 'html_time' format. (05:10:40) |
HTML Week | [node:created:html_week] | A date in 'html_week' format. (2024-W49) |
HTML Year | [node:created:html_year] | A date in 'html_year' format. (2024) |
HTML Yearless date | [node:created:html_yearless_date] | A date in 'html_yearless_date' format. (12-07) |
Long format | [node:created:long] | A date in 'long' format. (Saturday, December 7, 2024 - 05:10) |
Medium format | [node:created:medium] | A date in 'medium' format. (Sat, 12/07/2024 - 05:10) |
Raw timestamp | [node:created:raw] | A date in UNIX timestamp format (1733541040) |
Short format | [node:created:short] | A date in 'short' format. (12/07/2024 - 05:10) |
Time-since | [node:created:since] | A date in 'time-since' format. (6 minutes) |
Duration | [node:field_course_duration] | Text (plain) field. |
Text value | [node:field_course_duration:value] | |
Edit URL | [node:edit-url] | The URL of the node's edit page. |
Features | [node:field_course_features] | Entity reference revisions field. |
Features type with delta 0 | [node:field_course_features:0] | |
Paragraph | [node:field_course_features:0:entity] | The referenced entity revision |
Paragraph ID | [node:field_course_features:0:target_id] | |
Paragraph revision ID | [node:field_course_features:0:target_revision_id] | |
Features type with delta 1 | [node:field_course_features:1] | |
Paragraph | [node:field_course_features:1:entity] | The referenced entity revision |
Paragraph ID | [node:field_course_features:1:target_id] | |
Paragraph revision ID | [node:field_course_features:1:target_revision_id] | |
Features type with delta 2 | [node:field_course_features:2] | |
Paragraph | [node:field_course_features:2:entity] | The referenced entity revision |
Paragraph ID | [node:field_course_features:2:target_id] | |
Paragraph revision ID | [node:field_course_features:2:target_revision_id] | |
Language | [node:language] | The language of the content. |
Direction | [node:language:direction] | Whether the language is written left-to-right (ltr) or right-to-left (rtl). |
Domain | [node:language:domain] | The domain name to use for the language. |
Language code | [node:language:langcode] | The language code. |
Language name | [node:language:name] | The language name. |
Path prefix | [node:language:prefix] | Path prefix for URLs in the language. |
Language code | [node:langcode] | The language code of the language the node is written in. |
Main content | [node:field_main_content] | Text (formatted, long) field. |
Text | [node:field_main_content:value] | |
Text format | [node:field_main_content:format] | |
Menu link | [node:menu-link] | The menu link for this node. |
Edit URL | [node:menu-link:edit-url] | The URL of the menu link's edit page. |
Link ID | [node:menu-link:mlid] | The unique ID of the menu link. |
Menu | [node:menu-link:menu] | The menu of the menu link. |
Description | [node:menu-link:menu:description] | The optional description of the menu. |
Edit URL | [node:menu-link:menu:edit-url] | The URL of the menu's edit page. |
Machine-readable name | [node:menu-link:menu:machine-name] | The unique machine-readable name of the menu. |
Menu link count | [node:menu-link:menu:menu-link-count] | The number of menu links belonging to the menu. |
Name | [node:menu-link:menu:name] | The name of the menu. |
Parent | [node:menu-link:parent] | The menu link's parent. |
Edit URL | [node:menu-link:parent:edit-url] | The URL of the menu link's edit page. |
Link ID | [node:menu-link:parent:mlid] | The unique ID of the menu link. |
Menu | [node:menu-link:parent:menu] | The menu of the menu link. |
Parents | [node:menu-link:parent:parents] | An array of all the menu link's parents, starting with the root. |
Root | [node:menu-link:parent:root] | The menu link's root. |
Title | [node:menu-link:parent:title] | The title of the menu link. |
URL | [node:menu-link:parent:url] | The URL of the menu link. |
Parents | [node:menu-link:parents] | An array of all the menu link's parents, starting with the root. |
Count | [node:menu-link:parents:count] | The number of elements in the array. |
First | [node:menu-link:parents:first] | The first element of the array. |
Imploded | [node:menu-link:parents:join:?] | The values of the array joined together with a custom string in-between each value. |
Joined path | [node:menu-link:parents:join-path] | The array values each cleaned by Pathauto and then joined with the slash into a string that resembles an URL. |
Keys | [node:menu-link:parents:keys] | The array of keys of the array. |
Last | [node:menu-link:parents:last] | The last element of the array. |
Reversed | [node:menu-link:parents:reversed] | The array reversed. |
Value | [node:menu-link:parents:value:?] | The specific value of the array. |
Root | [node:menu-link:root] | The menu link's root. |
Edit URL | [node:menu-link:root:edit-url] | The URL of the menu link's edit page. |
Link ID | [node:menu-link:root:mlid] | The unique ID of the menu link. |
Menu | [node:menu-link:root:menu] | The menu of the menu link. |
Parent | [node:menu-link:root:parent] | The menu link's parent. |
Parents | [node:menu-link:root:parents] | An array of all the menu link's parents, starting with the root. |
Title | [node:menu-link:root:title] | The title of the menu link. |
URL | [node:menu-link:root:url] | The URL of the menu link. |
Title | [node:menu-link:title] | The title of the menu link. |
URL | [node:menu-link:url] | The URL of the menu link. |
Absolute URL | [node:menu-link:url:absolute] | The absolute URL. |
Arguments | [node:menu-link:url:args] | The specific argument of the current page (e.g. 'arg:1' on the page 'node/1' returns '1'). |
Brief URL | [node:menu-link:url:brief] | The URL without the protocol and trailing backslash. |
Path | [node:menu-link:url:path] | The path component of the URL. |
Relative URL | [node:menu-link:url:relative] | The relative URL. |
Unaliased URL | [node:menu-link:url:unaliased] | The unaliased URL. |
Meta Tags | [node:field_meta_tags] | Meta tags field. Also known as Meta tags. |
Metatag | [node:field_meta_tags:value] | |
Original content | [node:original] | The original content data if the content is being updated or saved. |
Achievements | [node:original:field_achievements] | Text (formatted, long, with summary) field. |
Summary | [node:original:field_achievements:summary] | |
Text | [node:original:field_achievements:value] | |
Text format | [node:original:field_achievements:format] | |
audio | [node:original:field_audio] | File field. |
Description | [node:original:field_audio:description] | |
Display | [node:original:field_audio:display] | Flag to control whether this file should be displayed when viewing content |
File | [node:original:field_audio:entity] | The referenced entity |
File ID | [node:original:field_audio:target_id] | |
Author | [node:original:author] | |
Account Name | [node:original:author:account-name] | The login name of the user account. |
Avatar | [node:original:author:field_user_avatar] | List (text) field. |
Birth Date | [node:original:author:field_user_birth_date] | Date field. |
Created | [node:original:author:created] | The date the user account was created. |
Deprecated: User Name | [node:original:author:name] | Deprecated: Use account-name or display-name instead. |
Display Name | [node:original:author:display-name] | The display name of the user account. |
Edit URL | [node:original:author:edit-url] | The URL of the account edit page. |
[node:original:author:mail] | The email address of the user account. | |
Following flag count | [node:original:author:flag-following-count] | Total flag count for flag Following |
Following flag link | [node:original:author:flag-following-link] | Flag/unflag link for Following |
Gender | [node:original:author:field_user_gender] | List (text) field. |
Governorate | [node:original:author:field_user_governorate] | List (text) field. |
Language | [node:original:author:language] | The language of the user. |
Last login | [node:original:author:last-login] | The date the user last logged in to the site. |
Picture | [node:original:author:user_picture] | Image field. |
Roles | [node:original:author:roles] | The user roles associated with the user account. |
URL | [node:original:author:url] | The URL of the account profile page. |
User ID | [node:original:author:uid] | The unique ID of the user account. |
User role ids | [node:original:author:role-ids] | The role ids the user account is a member of as comma separated list. |
User role names | [node:original:author:role-names] | The role names the user account is a member of as comma separated list. |
Background Image | [node:original:field_main_content_bg] | Entity reference field. |
Media | [node:original:field_main_content_bg:entity] | The referenced entity |
Media ID | [node:original:field_main_content_bg:target_id] | |
Blocks | [node:original:field_blocks] | Block (plugin) field. |
Blocks type with delta 0 | [node:original:field_blocks:0] | |
Blocks type with delta 1 | [node:original:field_blocks:1] | |
Blocks type with delta 2 | [node:original:field_blocks:2] | |
Blocks | [node:original:field_field_blocks_video] | Block (plugin) field. |
Blocks type with delta 0 | [node:original:field_field_blocks_video:0] | |
Blocks type with delta 1 | [node:original:field_field_blocks_video:1] | |
Blocks type with delta 2 | [node:original:field_field_blocks_video:2] | |
Body | [node:original:body] | The main body text of the node. |
Bookmark flag count | [node:original:flag-bookmark-count] | Total flag count for flag Bookmark |
Bookmark flag link | [node:original:flag-bookmark-link] | Flag/unflag link for Bookmark |
Certificate | [node:original:field_course_certificate] | Text (plain) field. |
Text value | [node:original:field_course_certificate:value] | |
Content ID | [node:original:nid] | The unique ID of the content item, or "node". |
Content type | [node:original:content-type] | The content type of the node. |
Description | [node:original:content-type:description] | The optional description of the content type. |
Edit URL | [node:original:content-type:edit-url] | The URL of the content type's edit page. |
Machine-readable name | [node:original:content-type:machine-name] | The unique machine-readable name of the content type. |
Name | [node:original:content-type:name] | The name of the content type. |
Node count | [node:original:content-type:node-count] | The number of nodes belonging to the content type. |
Course Language | [node:original:field_course_language] | Text (plain) field. |
Text value | [node:original:field_course_language:value] | |
Date changed | [node:original:changed] | The date the node was most recently updated. |
Custom format | [node:original:changed:custom:?] | A date in a custom format. See the PHP documentation for details. |
Fallback date format | [node:original:changed:fallback] | A date in 'fallback' format. (Sat, 12/07/2024 - 05:10) |
HTML Date | [node:original:changed:html_date] | A date in 'html_date' format. (2024-12-07) |
HTML Datetime | [node:original:changed:html_datetime] | A date in 'html_datetime' format. (2024-12-07T05:10:40+0200) |
HTML Month | [node:original:changed:html_month] | A date in 'html_month' format. (2024-12) |
HTML Time | [node:original:changed:html_time] | A date in 'html_time' format. (05:10:40) |
HTML Week | [node:original:changed:html_week] | A date in 'html_week' format. (2024-W49) |
HTML Year | [node:original:changed:html_year] | A date in 'html_year' format. (2024) |
HTML Yearless date | [node:original:changed:html_yearless_date] | A date in 'html_yearless_date' format. (12-07) |
Long format | [node:original:changed:long] | A date in 'long' format. (Saturday, December 7, 2024 - 05:10) |
Medium format | [node:original:changed:medium] | A date in 'medium' format. (Sat, 12/07/2024 - 05:10) |
Raw timestamp | [node:original:changed:raw] | A date in UNIX timestamp format (1733541040) |
Short format | [node:original:changed:short] | A date in 'short' format. (12/07/2024 - 05:10) |
Time-since | [node:original:changed:since] | A date in 'time-since' format. (6 minutes) |
Date created | [node:original:created] | |
Custom format | [node:original:created:custom:?] | A date in a custom format. See the PHP documentation for details. |
Fallback date format | [node:original:created:fallback] | A date in 'fallback' format. (Sat, 12/07/2024 - 05:10) |
HTML Date | [node:original:created:html_date] | A date in 'html_date' format. (2024-12-07) |
HTML Datetime | [node:original:created:html_datetime] | A date in 'html_datetime' format. (2024-12-07T05:10:40+0200) |
HTML Month | [node:original:created:html_month] | A date in 'html_month' format. (2024-12) |
HTML Time | [node:original:created:html_time] | A date in 'html_time' format. (05:10:40) |
HTML Week | [node:original:created:html_week] | A date in 'html_week' format. (2024-W49) |
HTML Year | [node:original:created:html_year] | A date in 'html_year' format. (2024) |
HTML Yearless date | [node:original:created:html_yearless_date] | A date in 'html_yearless_date' format. (12-07) |
Long format | [node:original:created:long] | A date in 'long' format. (Saturday, December 7, 2024 - 05:10) |
Medium format | [node:original:created:medium] | A date in 'medium' format. (Sat, 12/07/2024 - 05:10) |
Raw timestamp | [node:original:created:raw] | A date in UNIX timestamp format (1733541040) |
Short format | [node:original:created:short] | A date in 'short' format. (12/07/2024 - 05:10) |
Time-since | [node:original:created:since] | A date in 'time-since' format. (6 minutes) |
Duration | [node:original:field_course_duration] | Text (plain) field. |
Text value | [node:original:field_course_duration:value] | |
Edit URL | [node:original:edit-url] | The URL of the node's edit page. |
Features | [node:original:field_course_features] | Entity reference revisions field. |
Features type with delta 0 | [node:original:field_course_features:0] | |
Features type with delta 1 | [node:original:field_course_features:1] | |
Features type with delta 2 | [node:original:field_course_features:2] | |
Language | [node:original:language] | The language of the content. |
Direction | [node:original:language:direction] | Whether the language is written left-to-right (ltr) or right-to-left (rtl). |
Domain | [node:original:language:domain] | The domain name to use for the language. |
Language code | [node:original:language:langcode] | The language code. |
Language name | [node:original:language:name] | The language name. |
Path prefix | [node:original:language:prefix] | Path prefix for URLs in the language. |
Language code | [node:original:langcode] | The language code of the language the node is written in. |
Main content | [node:original:field_main_content] | Text (formatted, long) field. |
Text | [node:original:field_main_content:value] | |
Text format | [node:original:field_main_content:format] | |
Menu link | [node:original:menu-link] | The menu link for this node. |
Edit URL | [node:original:menu-link:edit-url] | The URL of the menu link's edit page. |
Link ID | [node:original:menu-link:mlid] | The unique ID of the menu link. |
Menu | [node:original:menu-link:menu] | The menu of the menu link. |
Parent | [node:original:menu-link:parent] | The menu link's parent. |
Parents | [node:original:menu-link:parents] | An array of all the menu link's parents, starting with the root. |
Root | [node:original:menu-link:root] | The menu link's root. |
Title | [node:original:menu-link:title] | The title of the menu link. |
URL | [node:original:menu-link:url] | The URL of the menu link. |
Meta Tags | [node:original:field_meta_tags] | Meta tags field. Also known as Meta tags. |
Metatag | [node:original:field_meta_tags:value] | |
Page Summary for SEO | [node:original:field_summary_for_seo] | Text (plain, long) field. |
Text value | [node:original:field_summary_for_seo:value] | |
Parts | [node:original:field_course_parts] | Text (plain) field. |
Text value | [node:original:field_course_parts:value] | |
Photo | [node:original:field_story_photo] | Image field. |
Alternative text | [node:original:field_story_photo:alt] | Alternative image text, for the image's 'alt' attribute. |
File | [node:original:field_story_photo:entity] | The referenced entity |
File ID | [node:original:field_story_photo:target_id] | |
Height | [node:original:field_story_photo:height] | The height of the image in pixels. |
Large (480×480) | [node:original:field_story_photo:large] | Represents the image in the given image style. |
Media Entity Browser thumbnail | [node:original:field_story_photo:media_entity_browser_thumbnail] | Represents the image in the given image style. |
Media Library thumbnail (220×220) | [node:original:field_story_photo:media_library] | Represents the image in the given image style. |
Medium (220×220) | [node:original:field_story_photo:medium] | Represents the image in the given image style. |
Thumbnail (100×100) | [node:original:field_story_photo:thumbnail] | Represents the image in the given image style. |
Title | [node:original:field_story_photo:title] | Image title text, for the image's 'title' attribute. |
Width | [node:original:field_story_photo:width] | The width of the image in pixels. |
Price | [node:original:field_course_price] | Text (plain) field. |
Text value | [node:original:field_course_price:value] | |
Questions & Answers | [node:original:field_questions_answers] | Entity reference revisions field. |
Questions & Answers type with delta 0 | [node:original:field_questions_answers:0] | |
Questions & Answers type with delta 1 | [node:original:field_questions_answers:1] | |
Questions & Answers type with delta 2 | [node:original:field_questions_answers:2] | |
Real-time SEO | [node:original:field_yoast_seo] | Real-time SEO status & focused keywords field. |
Focus Keyword | [node:original:field_yoast_seo:focus_keyword] | |
Status | [node:original:field_yoast_seo:status] | |
Register | [node:original:field_course_register] | Text (plain) field. |
Text value | [node:original:field_course_register:value] | |
Revision ID | [node:original:vid] | The unique ID of the node's latest revision. |
Revision log message | [node:original:log] | The explanation of the most recent changes made to the node. |
Section 2 Image | [node:original:field_hp_s2_image] | Entity reference field. |
Media | [node:original:field_hp_s2_image:entity] | The referenced entity |
Media ID | [node:original:field_hp_s2_image:target_id] | |
Section 2 Summary | [node:original:field_hp_s2_summary] | Text (formatted, long) field. |
Text | [node:original:field_hp_s2_summary:value] | |
Text format | [node:original:field_hp_s2_summary:format] | |
Section 2 Title | [node:original:field_hp_s2_title] | Text (plain) field. |
Text value | [node:original:field_hp_s2_title:value] | |
Section 3 Background Image | [node:original:field_hp_s3_background_image] | Entity reference field. |
Media | [node:original:field_hp_s3_background_image:entity] | The referenced entity |
Media ID | [node:original:field_hp_s3_background_image:target_id] | |
Section 3 Items | [node:original:field_hp_s3_items] | Entity reference revisions field. |
Section 3 Items type with delta 0 | [node:original:field_hp_s3_items:0] | |
Section 3 Items type with delta 1 | [node:original:field_hp_s3_items:1] | |
Section 3 Items type with delta 2 | [node:original:field_hp_s3_items:2] | |
Section 3 Title | [node:original:field_hp_s3_title] | Text (plain) field. |
Text value | [node:original:field_hp_s3_title:value] | |
Section 4 Images | [node:original:field_hp_s4_images] | Entity reference field. |
Section 4 Images type with delta 0 | [node:original:field_hp_s4_images:0] | |
Section 4 Images type with delta 1 | [node:original:field_hp_s4_images:1] | |
Section 4 Images type with delta 2 | [node:original:field_hp_s4_images:2] | |
Section 4 Snippet | [node:original:field_hp_s4_snippet] | Text (formatted, long) field. |
Text | [node:original:field_hp_s4_snippet:value] | |
Text format | [node:original:field_hp_s4_snippet:format] | |
Section 4 Title | [node:original:field_hp_s4_title] | Text (plain) field. |
Text value | [node:original:field_hp_s4_title:value] | |
Section 5 Title | [node:original:field_hp_s5_title] | Text (plain) field. |
Text value | [node:original:field_hp_s5_title:value] | |
Slider | [node:original:field_hp_slider] | Entity reference revisions field. |
Slider type with delta 0 | [node:original:field_hp_slider:0] | |
Slider type with delta 1 | [node:original:field_hp_slider:1] | |
Slider type with delta 2 | [node:original:field_hp_slider:2] | |
Stories | [node:original:field_hp_s5_stories] | Entity reference field. |
Stories type with delta 0 | [node:original:field_hp_s5_stories:0] | |
Stories type with delta 1 | [node:original:field_hp_s5_stories:1] | |
Stories type with delta 2 | [node:original:field_hp_s5_stories:2] | |
Story | [node:original:field_story_content] | Text (plain, long) field. |
Text value | [node:original:field_story_content:value] | |
Summary | [node:original:summary] | The summary of the node's main body text. |
Title | [node:original:title] | |
Top Image | [node:original:field_top_image] | Entity reference field. |
Media | [node:original:field_top_image:entity] | The referenced entity |
Media ID | [node:original:field_top_image:target_id] | |
Trainees guide | [node:original:field_course_guide] | File field. |
Description | [node:original:field_course_guide:description] | |
Display | [node:original:field_course_guide:display] | Flag to control whether this file should be displayed when viewing content |
File | [node:original:field_course_guide:entity] | The referenced entity |
File ID | [node:original:field_course_guide:target_id] | |
Trainer Guide | [node:original:field_trainer_guide] | File field. |
Description | [node:original:field_trainer_guide:description] | |
Display | [node:original:field_trainer_guide:display] | Flag to control whether this file should be displayed when viewing content |
File | [node:original:field_trainer_guide:entity] | The referenced entity |
File ID | [node:original:field_trainer_guide:target_id] | |
Translation source node | [node:original:source] | The source node for this current node's translation set. |
Achievements | [node:original:source:field_achievements] | Text (formatted, long, with summary) field. |
audio | [node:original:source:field_audio] | File field. |
Author | [node:original:source:author] | |
Background Image | [node:original:source:field_main_content_bg] | Entity reference field. |
Blocks | [node:original:source:field_blocks] | Block (plugin) field. |
Blocks | [node:original:source:field_field_blocks_video] | Block (plugin) field. |
Body | [node:original:source:body] | The main body text of the node. |
Bookmark flag count | [node:original:source:flag-bookmark-count] | Total flag count for flag Bookmark |
Bookmark flag link | [node:original:source:flag-bookmark-link] | Flag/unflag link for Bookmark |
Certificate | [node:original:source:field_course_certificate] | Text (plain) field. |
Content ID | [node:original:source:nid] | The unique ID of the content item, or "node". |
Content type | [node:original:source:content-type] | The content type of the node. |
Course Language | [node:original:source:field_course_language] | Text (plain) field. |
Date changed | [node:original:source:changed] | The date the node was most recently updated. |
Date created | [node:original:source:created] | |
Duration | [node:original:source:field_course_duration] | Text (plain) field. |
Edit URL | [node:original:source:edit-url] | The URL of the node's edit page. |
Features | [node:original:source:field_course_features] | Entity reference revisions field. |
Language | [node:original:source:language] | The language of the content. |
Language code | [node:original:source:langcode] | The language code of the language the node is written in. |
Main content | [node:original:source:field_main_content] | Text (formatted, long) field. |
Menu link | [node:original:source:menu-link] | The menu link for this node. |
Meta Tags | [node:original:source:field_meta_tags] | Meta tags field. Also known as Meta tags. |
Page Summary for SEO | [node:original:source:field_summary_for_seo] | Text (plain, long) field. |
Parts | [node:original:source:field_course_parts] | Text (plain) field. |
Photo | [node:original:source:field_story_photo] | Image field. |
Price | [node:original:source:field_course_price] | Text (plain) field. |
Questions & Answers | [node:original:source:field_questions_answers] | Entity reference revisions field. |
Real-time SEO | [node:original:source:field_yoast_seo] | Real-time SEO status & focused keywords field. |
Register | [node:original:source:field_course_register] | Text (plain) field. |
Revision ID | [node:original:source:vid] | The unique ID of the node's latest revision. |
Revision log message | [node:original:source:log] | The explanation of the most recent changes made to the node. |
Section 2 Image | [node:original:source:field_hp_s2_image] | Entity reference field. |
Section 2 Summary | [node:original:source:field_hp_s2_summary] | Text (formatted, long) field. |
Section 2 Title | [node:original:source:field_hp_s2_title] | Text (plain) field. |
Section 3 Background Image | [node:original:source:field_hp_s3_background_image] | Entity reference field. |
Section 3 Items | [node:original:source:field_hp_s3_items] | Entity reference revisions field. |
Section 3 Title | [node:original:source:field_hp_s3_title] | Text (plain) field. |
Section 4 Images | [node:original:source:field_hp_s4_images] | Entity reference field. |
Section 4 Snippet | [node:original:source:field_hp_s4_snippet] | Text (formatted, long) field. |
Section 4 Title | [node:original:source:field_hp_s4_title] | Text (plain) field. |
Section 5 Title | [node:original:source:field_hp_s5_title] | Text (plain) field. |
Slider | [node:original:source:field_hp_slider] | Entity reference revisions field. |
Stories | [node:original:source:field_hp_s5_stories] | Entity reference field. |
Story | [node:original:source:field_story_content] | Text (plain, long) field. |
Summary | [node:original:source:summary] | The summary of the node's main body text. |
Title | [node:original:source:title] | |
Top Image | [node:original:source:field_top_image] | Entity reference field. |
Trainees guide | [node:original:source:field_course_guide] | File field. |
Trainer Guide | [node:original:source:field_trainer_guide] | File field. |
URL | [node:original:source:url] | The URL of the node. |
video | [node:original:source:field_video] | File field. |
Video Poster | [node:original:source:field_video_poster] | Entity reference field. |
Webform | [node:original:source:webform] | Webform field. |
YouTube Link | [node:original:source:field_youtube_link] | Link field. |
URL | [node:original:url] | The URL of the node. |
Absolute URL | [node:original:url:absolute] | The absolute URL. |
Arguments | [node:original:url:args] | The specific argument of the current page (e.g. 'arg:1' on the page 'node/1' returns '1'). |
Brief URL | [node:original:url:brief] | The URL without the protocol and trailing backslash. |
Path | [node:original:url:path] | The path component of the URL. |
Relative URL | [node:original:url:relative] | The relative URL. |
Unaliased URL | [node:original:url:unaliased] | The unaliased URL. |
video | [node:original:field_video] | File field. |
Description | [node:original:field_video:description] | |
Display | [node:original:field_video:display] | Flag to control whether this file should be displayed when viewing content |
File | [node:original:field_video:entity] | The referenced entity |
File ID | [node:original:field_video:target_id] | |
Video Poster | [node:original:field_video_poster] | Entity reference field. |
Media | [node:original:field_video_poster:entity] | The referenced entity |
Media ID | [node:original:field_video_poster:target_id] | |
Webform | [node:original:webform] | Webform field. |
Close value | [node:original:webform:close] | |
Default submission data | [node:original:webform:default_data] | |
Open value | [node:original:webform:open] | |
Status | [node:original:webform:status] | Flag to control whether this webform should be open or closed to new submissions. |
Webform | [node:original:webform:entity] | The referenced entity |
Webform ID | [node:original:webform:target_id] | |
YouTube Link | [node:original:field_youtube_link] | Link field. |
Link text | [node:original:field_youtube_link:title] | |
URI | [node:original:field_youtube_link:uri] | |
Page Summary for SEO | [node:field_summary_for_seo] | Text (plain, long) field. |
Text value | [node:field_summary_for_seo:value] | |
Parts | [node:field_course_parts] | Text (plain) field. |
Text value | [node:field_course_parts:value] | |
Photo | [node:field_story_photo] | Image field. |
Alternative text | [node:field_story_photo:alt] | Alternative image text, for the image's 'alt' attribute. |
File | [node:field_story_photo:entity] | The referenced entity |
Alt Text | [node:field_story_photo:entity:field_image_alt_text] | Text (plain) field. |
Base name | [node:field_story_photo:entity:basename] | The base name of the file. |
Changed | [node:field_story_photo:entity:changed] | The date the file was most recently changed. |
Created | [node:field_story_photo:entity:created] | The date the file created. |
Download URL | [node:field_story_photo:entity:download-url] | The URL to download the file directly. |
Extension | [node:field_story_photo:entity:extension] | The extension of the file. |
File byte size | [node:field_story_photo:entity:size-raw] | The size of the file, in bytes. |
File ID | [node:field_story_photo:entity:fid] | The unique ID of the uploaded file. |
File name | [node:field_story_photo:entity:name] | The name of the file. |
File size | [node:field_story_photo:entity:size] | The size of the file. |
File type | [node:field_story_photo:entity:type] | The file type of the file. |
Language | [node:field_story_photo:entity:language] | The language of the file. |
MIME type | [node:field_story_photo:entity:mime] | The MIME type of the file. |
Original file | [node:field_story_photo:entity:original] | The original file data if the file is being updated or saved. |
Owner | [node:field_story_photo:entity:owner] | The user who originally uploaded the file. |
Path | [node:field_story_photo:entity:path] | The location of the file relative to Drupal root. |
Title Text | [node:field_story_photo:entity:field_image_title_text] | Text (plain) field. |
URL | [node:field_story_photo:entity:url] | The web-accessible URL for the file. |
File ID | [node:field_story_photo:target_id] | |
Height | [node:field_story_photo:height] | The height of the image in pixels. |
Large (480×480) | [node:field_story_photo:large] | Represents the image in the given image style. |
File size | [node:field_story_photo:large:filesize] | The file size of the image. |
Height | [node:field_story_photo:large:height] | The height the image, in pixels. |
MIME type | [node:field_story_photo:large:mimetype] | The MIME type (image/png, image/bmp, etc.) of the image. |
URI | [node:field_story_photo:large:uri] | The URI to the image. |
URL | [node:field_story_photo:large:url] | The URL to the image. |
Width | [node:field_story_photo:large:width] | The width of the image, in pixels. |
Media Entity Browser thumbnail | [node:field_story_photo:media_entity_browser_thumbnail] | Represents the image in the given image style. |
File size | [node:field_story_photo:media_entity_browser_thumbnail:filesize] | The file size of the image. |
Height | [node:field_story_photo:media_entity_browser_thumbnail:height] | The height the image, in pixels. |
MIME type | [node:field_story_photo:media_entity_browser_thumbnail:mimetype] | The MIME type (image/png, image/bmp, etc.) of the image. |
URI | [node:field_story_photo:media_entity_browser_thumbnail:uri] | The URI to the image. |
URL | [node:field_story_photo:media_entity_browser_thumbnail:url] | The URL to the image. |
Width | [node:field_story_photo:media_entity_browser_thumbnail:width] | The width of the image, in pixels. |
Media Library thumbnail (220×220) | [node:field_story_photo:media_library] | Represents the image in the given image style. |
File size | [node:field_story_photo:media_library:filesize] | The file size of the image. |
Height | [node:field_story_photo:media_library:height] | The height the image, in pixels. |
MIME type | [node:field_story_photo:media_library:mimetype] | The MIME type (image/png, image/bmp, etc.) of the image. |
URI | [node:field_story_photo:media_library:uri] | The URI to the image. |
URL | [node:field_story_photo:media_library:url] | The URL to the image. |
Width | [node:field_story_photo:media_library:width] | The width of the image, in pixels. |
Medium (220×220) | [node:field_story_photo:medium] | Represents the image in the given image style. |
File size | [node:field_story_photo:medium:filesize] | The file size of the image. |
Height | [node:field_story_photo:medium:height] | The height the image, in pixels. |
MIME type | [node:field_story_photo:medium:mimetype] | The MIME type (image/png, image/bmp, etc.) of the image. |
URI | [node:field_story_photo:medium:uri] | The URI to the image. |
URL | [node:field_story_photo:medium:url] | The URL to the image. |
Width | [node:field_story_photo:medium:width] | The width of the image, in pixels. |
Thumbnail (100×100) | [node:field_story_photo:thumbnail] | Represents the image in the given image style. |
File size | [node:field_story_photo:thumbnail:filesize] | The file size of the image. |
Height | [node:field_story_photo:thumbnail:height] | The height the image, in pixels. |
MIME type | [node:field_story_photo:thumbnail:mimetype] | The MIME type (image/png, image/bmp, etc.) of the image. |
URI | [node:field_story_photo:thumbnail:uri] | The URI to the image. |
URL | [node:field_story_photo:thumbnail:url] | The URL to the image. |
Width | [node:field_story_photo:thumbnail:width] | The width of the image, in pixels. |
Title | [node:field_story_photo:title] | Image title text, for the image's 'title' attribute. |
Width | [node:field_story_photo:width] | The width of the image in pixels. |
Price | [node:field_course_price] | Text (plain) field. |
Text value | [node:field_course_price:value] | |
Questions & Answers | [node:field_questions_answers] | Entity reference revisions field. |
Questions & Answers type with delta 0 | [node:field_questions_answers:0] | |
Paragraph | [node:field_questions_answers:0:entity] | The referenced entity revision |
Paragraph ID | [node:field_questions_answers:0:target_id] | |
Paragraph revision ID | [node:field_questions_answers:0:target_revision_id] | |
Questions & Answers type with delta 1 | [node:field_questions_answers:1] | |
Paragraph | [node:field_questions_answers:1:entity] | The referenced entity revision |
Paragraph ID | [node:field_questions_answers:1:target_id] | |
Paragraph revision ID | [node:field_questions_answers:1:target_revision_id] | |
Questions & Answers type with delta 2 | [node:field_questions_answers:2] | |
Paragraph | [node:field_questions_answers:2:entity] | The referenced entity revision |
Paragraph ID | [node:field_questions_answers:2:target_id] | |
Paragraph revision ID | [node:field_questions_answers:2:target_revision_id] | |
Real-time SEO | [node:field_yoast_seo] | Real-time SEO status & focused keywords field. |
Focus Keyword | [node:field_yoast_seo:focus_keyword] | |
Status | [node:field_yoast_seo:status] | |
Register | [node:field_course_register] | Text (plain) field. |
Text value | [node:field_course_register:value] | |
Revision ID | [node:vid] | The unique ID of the node's latest revision. |
Revision log message | [node:log] | The explanation of the most recent changes made to the node. |
Section 2 Image | [node:field_hp_s2_image] | Entity reference field. |
Media | [node:field_hp_s2_image:entity] | The referenced entity |
Audio file | [node:field_hp_s2_image:entity:field_media_audio_file] | File field. |
Authored by | [node:field_hp_s2_image:entity:uid] | Entity reference field. |
Authored on | [node:field_hp_s2_image:entity:created] | Created field. |
Changed | [node:field_hp_s2_image:entity:changed] | Last changed field. |
Default revision | [node:field_hp_s2_image:entity:revision_default] | Boolean field. |
Default translation | [node:field_hp_s2_image:entity:default_langcode] | Boolean field. |
Document | [node:field_hp_s2_image:entity:field_media_document] | File field. |
ID | [node:field_hp_s2_image:entity:mid] | Number (integer) field. |
Image | [node:field_hp_s2_image:entity:field_media_image] | Image field. |
Language | [node:field_hp_s2_image:entity:langcode] | Language field. |
Language | [node:field_hp_s2_image:entity:language] | The language of the media. |
Media type | [node:field_hp_s2_image:entity:bundle] | Entity reference field. |
Name | [node:field_hp_s2_image:entity:name] | Text (plain) field. |
Original media | [node:field_hp_s2_image:entity:original] | The original media data if the media is being updated or saved. |
Published | [node:field_hp_s2_image:entity:status] | Boolean field. |
Revision create time | [node:field_hp_s2_image:entity:revision_created] | Created field. |
Revision ID | [node:field_hp_s2_image:entity:vid] | Number (integer) field. |
Revision log message | [node:field_hp_s2_image:entity:revision_log_message] | Text (plain, long) field. |
Revision translation affected | [node:field_hp_s2_image:entity:revision_translation_affected] | Boolean field. |
Revision user | [node:field_hp_s2_image:entity:revision_user] | Entity reference field. |
Thumbnail | [node:field_hp_s2_image:entity:thumbnail] | Image field. |
URL | [node:field_hp_s2_image:entity:url] | The URL of the media. |
UUID | [node:field_hp_s2_image:entity:uuid] | UUID field. |
Video file | [node:field_hp_s2_image:entity:field_media_video_file] | File field. |
Video URL | [node:field_hp_s2_image:entity:field_media_oembed_video] | Text (plain) field. |
Media ID | [node:field_hp_s2_image:target_id] | |
Section 2 Summary | [node:field_hp_s2_summary] | Text (formatted, long) field. |
Text | [node:field_hp_s2_summary:value] | |
Text format | [node:field_hp_s2_summary:format] | |
Section 2 Title | [node:field_hp_s2_title] | Text (plain) field. |
Text value | [node:field_hp_s2_title:value] | |
Section 3 Background Image | [node:field_hp_s3_background_image] | Entity reference field. |
Media | [node:field_hp_s3_background_image:entity] | The referenced entity |
Audio file | [node:field_hp_s3_background_image:entity:field_media_audio_file] | File field. |
Authored by | [node:field_hp_s3_background_image:entity:uid] | Entity reference field. |
Authored on | [node:field_hp_s3_background_image:entity:created] | Created field. |
Changed | [node:field_hp_s3_background_image:entity:changed] | Last changed field. |
Default revision | [node:field_hp_s3_background_image:entity:revision_default] | Boolean field. |
Default translation | [node:field_hp_s3_background_image:entity:default_langcode] | Boolean field. |
Document | [node:field_hp_s3_background_image:entity:field_media_document] | File field. |
ID | [node:field_hp_s3_background_image:entity:mid] | Number (integer) field. |
Image | [node:field_hp_s3_background_image:entity:field_media_image] | Image field. |
Language | [node:field_hp_s3_background_image:entity:langcode] | Language field. |
Language | [node:field_hp_s3_background_image:entity:language] | The language of the media. |
Media type | [node:field_hp_s3_background_image:entity:bundle] | Entity reference field. |
Name | [node:field_hp_s3_background_image:entity:name] | Text (plain) field. |
Original media | [node:field_hp_s3_background_image:entity:original] | The original media data if the media is being updated or saved. |
Published | [node:field_hp_s3_background_image:entity:status] | Boolean field. |
Revision create time | [node:field_hp_s3_background_image:entity:revision_created] | Created field. |
Revision ID | [node:field_hp_s3_background_image:entity:vid] | Number (integer) field. |
Revision log message | [node:field_hp_s3_background_image:entity:revision_log_message] | Text (plain, long) field. |
Revision translation affected | [node:field_hp_s3_background_image:entity:revision_translation_affected] | Boolean field. |
Revision user | [node:field_hp_s3_background_image:entity:revision_user] | Entity reference field. |
Thumbnail | [node:field_hp_s3_background_image:entity:thumbnail] | Image field. |
URL | [node:field_hp_s3_background_image:entity:url] | The URL of the media. |
UUID | [node:field_hp_s3_background_image:entity:uuid] | UUID field. |
Video file | [node:field_hp_s3_background_image:entity:field_media_video_file] | File field. |
Video URL | [node:field_hp_s3_background_image:entity:field_media_oembed_video] | Text (plain) field. |
Media ID | [node:field_hp_s3_background_image:target_id] | |
Section 3 Items | [node:field_hp_s3_items] | Entity reference revisions field. |
Section 3 Items type with delta 0 | [node:field_hp_s3_items:0] | |
Paragraph | [node:field_hp_s3_items:0:entity] | The referenced entity revision |
Paragraph ID | [node:field_hp_s3_items:0:target_id] | |
Paragraph revision ID | [node:field_hp_s3_items:0:target_revision_id] | |
Section 3 Items type with delta 1 | [node:field_hp_s3_items:1] | |
Paragraph | [node:field_hp_s3_items:1:entity] | The referenced entity revision |
Paragraph ID | [node:field_hp_s3_items:1:target_id] | |
Paragraph revision ID | [node:field_hp_s3_items:1:target_revision_id] | |
Section 3 Items type with delta 2 | [node:field_hp_s3_items:2] | |
Paragraph | [node:field_hp_s3_items:2:entity] | The referenced entity revision |
Paragraph ID | [node:field_hp_s3_items:2:target_id] | |
Paragraph revision ID | [node:field_hp_s3_items:2:target_revision_id] | |
Section 3 Title | [node:field_hp_s3_title] | Text (plain) field. |
Text value | [node:field_hp_s3_title:value] | |
Section 4 Images | [node:field_hp_s4_images] | Entity reference field. |
Section 4 Images type with delta 0 | [node:field_hp_s4_images:0] | |
Media | [node:field_hp_s4_images:0:entity] | The referenced entity |
Media ID | [node:field_hp_s4_images:0:target_id] | |
Section 4 Images type with delta 1 | [node:field_hp_s4_images:1] | |
Media | [node:field_hp_s4_images:1:entity] | The referenced entity |
Media ID | [node:field_hp_s4_images:1:target_id] | |
Section 4 Images type with delta 2 | [node:field_hp_s4_images:2] | |
Media | [node:field_hp_s4_images:2:entity] | The referenced entity |
Media ID | [node:field_hp_s4_images:2:target_id] | |
Section 4 Snippet | [node:field_hp_s4_snippet] | Text (formatted, long) field. |
Text | [node:field_hp_s4_snippet:value] | |
Text format | [node:field_hp_s4_snippet:format] | |
Section 4 Title | [node:field_hp_s4_title] | Text (plain) field. |
Text value | [node:field_hp_s4_title:value] | |
Section 5 Title | [node:field_hp_s5_title] | Text (plain) field. |
Text value | [node:field_hp_s5_title:value] | |
Slider | [node:field_hp_slider] | Entity reference revisions field. |
Slider type with delta 0 | [node:field_hp_slider:0] | |
Paragraph | [node:field_hp_slider:0:entity] | The referenced entity revision |
Paragraph ID | [node:field_hp_slider:0:target_id] | |
Paragraph revision ID | [node:field_hp_slider:0:target_revision_id] | |
Slider type with delta 1 | [node:field_hp_slider:1] | |
Paragraph | [node:field_hp_slider:1:entity] | The referenced entity revision |
Paragraph ID | [node:field_hp_slider:1:target_id] | |
Paragraph revision ID | [node:field_hp_slider:1:target_revision_id] | |
Slider type with delta 2 | [node:field_hp_slider:2] | |
Paragraph | [node:field_hp_slider:2:entity] | The referenced entity revision |
Paragraph ID | [node:field_hp_slider:2:target_id] | |
Paragraph revision ID | [node:field_hp_slider:2:target_revision_id] | |
Stories | [node:field_hp_s5_stories] | Entity reference field. |
Stories type with delta 0 | [node:field_hp_s5_stories:0] | |
Content | [node:field_hp_s5_stories:0:entity] | The referenced entity |
Content ID | [node:field_hp_s5_stories:0:target_id] | |
Stories type with delta 1 | [node:field_hp_s5_stories:1] | |
Content | [node:field_hp_s5_stories:1:entity] | The referenced entity |
Content ID | [node:field_hp_s5_stories:1:target_id] | |
Stories type with delta 2 | [node:field_hp_s5_stories:2] | |
Content | [node:field_hp_s5_stories:2:entity] | The referenced entity |
Content ID | [node:field_hp_s5_stories:2:target_id] | |
Story | [node:field_story_content] | Text (plain, long) field. |
Text value | [node:field_story_content:value] | |
Summary | [node:summary] | The summary of the node's main body text. |
Title | [node:title] | |
Top Image | [node:field_top_image] | Entity reference field. |
Media | [node:field_top_image:entity] | The referenced entity |
Audio file | [node:field_top_image:entity:field_media_audio_file] | File field. |
Authored by | [node:field_top_image:entity:uid] | Entity reference field. |
Authored on | [node:field_top_image:entity:created] | Created field. |
Changed | [node:field_top_image:entity:changed] | Last changed field. |
Default revision | [node:field_top_image:entity:revision_default] | Boolean field. |
Default translation | [node:field_top_image:entity:default_langcode] | Boolean field. |
Document | [node:field_top_image:entity:field_media_document] | File field. |
ID | [node:field_top_image:entity:mid] | Number (integer) field. |
Image | [node:field_top_image:entity:field_media_image] | Image field. |
Language | [node:field_top_image:entity:langcode] | Language field. |
Language | [node:field_top_image:entity:language] | The language of the media. |
Media type | [node:field_top_image:entity:bundle] | Entity reference field. |
Name | [node:field_top_image:entity:name] | Text (plain) field. |
Original media | [node:field_top_image:entity:original] | The original media data if the media is being updated or saved. |
Published | [node:field_top_image:entity:status] | Boolean field. |
Revision create time | [node:field_top_image:entity:revision_created] | Created field. |
Revision ID | [node:field_top_image:entity:vid] | Number (integer) field. |
Revision log message | [node:field_top_image:entity:revision_log_message] | Text (plain, long) field. |
Revision translation affected | [node:field_top_image:entity:revision_translation_affected] | Boolean field. |
Revision user | [node:field_top_image:entity:revision_user] | Entity reference field. |
Thumbnail | [node:field_top_image:entity:thumbnail] | Image field. |
URL | [node:field_top_image:entity:url] | The URL of the media. |
UUID | [node:field_top_image:entity:uuid] | UUID field. |
Video file | [node:field_top_image:entity:field_media_video_file] | File field. |
Video URL | [node:field_top_image:entity:field_media_oembed_video] | Text (plain) field. |
Media ID | [node:field_top_image:target_id] | |
Trainees guide | [node:field_course_guide] | File field. |
Description | [node:field_course_guide:description] | |
Display | [node:field_course_guide:display] | Flag to control whether this file should be displayed when viewing content |
File | [node:field_course_guide:entity] | The referenced entity |
Alt Text | [node:field_course_guide:entity:field_image_alt_text] | Text (plain) field. |
Base name | [node:field_course_guide:entity:basename] | The base name of the file. |
Changed | [node:field_course_guide:entity:changed] | The date the file was most recently changed. |
Created | [node:field_course_guide:entity:created] | The date the file created. |
Download URL | [node:field_course_guide:entity:download-url] | The URL to download the file directly. |
Extension | [node:field_course_guide:entity:extension] | The extension of the file. |
File byte size | [node:field_course_guide:entity:size-raw] | The size of the file, in bytes. |
File ID | [node:field_course_guide:entity:fid] | The unique ID of the uploaded file. |
File name | [node:field_course_guide:entity:name] | The name of the file. |
File size | [node:field_course_guide:entity:size] | The size of the file. |
File type | [node:field_course_guide:entity:type] | The file type of the file. |
Language | [node:field_course_guide:entity:language] | The language of the file. |
MIME type | [node:field_course_guide:entity:mime] | The MIME type of the file. |
Original file | [node:field_course_guide:entity:original] | The original file data if the file is being updated or saved. |
Owner | [node:field_course_guide:entity:owner] | The user who originally uploaded the file. |
Path | [node:field_course_guide:entity:path] | The location of the file relative to Drupal root. |
Title Text | [node:field_course_guide:entity:field_image_title_text] | Text (plain) field. |
URL | [node:field_course_guide:entity:url] | The web-accessible URL for the file. |
File ID | [node:field_course_guide:target_id] | |
Trainer Guide | [node:field_trainer_guide] | File field. |
Description | [node:field_trainer_guide:description] | |
Display | [node:field_trainer_guide:display] | Flag to control whether this file should be displayed when viewing content |
File | [node:field_trainer_guide:entity] | The referenced entity |
Alt Text | [node:field_trainer_guide:entity:field_image_alt_text] | Text (plain) field. |
Base name | [node:field_trainer_guide:entity:basename] | The base name of the file. |
Changed | [node:field_trainer_guide:entity:changed] | The date the file was most recently changed. |
Created | [node:field_trainer_guide:entity:created] | The date the file created. |
Download URL | [node:field_trainer_guide:entity:download-url] | The URL to download the file directly. |
Extension | [node:field_trainer_guide:entity:extension] | The extension of the file. |
File byte size | [node:field_trainer_guide:entity:size-raw] | The size of the file, in bytes. |
File ID | [node:field_trainer_guide:entity:fid] | The unique ID of the uploaded file. |
File name | [node:field_trainer_guide:entity:name] | The name of the file. |
File size | [node:field_trainer_guide:entity:size] | The size of the file. |
File type | [node:field_trainer_guide:entity:type] | The file type of the file. |
Language | [node:field_trainer_guide:entity:language] | The language of the file. |
MIME type | [node:field_trainer_guide:entity:mime] | The MIME type of the file. |
Original file | [node:field_trainer_guide:entity:original] | The original file data if the file is being updated or saved. |
Owner | [node:field_trainer_guide:entity:owner] | The user who originally uploaded the file. |
Path | [node:field_trainer_guide:entity:path] | The location of the file relative to Drupal root. |
Title Text | [node:field_trainer_guide:entity:field_image_title_text] | Text (plain) field. |
URL | [node:field_trainer_guide:entity:url] | The web-accessible URL for the file. |
File ID | [node:field_trainer_guide:target_id] | |
Translation source node | [node:source] | The source node for this current node's translation set. |
Achievements | [node:source:field_achievements] | Text (formatted, long, with summary) field. |
Summary | [node:source:field_achievements:summary] | |
Text | [node:source:field_achievements:value] | |
Text format | [node:source:field_achievements:format] | |
audio | [node:source:field_audio] | File field. |
Description | [node:source:field_audio:description] | |
Display | [node:source:field_audio:display] | Flag to control whether this file should be displayed when viewing content |
File | [node:source:field_audio:entity] | The referenced entity |
File ID | [node:source:field_audio:target_id] | |
Author | [node:source:author] | |
Account Name | [node:source:author:account-name] | The login name of the user account. |
Avatar | [node:source:author:field_user_avatar] | List (text) field. |
Birth Date | [node:source:author:field_user_birth_date] | Date field. |
Created | [node:source:author:created] | The date the user account was created. |
Deprecated: User Name | [node:source:author:name] | Deprecated: Use account-name or display-name instead. |
Display Name | [node:source:author:display-name] | The display name of the user account. |
Edit URL | [node:source:author:edit-url] | The URL of the account edit page. |
[node:source:author:mail] | The email address of the user account. | |
Following flag count | [node:source:author:flag-following-count] | Total flag count for flag Following |
Following flag link | [node:source:author:flag-following-link] | Flag/unflag link for Following |
Gender | [node:source:author:field_user_gender] | List (text) field. |
Governorate | [node:source:author:field_user_governorate] | List (text) field. |
Language | [node:source:author:language] | The language of the user. |
Last login | [node:source:author:last-login] | The date the user last logged in to the site. |
Original user | [node:source:author:original] | The original user data if the user is being updated or saved. |
Picture | [node:source:author:user_picture] | Image field. |
Roles | [node:source:author:roles] | The user roles associated with the user account. |
URL | [node:source:author:url] | The URL of the account profile page. |
User ID | [node:source:author:uid] | The unique ID of the user account. |
User role ids | [node:source:author:role-ids] | The role ids the user account is a member of as comma separated list. |
User role names | [node:source:author:role-names] | The role names the user account is a member of as comma separated list. |
Background Image | [node:source:field_main_content_bg] | Entity reference field. |
Media | [node:source:field_main_content_bg:entity] | The referenced entity |
Media ID | [node:source:field_main_content_bg:target_id] | |
Blocks | [node:source:field_blocks] | Block (plugin) field. |
Blocks type with delta 0 | [node:source:field_blocks:0] | |
Blocks type with delta 1 | [node:source:field_blocks:1] | |
Blocks type with delta 2 | [node:source:field_blocks:2] | |
Blocks | [node:source:field_field_blocks_video] | Block (plugin) field. |
Blocks type with delta 0 | [node:source:field_field_blocks_video:0] | |
Blocks type with delta 1 | [node:source:field_field_blocks_video:1] | |
Blocks type with delta 2 | [node:source:field_field_blocks_video:2] | |
Body | [node:source:body] | The main body text of the node. |
Bookmark flag count | [node:source:flag-bookmark-count] | Total flag count for flag Bookmark |
Bookmark flag link | [node:source:flag-bookmark-link] | Flag/unflag link for Bookmark |
Certificate | [node:source:field_course_certificate] | Text (plain) field. |
Text value | [node:source:field_course_certificate:value] | |
Content ID | [node:source:nid] | The unique ID of the content item, or "node". |
Content type | [node:source:content-type] | The content type of the node. |
Description | [node:source:content-type:description] | The optional description of the content type. |
Edit URL | [node:source:content-type:edit-url] | The URL of the content type's edit page. |
Machine-readable name | [node:source:content-type:machine-name] | The unique machine-readable name of the content type. |
Name | [node:source:content-type:name] | The name of the content type. |
Node count | [node:source:content-type:node-count] | The number of nodes belonging to the content type. |
Course Language | [node:source:field_course_language] | Text (plain) field. |
Text value | [node:source:field_course_language:value] | |
Date changed | [node:source:changed] | The date the node was most recently updated. |
Custom format | [node:source:changed:custom:?] | A date in a custom format. See the PHP documentation for details. |
Fallback date format | [node:source:changed:fallback] | A date in 'fallback' format. (Sat, 12/07/2024 - 05:10) |
HTML Date | [node:source:changed:html_date] | A date in 'html_date' format. (2024-12-07) |
HTML Datetime | [node:source:changed:html_datetime] | A date in 'html_datetime' format. (2024-12-07T05:10:40+0200) |
HTML Month | [node:source:changed:html_month] | A date in 'html_month' format. (2024-12) |
HTML Time | [node:source:changed:html_time] | A date in 'html_time' format. (05:10:40) |
HTML Week | [node:source:changed:html_week] | A date in 'html_week' format. (2024-W49) |
HTML Year | [node:source:changed:html_year] | A date in 'html_year' format. (2024) |
HTML Yearless date | [node:source:changed:html_yearless_date] | A date in 'html_yearless_date' format. (12-07) |
Long format | [node:source:changed:long] | A date in 'long' format. (Saturday, December 7, 2024 - 05:10) |
Medium format | [node:source:changed:medium] | A date in 'medium' format. (Sat, 12/07/2024 - 05:10) |
Raw timestamp | [node:source:changed:raw] | A date in UNIX timestamp format (1733541040) |
Short format | [node:source:changed:short] | A date in 'short' format. (12/07/2024 - 05:10) |
Time-since | [node:source:changed:since] | A date in 'time-since' format. (6 minutes) |
Date created | [node:source:created] | |
Custom format | [node:source:created:custom:?] | A date in a custom format. See the PHP documentation for details. |
Fallback date format | [node:source:created:fallback] | A date in 'fallback' format. (Sat, 12/07/2024 - 05:10) |
HTML Date | [node:source:created:html_date] | A date in 'html_date' format. (2024-12-07) |
HTML Datetime | [node:source:created:html_datetime] | A date in 'html_datetime' format. (2024-12-07T05:10:40+0200) |
HTML Month | [node:source:created:html_month] | A date in 'html_month' format. (2024-12) |
HTML Time | [node:source:created:html_time] | A date in 'html_time' format. (05:10:40) |
HTML Week | [node:source:created:html_week] | A date in 'html_week' format. (2024-W49) |
HTML Year | [node:source:created:html_year] | A date in 'html_year' format. (2024) |
HTML Yearless date | [node:source:created:html_yearless_date] | A date in 'html_yearless_date' format. (12-07) |
Long format | [node:source:created:long] | A date in 'long' format. (Saturday, December 7, 2024 - 05:10) |
Medium format | [node:source:created:medium] | A date in 'medium' format. (Sat, 12/07/2024 - 05:10) |
Raw timestamp | [node:source:created:raw] | A date in UNIX timestamp format (1733541040) |
Short format | [node:source:created:short] | A date in 'short' format. (12/07/2024 - 05:10) |
Time-since | [node:source:created:since] | A date in 'time-since' format. (6 minutes) |
Duration | [node:source:field_course_duration] | Text (plain) field. |
Text value | [node:source:field_course_duration:value] | |
Edit URL | [node:source:edit-url] | The URL of the node's edit page. |
Features | [node:source:field_course_features] | Entity reference revisions field. |
Features type with delta 0 | [node:source:field_course_features:0] | |
Features type with delta 1 | [node:source:field_course_features:1] | |
Features type with delta 2 | [node:source:field_course_features:2] | |
Language | [node:source:language] | The language of the content. |
Direction | [node:source:language:direction] | Whether the language is written left-to-right (ltr) or right-to-left (rtl). |
Domain | [node:source:language:domain] | The domain name to use for the language. |
Language code | [node:source:language:langcode] | The language code. |
Language name | [node:source:language:name] | The language name. |
Path prefix | [node:source:language:prefix] | Path prefix for URLs in the language. |
Language code | [node:source:langcode] | The language code of the language the node is written in. |
Main content | [node:source:field_main_content] | Text (formatted, long) field. |
Text | [node:source:field_main_content:value] | |
Text format | [node:source:field_main_content:format] | |
Menu link | [node:source:menu-link] | The menu link for this node. |
Edit URL | [node:source:menu-link:edit-url] | The URL of the menu link's edit page. |
Link ID | [node:source:menu-link:mlid] | The unique ID of the menu link. |
Menu | [node:source:menu-link:menu] | The menu of the menu link. |
Parent | [node:source:menu-link:parent] | The menu link's parent. |
Parents | [node:source:menu-link:parents] | An array of all the menu link's parents, starting with the root. |
Root | [node:source:menu-link:root] | The menu link's root. |
Title | [node:source:menu-link:title] | The title of the menu link. |
URL | [node:source:menu-link:url] | The URL of the menu link. |
Meta Tags | [node:source:field_meta_tags] | Meta tags field. Also known as Meta tags. |
Metatag | [node:source:field_meta_tags:value] | |
Original content | [node:source:original] | The original content data if the content is being updated or saved. |
Achievements | [node:source:original:field_achievements] | Text (formatted, long, with summary) field. |
audio | [node:source:original:field_audio] | File field. |
Author | [node:source:original:author] | |
Background Image | [node:source:original:field_main_content_bg] | Entity reference field. |
Blocks | [node:source:original:field_blocks] | Block (plugin) field. |
Blocks | [node:source:original:field_field_blocks_video] | Block (plugin) field. |
Body | [node:source:original:body] | The main body text of the node. |
Bookmark flag count | [node:source:original:flag-bookmark-count] | Total flag count for flag Bookmark |
Bookmark flag link | [node:source:original:flag-bookmark-link] | Flag/unflag link for Bookmark |
Certificate | [node:source:original:field_course_certificate] | Text (plain) field. |
Content ID | [node:source:original:nid] | The unique ID of the content item, or "node". |
Content type | [node:source:original:content-type] | The content type of the node. |
Course Language | [node:source:original:field_course_language] | Text (plain) field. |
Date changed | [node:source:original:changed] | The date the node was most recently updated. |
Date created | [node:source:original:created] | |
Duration | [node:source:original:field_course_duration] | Text (plain) field. |
Edit URL | [node:source:original:edit-url] | The URL of the node's edit page. |
Features | [node:source:original:field_course_features] | Entity reference revisions field. |
Language | [node:source:original:language] | The language of the content. |
Language code | [node:source:original:langcode] | The language code of the language the node is written in. |
Main content | [node:source:original:field_main_content] | Text (formatted, long) field. |
Menu link | [node:source:original:menu-link] | The menu link for this node. |
Meta Tags | [node:source:original:field_meta_tags] | Meta tags field. Also known as Meta tags. |
Page Summary for SEO | [node:source:original:field_summary_for_seo] | Text (plain, long) field. |
Parts | [node:source:original:field_course_parts] | Text (plain) field. |
Photo | [node:source:original:field_story_photo] | Image field. |
Price | [node:source:original:field_course_price] | Text (plain) field. |
Questions & Answers | [node:source:original:field_questions_answers] | Entity reference revisions field. |
Real-time SEO | [node:source:original:field_yoast_seo] | Real-time SEO status & focused keywords field. |
Register | [node:source:original:field_course_register] | Text (plain) field. |
Revision ID | [node:source:original:vid] | The unique ID of the node's latest revision. |
Revision log message | [node:source:original:log] | The explanation of the most recent changes made to the node. |
Section 2 Image | [node:source:original:field_hp_s2_image] | Entity reference field. |
Section 2 Summary | [node:source:original:field_hp_s2_summary] | Text (formatted, long) field. |
Section 2 Title | [node:source:original:field_hp_s2_title] | Text (plain) field. |
Section 3 Background Image | [node:source:original:field_hp_s3_background_image] | Entity reference field. |
Section 3 Items | [node:source:original:field_hp_s3_items] | Entity reference revisions field. |
Section 3 Title | [node:source:original:field_hp_s3_title] | Text (plain) field. |
Section 4 Images | [node:source:original:field_hp_s4_images] | Entity reference field. |
Section 4 Snippet | [node:source:original:field_hp_s4_snippet] | Text (formatted, long) field. |
Section 4 Title | [node:source:original:field_hp_s4_title] | Text (plain) field. |
Section 5 Title | [node:source:original:field_hp_s5_title] | Text (plain) field. |
Slider | [node:source:original:field_hp_slider] | Entity reference revisions field. |
Stories | [node:source:original:field_hp_s5_stories] | Entity reference field. |
Story | [node:source:original:field_story_content] | Text (plain, long) field. |
Summary | [node:source:original:summary] | The summary of the node's main body text. |
Title | [node:source:original:title] | |
Top Image | [node:source:original:field_top_image] | Entity reference field. |
Trainees guide | [node:source:original:field_course_guide] | File field. |
Trainer Guide | [node:source:original:field_trainer_guide] | File field. |
URL | [node:source:original:url] | The URL of the node. |
video | [node:source:original:field_video] | File field. |
Video Poster | [node:source:original:field_video_poster] | Entity reference field. |
Webform | [node:source:original:webform] | Webform field. |
YouTube Link | [node:source:original:field_youtube_link] | Link field. |
Page Summary for SEO | [node:source:field_summary_for_seo] | Text (plain, long) field. |
Text value | [node:source:field_summary_for_seo:value] | |
Parts | [node:source:field_course_parts] | Text (plain) field. |
Text value | [node:source:field_course_parts:value] | |
Photo | [node:source:field_story_photo] | Image field. |
Alternative text | [node:source:field_story_photo:alt] | Alternative image text, for the image's 'alt' attribute. |
File | [node:source:field_story_photo:entity] | The referenced entity |
File ID | [node:source:field_story_photo:target_id] | |
Height | [node:source:field_story_photo:height] | The height of the image in pixels. |
Large (480×480) | [node:source:field_story_photo:large] | Represents the image in the given image style. |
Media Entity Browser thumbnail | [node:source:field_story_photo:media_entity_browser_thumbnail] | Represents the image in the given image style. |
Media Library thumbnail (220×220) | [node:source:field_story_photo:media_library] | Represents the image in the given image style. |
Medium (220×220) | [node:source:field_story_photo:medium] | Represents the image in the given image style. |
Thumbnail (100×100) | [node:source:field_story_photo:thumbnail] | Represents the image in the given image style. |
Title | [node:source:field_story_photo:title] | Image title text, for the image's 'title' attribute. |
Width | [node:source:field_story_photo:width] | The width of the image in pixels. |
Price | [node:source:field_course_price] | Text (plain) field. |
Text value | [node:source:field_course_price:value] | |
Questions & Answers | [node:source:field_questions_answers] | Entity reference revisions field. |
Questions & Answers type with delta 0 | [node:source:field_questions_answers:0] | |
Questions & Answers type with delta 1 | [node:source:field_questions_answers:1] | |
Questions & Answers type with delta 2 | [node:source:field_questions_answers:2] | |
Real-time SEO | [node:source:field_yoast_seo] | Real-time SEO status & focused keywords field. |
Focus Keyword | [node:source:field_yoast_seo:focus_keyword] | |
Status | [node:source:field_yoast_seo:status] | |
Register | [node:source:field_course_register] | Text (plain) field. |
Text value | [node:source:field_course_register:value] | |
Revision ID | [node:source:vid] | The unique ID of the node's latest revision. |
Revision log message | [node:source:log] | The explanation of the most recent changes made to the node. |
Section 2 Image | [node:source:field_hp_s2_image] | Entity reference field. |
Media | [node:source:field_hp_s2_image:entity] | The referenced entity |
Media ID | [node:source:field_hp_s2_image:target_id] | |
Section 2 Summary | [node:source:field_hp_s2_summary] | Text (formatted, long) field. |
Text | [node:source:field_hp_s2_summary:value] | |
Text format | [node:source:field_hp_s2_summary:format] | |
Section 2 Title | [node:source:field_hp_s2_title] | Text (plain) field. |
Text value | [node:source:field_hp_s2_title:value] | |
Section 3 Background Image | [node:source:field_hp_s3_background_image] | Entity reference field. |
Media | [node:source:field_hp_s3_background_image:entity] | The referenced entity |
Media ID | [node:source:field_hp_s3_background_image:target_id] | |
Section 3 Items | [node:source:field_hp_s3_items] | Entity reference revisions field. |
Section 3 Items type with delta 0 | [node:source:field_hp_s3_items:0] | |
Section 3 Items type with delta 1 | [node:source:field_hp_s3_items:1] | |
Section 3 Items type with delta 2 | [node:source:field_hp_s3_items:2] | |
Section 3 Title | [node:source:field_hp_s3_title] | Text (plain) field. |
Text value | [node:source:field_hp_s3_title:value] | |
Section 4 Images | [node:source:field_hp_s4_images] | Entity reference field. |
Section 4 Images type with delta 0 | [node:source:field_hp_s4_images:0] | |
Section 4 Images type with delta 1 | [node:source:field_hp_s4_images:1] | |
Section 4 Images type with delta 2 | [node:source:field_hp_s4_images:2] | |
Section 4 Snippet | [node:source:field_hp_s4_snippet] | Text (formatted, long) field. |
Text | [node:source:field_hp_s4_snippet:value] | |
Text format | [node:source:field_hp_s4_snippet:format] | |
Section 4 Title | [node:source:field_hp_s4_title] | Text (plain) field. |
Text value | [node:source:field_hp_s4_title:value] | |
Section 5 Title | [node:source:field_hp_s5_title] | Text (plain) field. |
Text value | [node:source:field_hp_s5_title:value] | |
Slider | [node:source:field_hp_slider] | Entity reference revisions field. |
Slider type with delta 0 | [node:source:field_hp_slider:0] | |
Slider type with delta 1 | [node:source:field_hp_slider:1] | |
Slider type with delta 2 | [node:source:field_hp_slider:2] | |
Stories | [node:source:field_hp_s5_stories] | Entity reference field. |
Stories type with delta 0 | [node:source:field_hp_s5_stories:0] | |
Stories type with delta 1 | [node:source:field_hp_s5_stories:1] | |
Stories type with delta 2 | [node:source:field_hp_s5_stories:2] | |
Story | [node:source:field_story_content] | Text (plain, long) field. |
Text value | [node:source:field_story_content:value] | |
Summary | [node:source:summary] | The summary of the node's main body text. |
Title | [node:source:title] | |
Top Image | [node:source:field_top_image] | Entity reference field. |
Media | [node:source:field_top_image:entity] | The referenced entity |
Media ID | [node:source:field_top_image:target_id] | |
Trainees guide | [node:source:field_course_guide] | File field. |
Description | [node:source:field_course_guide:description] | |
Display | [node:source:field_course_guide:display] | Flag to control whether this file should be displayed when viewing content |
File | [node:source:field_course_guide:entity] | The referenced entity |
File ID | [node:source:field_course_guide:target_id] | |
Trainer Guide | [node:source:field_trainer_guide] | File field. |
Description | [node:source:field_trainer_guide:description] | |
Display | [node:source:field_trainer_guide:display] | Flag to control whether this file should be displayed when viewing content |
File | [node:source:field_trainer_guide:entity] | The referenced entity |
File ID | [node:source:field_trainer_guide:target_id] | |
URL | [node:source:url] | The URL of the node. |
Absolute URL | [node:source:url:absolute] | The absolute URL. |
Arguments | [node:source:url:args] | The specific argument of the current page (e.g. 'arg:1' on the page 'node/1' returns '1'). |
Brief URL | [node:source:url:brief] | The URL without the protocol and trailing backslash. |
Path | [node:source:url:path] | The path component of the URL. |
Relative URL | [node:source:url:relative] | The relative URL. |
Unaliased URL | [node:source:url:unaliased] | The unaliased URL. |
video | [node:source:field_video] | File field. |
Description | [node:source:field_video:description] | |
Display | [node:source:field_video:display] | Flag to control whether this file should be displayed when viewing content |
File | [node:source:field_video:entity] | The referenced entity |
File ID | [node:source:field_video:target_id] | |
Video Poster | [node:source:field_video_poster] | Entity reference field. |
Media | [node:source:field_video_poster:entity] | The referenced entity |
Media ID | [node:source:field_video_poster:target_id] | |
Webform | [node:source:webform] | Webform field. |
Close value | [node:source:webform:close] | |
Default submission data | [node:source:webform:default_data] | |
Open value | [node:source:webform:open] | |
Status | [node:source:webform:status] | Flag to control whether this webform should be open or closed to new submissions. |
Webform | [node:source:webform:entity] | The referenced entity |
Webform ID | [node:source:webform:target_id] | |
YouTube Link | [node:source:field_youtube_link] | Link field. |
Link text | [node:source:field_youtube_link:title] | |
URI | [node:source:field_youtube_link:uri] | |
URL | [node:url] | The URL of the node. |
Absolute URL | [node:url:absolute] | The absolute URL. |
Arguments | [node:url:args] | The specific argument of the current page (e.g. 'arg:1' on the page 'node/1' returns '1'). |
Count | [node:url:args:count] | The number of elements in the array. |
First | [node:url:args:first] | The first element of the array. |
Imploded | [node:url:args:join:?] | The values of the array joined together with a custom string in-between each value. |
Joined path | [node:url:args:join-path] | The array values each cleaned by Pathauto and then joined with the slash into a string that resembles an URL. |
Keys | [node:url:args:keys] | The array of keys of the array. |
Last | [node:url:args:last] | The last element of the array. |
Reversed | [node:url:args:reversed] | The array reversed. |
Value | [node:url:args:value:?] | The specific value of the array. |
Brief URL | [node:url:brief] | The URL without the protocol and trailing backslash. |
Path | [node:url:path] | The path component of the URL. |
Relative URL | [node:url:relative] | The relative URL. |
Unaliased URL | [node:url:unaliased] | The unaliased URL. |
Absolute URL | [node:url:unaliased:absolute] | The absolute URL. |
Arguments | [node:url:unaliased:args] | The specific argument of the current page (e.g. 'arg:1' on the page 'node/1' returns '1'). |
Brief URL | [node:url:unaliased:brief] | The URL without the protocol and trailing backslash. |
Path | [node:url:unaliased:path] | The path component of the URL. |
Relative URL | [node:url:unaliased:relative] | The relative URL. |
video | [node:field_video] | File field. |
Description | [node:field_video:description] | |
Display | [node:field_video:display] | Flag to control whether this file should be displayed when viewing content |
File | [node:field_video:entity] | The referenced entity |
Alt Text | [node:field_video:entity:field_image_alt_text] | Text (plain) field. |
Base name | [node:field_video:entity:basename] | The base name of the file. |
Changed | [node:field_video:entity:changed] | The date the file was most recently changed. |
Created | [node:field_video:entity:created] | The date the file created. |
Download URL | [node:field_video:entity:download-url] | The URL to download the file directly. |
Extension | [node:field_video:entity:extension] | The extension of the file. |
File byte size | [node:field_video:entity:size-raw] | The size of the file, in bytes. |
File ID | [node:field_video:entity:fid] | The unique ID of the uploaded file. |
File name | [node:field_video:entity:name] | The name of the file. |
File size | [node:field_video:entity:size] | The size of the file. |
File type | [node:field_video:entity:type] | The file type of the file. |
Language | [node:field_video:entity:language] | The language of the file. |
MIME type | [node:field_video:entity:mime] | The MIME type of the file. |
Original file | [node:field_video:entity:original] | The original file data if the file is being updated or saved. |
Owner | [node:field_video:entity:owner] | The user who originally uploaded the file. |
Path | [node:field_video:entity:path] | The location of the file relative to Drupal root. |
Title Text | [node:field_video:entity:field_image_title_text] | Text (plain) field. |
URL | [node:field_video:entity:url] | The web-accessible URL for the file. |
File ID | [node:field_video:target_id] | |
Video Poster | [node:field_video_poster] | Entity reference field. |
Media | [node:field_video_poster:entity] | The referenced entity |
Audio file | [node:field_video_poster:entity:field_media_audio_file] | File field. |
Authored by | [node:field_video_poster:entity:uid] | Entity reference field. |
Authored on | [node:field_video_poster:entity:created] | Created field. |
Changed | [node:field_video_poster:entity:changed] | Last changed field. |
Default revision | [node:field_video_poster:entity:revision_default] | Boolean field. |
Default translation | [node:field_video_poster:entity:default_langcode] | Boolean field. |
Document | [node:field_video_poster:entity:field_media_document] | File field. |
ID | [node:field_video_poster:entity:mid] | Number (integer) field. |
Image | [node:field_video_poster:entity:field_media_image] | Image field. |
Language | [node:field_video_poster:entity:langcode] | Language field. |
Language | [node:field_video_poster:entity:language] | The language of the media. |
Media type | [node:field_video_poster:entity:bundle] | Entity reference field. |
Name | [node:field_video_poster:entity:name] | Text (plain) field. |
Original media | [node:field_video_poster:entity:original] | The original media data if the media is being updated or saved. |
Published | [node:field_video_poster:entity:status] | Boolean field. |
Revision create time | [node:field_video_poster:entity:revision_created] | Created field. |
Revision ID | [node:field_video_poster:entity:vid] | Number (integer) field. |
Revision log message | [node:field_video_poster:entity:revision_log_message] | Text (plain, long) field. |
Revision translation affected | [node:field_video_poster:entity:revision_translation_affected] | Boolean field. |
Revision user | [node:field_video_poster:entity:revision_user] | Entity reference field. |
Thumbnail | [node:field_video_poster:entity:thumbnail] | Image field. |
URL | [node:field_video_poster:entity:url] | The URL of the media. |
UUID | [node:field_video_poster:entity:uuid] | UUID field. |
Video file | [node:field_video_poster:entity:field_media_video_file] | File field. |
Video URL | [node:field_video_poster:entity:field_media_oembed_video] | Text (plain) field. |
Media ID | [node:field_video_poster:target_id] | |
Webform | [node:webform] | Webform field. |
Close value | [node:webform:close] | |
Default submission data | [node:webform:default_data] | |
Open value | [node:webform:open] | |
Status | [node:webform:status] | Flag to control whether this webform should be open or closed to new submissions. |
Webform | [node:webform:entity] | The referenced entity |
Author | [node:webform:entity:author] | |
Close date | [node:webform:entity:close] | The date the webform is closed to new submissions. |
Description | [node:webform:entity:description] | The administrative description of the webform. |
Element properties | [node:webform:entity:element:?] | Webform element property tokens.
Replace the '?' with…
|
Handler response | [node:webform:entity:handler:?] | Webform handler response tokens.
Replace the '?' with…
|
Open date | [node:webform:entity:open] | The date the webform is open to new submissions. |
Title | [node:webform:entity:title] | The title of the webform. |
URL | [node:webform:entity:url] | The URL of the webform. |
Webform ID | [node:webform:entity:id] | The ID of the webform. |
Webform ID | [node:webform:target_id] | |
YouTube Link | [node:field_youtube_link] | Link field. |
Link text | [node:field_youtube_link:title] | |
URI | [node:field_youtube_link:uri] | |
Random | random | Tokens related to random data. |
Hash | [random:hash:?] | A random hash. The possible hashing algorithms are: md2, md4, md5, sha1, sha224, sha256, sha384, sha512/224, sha512/256, sha512, sha3-224, sha3-256, sha3-384, sha3-512, ripemd128, ripemd160, ripemd256, ripemd320, whirlpool, tiger128,3, tiger160,3, tiger192,3, tiger128,4, tiger160,4, tiger192,4, snefru, snefru256, gost, gost-crypto, adler32, crc32, crc32b, crc32c, fnv132, fnv1a32, fnv164, fnv1a64, joaat, haval128,3, haval160,3, haval192,3, haval224,3, haval256,3, haval128,4, haval160,4, haval192,4, haval224,4, haval256,4, haval128,5, haval160,5, haval192,5, haval224,5, haval256,5. |
Number | [random:number] | A random number from 0 to 2147483647. |
Site information | site | Tokens for site-wide settings and other global information. |
[site:mail] | The administrative email address for the site. | |
Login page | [site:login-url] | The URL of the site's login page. |
Name | [site:name] | The name of the site. |
Slogan | [site:slogan] | The slogan of the site. |
URL | [site:url] | The URL of the site's front page. |
URL (brief) | [site:url-brief] | The URL of the site's front page without the protocol. |