Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| LocalStream::setUri | function | core/ |
Sets the absolute stream resource URI. |
| LocalStream::stream_cast | function | core/ |
Retrieve the underlying stream resource. |
| LocalStream::stream_close | function | core/ |
Support for fclose(). |
| LocalStream::stream_eof | function | core/ |
Support for feof(). |
| LocalStream::stream_flush | function | core/ |
Support for fflush(). |
| LocalStream::stream_lock | function | core/ |
Support for flock(). |
| LocalStream::stream_metadata | function | core/ |
Sets metadata on the stream. |
| LocalStream::stream_open | function | core/ |
Support for fopen(), file_get_contents(), file_put_contents() etc. |
| LocalStream::stream_read | function | core/ |
Support for fread(), file_get_contents() etc. |
| LocalStream::stream_seek | function | core/ |
Seeks to specific location in a stream. |
| LocalStream::stream_set_option | function | core/ |
Since Windows systems do not allow it and it is not needed for most use cases anyway, this method is not supported on local files and will trigger an error and return false. If needed, custom subclasses can provide OS-specific implementations for… |
| LocalStream::stream_stat | function | core/ |
Support for fstat(). |
| LocalStream::stream_tell | function | core/ |
Support for ftell(). |
| LocalStream::stream_truncate | function | core/ |
Truncate stream. |
| LocalStream::stream_write | function | core/ |
Support for fwrite(), file_put_contents() etc. |
| LocalStream::unlink | function | core/ |
Support for unlink(). |
| LocalStream::url_stat | function | core/ |
Support for stat(). |
| LocalTaskDefault | class | core/ |
Default object used for LocalTaskPlugins. |
| LocalTaskDefault.php | file | core/ |
|
| LocalTaskDefault::$active | property | core/ |
TRUE if this plugin is forced active for options attributes. |
| LocalTaskDefault::$routeProvider | property | core/ |
The route provider to load routes by name. |
| LocalTaskDefault::getActive | function | core/ |
Gets the active status. |
| LocalTaskDefault::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
| LocalTaskDefault::getCacheMaxAge | function | core/ |
The maximum age for which this object may be cached. |
| LocalTaskDefault::getCacheTags | function | core/ |
The cache tags associated with this object. |
| LocalTaskDefault::getOptions | function | core/ |
Returns options for rendering a link to the local task. |
| LocalTaskDefault::getRouteName | function | core/ |
Get the route name from the settings. |
| LocalTaskDefault::getRouteParameters | function | core/ |
Returns the route parameters needed to render a link for the local task. |
| LocalTaskDefault::getTitle | function | core/ |
Returns the localized title to be shown for this tab. |
| LocalTaskDefault::getWeight | function | core/ |
Returns the weight of the local task. |
| LocalTaskDefault::routeProvider | function | core/ |
Returns the route provider. |
| LocalTaskDefault::setActive | function | core/ |
Sets the active status. |
| LocalTaskDefaultTest | class | core/ |
@coversDefaultClass \Drupal\Core\Menu\LocalTaskDefault[[api-linebreak]] @group Menu |
| LocalTaskDefaultTest.php | file | core/ |
Contains \Drupal\Tests\Core\Menu\LocalTaskDefaultTest. |
| LocalTaskDefaultTest::$config | property | core/ |
The used plugin configuration. |
| LocalTaskDefaultTest::$localTaskBase | property | core/ |
The tested local task default plugin. |
| LocalTaskDefaultTest::$pluginDefinition | property | core/ |
The used plugin definition. |
| LocalTaskDefaultTest::$pluginId | property | core/ |
The used plugin ID. |
| LocalTaskDefaultTest::$routeProvider | property | core/ |
The mocked route provider. |
| LocalTaskDefaultTest::$stringTranslation | property | core/ |
The mocked translator. |
| LocalTaskDefaultTest::providerTestGetWeight | function | core/ |
Defines a data provider for testGetWeight(). |
| LocalTaskDefaultTest::setUp | function | core/ |
|
| LocalTaskDefaultTest::setupLocalTaskDefault | function | core/ |
Setups the local task default. |
| LocalTaskDefaultTest::testActive | function | core/ |
@covers ::getActive[[api-linebreak]] @covers ::setActive[[api-linebreak]] |
| LocalTaskDefaultTest::testCacheabilityMetadata | function | core/ |
@covers ::getCacheContexts[[api-linebreak]] @covers ::getCacheTags[[api-linebreak]] @covers ::getCacheMaxAge[[api-linebreak]] |
| LocalTaskDefaultTest::testGetOptions | function | core/ |
@covers ::getOptions[[api-linebreak]] |
| LocalTaskDefaultTest::testGetRouteParametersForDynamicRouteWithNonUpcastedParameters | function | core/ |
@covers ::getRouteParameters[[api-linebreak]] |
| LocalTaskDefaultTest::testGetRouteParametersForDynamicRouteWithUpcastedParameters | function | core/ |
Tests the getRouteParameters method for a route with upcasted parameters. |
| LocalTaskDefaultTest::testGetRouteParametersForDynamicRouteWithUpcastedParametersEmptyRawParameters | function | core/ |
Tests the getRouteParameters method for a route with upcasted parameters. |
| LocalTaskDefaultTest::testGetRouteParametersForStaticRoute | function | core/ |
@covers ::getRouteParameters[[api-linebreak]] |
Pagination
- Previous page
- Page 747
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.