menu_link.info.yml |
file |
drupal/core/modules/menu_link/menu_link.info.yml |
drupal/core/modules/menu_link/menu_link.info.yml |
MenuLink::$options |
property |
drupal/core/modules/menu_link/lib/Drupal/menu_link/Plugin/Core/Entity/MenuLink.php |
A serialized array of options to be passed to the url() or l() function,
such as a query string or HTML attributes. |
ContextualLinks.php |
file |
drupal/core/modules/contextual/lib/Drupal/contextual/Plugin/views/field/ContextualLinks.php |
Definition of Drupal\contextual\Plugin\views\field\ContextualLinks. |
MenuLink::offsetGet |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/Plugin/Core/Entity/MenuLink.php |
Implements ArrayAccess::offsetGet(). |
MenuLink::offsetSet |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/Plugin/Core/Entity/MenuLink.php |
Implements ArrayAccess::offsetSet(). |
LocalStream::unlink |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Support for unlink(). |
book_menu_link_load |
function |
drupal/core/modules/book/book.module |
Implements hook_TYPE_load(). |
user_menu_link_load |
function |
drupal/core/modules/user/user.module |
Implements hook_menu_link_load(). |
book_node_view_link |
function |
drupal/core/modules/book/book.module |
Adds relevant book links to the node's links. |
LinkApprove::access |
function |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/LinkApprove.php |
Check whether current user has access to this handler. |
Link::defineOptions |
function |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/Link.php |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
_book_link_defaults |
function |
drupal/core/modules/book/book.module |
Returns an array with default values for a book page's menu link. |
FileStorage::unlink |
function |
drupal/core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Deletes files and/or directories in the specified path. |
LinkFieldUITest.php |
file |
drupal/core/modules/link/lib/Drupal/link/Tests/LinkFieldUITest.php |
Contains Drupal\link\Tests\LinkFieldUITest. |
Link::defineOptions |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/Link.php |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
link_field_is_empty |
function |
drupal/core/modules/link/link.module |
Implements hook_field_is_empty(). |
RelationLinkManager |
class |
drupal/core/modules/rest/lib/Drupal/rest/LinkManager/RelationLinkManager.php |
|
MENU_PREFERRED_LINK |
constant |
drupal/core/includes/menu.inc |
Reserved key to identify the most specific menu link for a given path. |
shortcut_valid_link |
function |
drupal/core/modules/shortcut/shortcut.module |
Determines if a path corresponds to a valid shortcut link. |
TranslationLinkTest |
class |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/Views/TranslationLinkTest.php |
Tests the Entity translation overview link field handler. |
hook_menu_link_load |
function |
drupal/core/modules/menu_link/menu_link.api.php |
Alter menu links when loaded and before they are rendered. |
TypeLinkManager.php |
file |
drupal/core/modules/rest/lib/Drupal/rest/LinkManager/TypeLinkManager.php |
Contains \Drupal\rest\LinkManager\TypeLinkManager. |
LinkItemTest::setUp |
function |
drupal/core/modules/link/lib/Drupal/link/Tests/LinkItemTest.php |
Set the default field storage backend for fields created during tests. |
Link::defineOptions |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/views/field/Link.php |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
TranslationLink.php |
file |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Plugin/views/field/TranslationLink.php |
Contains \Drupal\translation_entity\Plugin\views\field\TranslationLink. |
MenuLink::$external |
property |
drupal/core/modules/menu_link/lib/Drupal/menu_link/Plugin/Core/Entity/MenuLink.php |
A flag to indicate if the link points to a full URL starting with a
protocol, like http:// (1 = external, 0 = internal). |
MenuLink::$expanded |
property |
drupal/core/modules/menu_link/lib/Drupal/menu_link/Plugin/Core/Entity/MenuLink.php |
Flag for whether this link should be rendered as expanded in menus.
Expanded links always have their child links displayed, instead of only
when the link is in the active trail. |
UrlTest::testLinkXSS |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/UrlTest.php |
Confirms that invalid URLs are filtered in link generating functions. |
CommentLinksTest.php |
file |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentLinksTest.php |
Contains Drupal\comment\Tests\CommentLinksTest. |
Comment::render_link |
function |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/Comment.php |
|
MENU_LINKS_TO_PARENT |
constant |
drupal/core/includes/menu.inc |
Internal menu flag -- menu item links back to its parent. |
shortcut_link_access |
function |
drupal/core/modules/shortcut/shortcut.module |
Access callback for editing a link in a shortcut set. |
update_helpful_links |
function |
drupal/core/update.php |
Provides links to the homepage and administration pages. |
RevisionLink::access |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/RevisionLink.php |
Check whether current user has access to this handler. |
Links::defineOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Links.php |
Overrides \Drupal\views\Plugin\views\field\FieldPluginBase::defineOptions(). |
_menu_link_translate |
function |
drupal/core/includes/menu.inc |
Provides menu link access control, translation, and argument handling. |
LinkManagerInterface |
interface |
drupal/core/modules/rest/lib/Drupal/rest/LinkManager/LinkManagerInterface.php |
Interface implemented by link managers. |
theme_more_help_link |
function |
drupal/core/includes/theme.inc |
Returns HTML for a "more help" link. |
MenuLink::$menu_name |
property |
drupal/core/modules/menu_link/lib/Drupal/menu_link/Plugin/Core/Entity/MenuLink.php |
The link's menu name. |
LinkFieldTest::setUp |
function |
drupal/core/modules/link/lib/Drupal/link/Tests/LinkFieldTest.php |
Sets up a Drupal site for running functional and integration tests. |
MenuLink::$link_path |
property |
drupal/core/modules/menu_link/lib/Drupal/menu_link/Plugin/Core/Entity/MenuLink.php |
The Drupal path or external path this link points to. |
MenuLink::$route_name |
property |
drupal/core/modules/menu_link/lib/Drupal/menu_link/Plugin/Core/Entity/MenuLink.php |
The name of the route associated with this menu link, if any. |
MenuLink::offsetUnset |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/Plugin/Core/Entity/MenuLink.php |
Implements ArrayAccess::offsetUnset(). |
MenuLinkResetForm.php |
file |
drupal/core/modules/menu/lib/Drupal/menu/Form/MenuLinkResetForm.php |
Contains \Drupal\menu\Form\MenuLinkResetForm. |
Feed::usesLinkDisplay |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Feed.php |
Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase::usesLinkDisplay(). |
MenuLinkInterface.php |
file |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkInterface.php |
Contains \Drupal\menu_link\Plugin\Core\Entity\MenuLinkInterface. |
LinkEdit::render_link |
function |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/LinkEdit.php |
|
Username::render_link |
function |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/Username.php |
|
DeleteLinkAccessCheck |
class |
drupal/core/modules/menu/lib/Drupal/menu/Access/DeleteLinkAccessCheck.php |
Access check for menu link delete routes. |
MenuTest::addMenuLink |
function |
drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php |
Add a menu link using the menu module UI. |