Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
Llama::getFile function core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/Llama.php Returns the Drupal root-relative file path to the plugin JavaScript file.
Llama::getLibraries function core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/Llama.php Returns a list of libraries this plugin requires.
Llama::isInternal function core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/Llama.php Indicates if this plugin is part of the optimized CKEditor build.
LlamaButton class core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaButton.php Defines a "LlamaButton" plugin, with a toolbar builder-enabled "llama" feature.
LlamaButton.php file core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaButton.php
LlamaButton::getButtons function core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaButton.php Returns the buttons that this plugin provides, along with metadata.
LlamaButton::getFile function core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaButton.php Returns the Drupal root-relative file path to the plugin JavaScript file.
LlamaContextual class core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaContextual.php Defines a "Llama" plugin, with a contextually enabled "llama" feature.
LlamaContextual.php file core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaContextual.php
LlamaContextual::getFile function core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaContextual.php Returns the Drupal root-relative file path to the plugin JavaScript file.
LlamaContextual::isEnabled function core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaContextual.php Checks if this plugin should be enabled based on the editor configuration.
LlamaContextualAndButton class core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaContextualAndButton.php Defines a "LlamaContextualAndButton" plugin, with a contextually OR toolbar
builder-enabled "llama" feature.
LlamaContextualAndButton.php file core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaContextualAndButton.php
LlamaContextualAndButton::getButtons function core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaContextualAndButton.php Returns the buttons that this plugin provides, along with metadata.
LlamaContextualAndButton::getFile function core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaContextualAndButton.php Returns the Drupal root-relative file path to the plugin JavaScript file.
LlamaContextualAndButton::isEnabled function core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaContextualAndButton.php Checks if this plugin should be enabled based on the editor configuration.
LlamaContextualAndButton::settingsForm function core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaContextualAndButton.php Returns a settings form to configure this CKEditor plugin.
LlamaCss class core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaCss.php Defines a "LlamaCss" plugin, with an associated "llama" CSS.
LlamaCss.php file core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaCss.php
LlamaCss::getButtons function core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaCss.php Returns the buttons that this plugin provides, along with metadata.
LlamaCss::getCssFiles function core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaCss.php Retrieves enabled plugins' iframe instance CSS files.
LlamaCss::getFile function core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaCss.php Returns the Drupal root-relative file path to the plugin JavaScript file.
LoadMultipleTest class core/modules/taxonomy/tests/src/Functional/LoadMultipleTest.php Tests the loading of multiple taxonomy terms at once.
LoadMultipleTest.php file core/modules/taxonomy/tests/src/Functional/LoadMultipleTest.php
LoadMultipleTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/LoadMultipleTest.php The theme to install as the default for testing.
LoadMultipleTest::setUp function core/modules/taxonomy/tests/src/Functional/LoadMultipleTest.php
LoadMultipleTest::testTaxonomyTermMultipleLoad function core/modules/taxonomy/tests/src/Functional/LoadMultipleTest.php Create a vocabulary and some taxonomy terms, ensuring they're loaded
correctly using entity_load_multiple().
LoadTest class core/modules/file/tests/src/Kernel/LoadTest.php Tests \Drupal\file\Entity\File::load().
LoadTest.php file core/modules/file/tests/src/Kernel/LoadTest.php
LoadTest::testLoadInvalidStatus function core/modules/file/tests/src/Kernel/LoadTest.php Try to load a non-existent file by status.
LoadTest::testLoadMissingFid function core/modules/file/tests/src/Kernel/LoadTest.php Try to load a non-existent file by fid.
LoadTest::testLoadMissingFilepath function core/modules/file/tests/src/Kernel/LoadTest.php Try to load a non-existent file by URI.
LoadTest::testMultiple function core/modules/file/tests/src/Kernel/LoadTest.php This will test loading file data from the database.
LoadTest::testSingleValues function core/modules/file/tests/src/Kernel/LoadTest.php Load a single file and ensure that the correct values are returned.
LoadTest::testUuidValues function core/modules/file/tests/src/Kernel/LoadTest.php Loads a single file and ensure that the correct values are returned.
Local class core/lib/Drupal/Core/FileTransfer/Local.php Defines the local connection class for copying files as the httpd user.
local-actions.css file core/themes/claro/css/layout/local-actions.css Layout styles for local actions.
local-actions.pcss.css file core/themes/claro/css/layout/local-actions.pcss.css Layout styles for local actions.
Local.php file core/lib/Drupal/Core/FileTransfer/Local.php
Local::$fileSystem property core/lib/Drupal/Core/FileTransfer/Local.php The file system service.
Local::chmodJailed function core/lib/Drupal/Core/FileTransfer/Local.php Changes the permissions of the file / directory specified in $path
Local::connect function core/lib/Drupal/Core/FileTransfer/Local.php Connects to the server.
Local::copyFileJailed function core/lib/Drupal/Core/FileTransfer/Local.php Copies a file.
Local::createDirectoryJailed function core/lib/Drupal/Core/FileTransfer/Local.php Creates a directory.
Local::factory function core/lib/Drupal/Core/FileTransfer/Local.php Defines a factory method for this class.
Local::isDirectory function core/lib/Drupal/Core/FileTransfer/Local.php Checks if a particular path is a directory.
Local::isFile function core/lib/Drupal/Core/FileTransfer/Local.php Checks if a particular path is a file (not a directory).
Local::removeDirectoryJailed function core/lib/Drupal/Core/FileTransfer/Local.php Removes a directory.
Local::removeFileJailed function core/lib/Drupal/Core/FileTransfer/Local.php Removes a file.
Local::__construct function core/lib/Drupal/Core/FileTransfer/Local.php Constructs a Drupal\Core\FileTransfer\FileTransfer object.

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