Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
LocalStream::getType function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Returns the type of stream wrapper.
LocalStream::getUri function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Returns the stream resource URI.
LocalStream::mkdir function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Create a directory.
LocalStream::realpath function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Returns canonical, absolute path of the resource.
LocalStream::rename function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Renames a file or directory.
LocalStream::rmdir function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Removes a directory.
LocalStream::setUri function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Sets the absolute stream resource URI.
LocalStream::stream_cast function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Retrieve the underlying stream resource.
LocalStream::stream_close function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Closes stream.
LocalStream::stream_eof function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Tests for end-of-file on a file pointer.
LocalStream::stream_flush function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Flushes the output.
LocalStream::stream_lock function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Advisory file locking.
LocalStream::stream_metadata function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Sets metadata on the stream.
LocalStream::stream_open function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Opens file or URL.
LocalStream::stream_read function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Read from stream.
LocalStream::stream_seek function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Seeks to specific location in a stream.
LocalStream::stream_set_option function core/lib/Drupal/Core/StreamWrapper/LocalStream.php 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/lib/Drupal/Core/StreamWrapper/LocalStream.php Retrieve information about a file resource.
LocalStream::stream_tell function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Retrieve the current position of a stream.
LocalStream::stream_truncate function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Truncate stream.
LocalStream::stream_write function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Write to stream.
LocalStream::unlink function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Delete a file.
LocalStream::url_stat function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Retrieve information about a file.
LocalTaskDefault class core/lib/Drupal/Core/Menu/LocalTaskDefault.php Default object used for LocalTaskPlugins.
LocalTaskDefault.php file core/lib/Drupal/Core/Menu/LocalTaskDefault.php
LocalTaskDefault::$active property core/lib/Drupal/Core/Menu/LocalTaskDefault.php TRUE if this plugin is forced active for options attributes.
LocalTaskDefault::$routeProvider property core/lib/Drupal/Core/Menu/LocalTaskDefault.php The route provider to load routes by name.
LocalTaskDefault::getActive function core/lib/Drupal/Core/Menu/LocalTaskDefault.php Gets the active status.
LocalTaskDefault::getCacheContexts function core/lib/Drupal/Core/Menu/LocalTaskDefault.php The cache contexts associated with this object.
LocalTaskDefault::getCacheMaxAge function core/lib/Drupal/Core/Menu/LocalTaskDefault.php The maximum age for which this object may be cached.
LocalTaskDefault::getCacheTags function core/lib/Drupal/Core/Menu/LocalTaskDefault.php The cache tags associated with this object.
LocalTaskDefault::getOptions function core/lib/Drupal/Core/Menu/LocalTaskDefault.php Returns options for rendering a link to the local task.
LocalTaskDefault::getRouteName function core/lib/Drupal/Core/Menu/LocalTaskDefault.php Get the route name from the settings.
LocalTaskDefault::getRouteParameters function core/lib/Drupal/Core/Menu/LocalTaskDefault.php Returns the route parameters needed to render a link for the local task.
LocalTaskDefault::getTitle function core/lib/Drupal/Core/Menu/LocalTaskDefault.php Returns the localized title to be shown for this tab.
LocalTaskDefault::getWeight function core/lib/Drupal/Core/Menu/LocalTaskDefault.php Returns the weight of the local task.
LocalTaskDefault::routeProvider function core/lib/Drupal/Core/Menu/LocalTaskDefault.php Returns the route provider.
LocalTaskDefault::setActive function core/lib/Drupal/Core/Menu/LocalTaskDefault.php Sets the active status.
LocalTaskDefaultTest class core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php Tests Drupal\Core\Menu\LocalTaskDefault.
LocalTaskDefaultTest.php file core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php
LocalTaskDefaultTest::$config property core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php The used plugin configuration.
LocalTaskDefaultTest::$localTaskBase property core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php The tested local task default plugin.
LocalTaskDefaultTest::$pluginDefinition property core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php The used plugin definition.
LocalTaskDefaultTest::$pluginId property core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php The used plugin ID.
LocalTaskDefaultTest::providerTestGetWeight function core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php Defines a data provider for testGetWeight().
LocalTaskDefaultTest::setupLocalTaskDefault function core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php Setups the local task default.
LocalTaskDefaultTest::testActive function core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php Tests active.
LocalTaskDefaultTest::testCacheabilityMetadata function core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php Tests cacheability metadata.
LocalTaskDefaultTest::testGetOptions function core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php Tests get options.
LocalTaskDefaultTest::testGetRouteParametersForDynamicRouteWithNonUpcastedParameters function core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php Tests get route parameters for dynamic route with non upcasted parameters.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.