Search for _action
- Search 7.x for _action
- Search 8.9.x for _action
- Search 10.3.x for _action
- Search 11.x for _action
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
language.links.action.yml | file | core/ |
core/modules/language/language.links.action.yml |
LanguageAddForm::actions | function | core/ |
Returns an array of supported actions for the current entity form. |
LanguageEditForm::actions | function | core/ |
Returns an array of supported actions for the current entity form. |
LayoutBuilderDisableInteractionsTest | class | core/ |
Tests the Layout Builder disables interactions of rendered blocks. |
LayoutBuilderDisableInteractionsTest.php | file | core/ |
|
LayoutBuilderDisableInteractionsTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
LayoutBuilderDisableInteractionsTest::$modules | property | core/ |
Modules to enable. |
LayoutBuilderDisableInteractionsTest::addBlock | function | core/ |
Adds a block in the Layout Builder. |
LayoutBuilderDisableInteractionsTest::assertContextualLinkRetainsMouseup | function | core/ |
Makes sure contextual links respond to mouseup event. |
LayoutBuilderDisableInteractionsTest::assertContextualLinksClickable | function | core/ |
Confirms that Layout Builder contextual links remain active. |
LayoutBuilderDisableInteractionsTest::assertElementUnclickable | function | core/ |
Checks if element is unclickable. |
LayoutBuilderDisableInteractionsTest::assertLinksFormIframeNotInteractive | function | core/ |
Asserts that forms, links, and iframes in preview are non-interactive. |
LayoutBuilderDisableInteractionsTest::getElementVerticalPosition | function | core/ |
Gets the element position. |
LayoutBuilderDisableInteractionsTest::movePointerTo | function | core/ |
Moves mouse pointer to location of $selector. |
LayoutBuilderDisableInteractionsTest::setUp | function | core/ |
|
LayoutBuilderDisableInteractionsTest::testFormsLinksDisabled | function | core/ |
Tests that forms and links are disabled in the Layout Builder preview. |
local-actions.css | file | core/ |
Layout styles for local actions. |
local-actions.pcss.css | file | core/ |
Layout styles for local actions. |
LocalActionDefault | class | core/ |
Provides a default implementation for local action plugins. |
LocalActionDefault.php | file | core/ |
|
LocalActionDefault::$routeProvider | property | core/ |
The route provider to load routes by name. |
LocalActionDefault::create | function | core/ |
Creates an instance of the plugin. |
LocalActionDefault::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
LocalActionDefault::getCacheMaxAge | function | core/ |
The maximum age for which this object may be cached. |
LocalActionDefault::getCacheTags | function | core/ |
The cache tags associated with this object. |
LocalActionDefault::getOptions | function | core/ |
Returns options for rendering a link for the local action. |
LocalActionDefault::getRouteName | function | core/ |
Get the route name from the settings. |
LocalActionDefault::getRouteParameters | function | core/ |
Returns the route parameters needed to render a link for the local action. |
LocalActionDefault::getTitle | function | core/ |
Returns the localized title to be shown for this action. |
LocalActionDefault::getWeight | function | core/ |
Returns the weight for the local action. |
LocalActionDefault::__construct | function | core/ |
Constructs a LocalActionDefault object. |
LocalActionDefaultTest | class | core/ |
@coversDefaultClass \Drupal\Core\Menu\LocalActionDefault[[api-linebreak]] @group Menu |
LocalActionDefaultTest.php | file | core/ |
|
LocalActionDefaultTest::$config | property | core/ |
The used plugin configuration. |
LocalActionDefaultTest::$localActionDefault | property | core/ |
The tested local action default plugin. |
LocalActionDefaultTest::$pluginDefinition | property | core/ |
The used plugin definition. |
LocalActionDefaultTest::$pluginId | property | core/ |
The used plugin ID. |
LocalActionDefaultTest::$routeProvider | property | core/ |
The mocked route provider. |
LocalActionDefaultTest::$stringTranslation | property | core/ |
The mocked translator. |
LocalActionDefaultTest::setUp | function | core/ |
|
LocalActionDefaultTest::setupLocalActionDefault | function | core/ |
Setups the local action default. |
LocalActionDefaultTest::testGetTitle | function | core/ |
Tests the getTitle method without a translation context. |
LocalActionDefaultTest::testGetTitleWithContext | function | core/ |
Tests the getTitle method with a translation context. |
LocalActionDefaultTest::testGetTitleWithTitleArguments | function | core/ |
Tests the getTitle method with title arguments. |
LocalActionInterface | interface | core/ |
Defines an interface for menu local actions. |
LocalActionInterface.php | file | core/ |
|
LocalActionInterface::getOptions | function | core/ |
Returns options for rendering a link for the local action. |
LocalActionInterface::getRouteName | function | core/ |
Get the route name from the settings. |
LocalActionInterface::getRouteParameters | function | core/ |
Returns the route parameters needed to render a link for the local action. |
LocalActionInterface::getTitle | function | core/ |
Returns the localized title to be shown for this action. |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.