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
LICENSE.txt file core/lib/Drupal/Component/FrontMatter/LICENSE.txt GNU GENERAL PUBLIC LICENSE
Version 2, June 1991

Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this…
LICENSE.txt file core/lib/Drupal/Component/Version/LICENSE.txt GNU GENERAL PUBLIC LICENSE
Version 2, June 1991

Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this…
LICENSE.txt file core/lib/Drupal/Component/Serialization/LICENSE.txt GNU GENERAL PUBLIC LICENSE
Version 2, June 1991

Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this…
LICENSE.txt file core/lib/Drupal/Component/ClassFinder/LICENSE.txt GNU GENERAL PUBLIC LICENSE
Version 2, June 1991

Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this…
LICENSE.txt file core/lib/Drupal/Component/ProxyBuilder/LICENSE.txt GNU GENERAL PUBLIC LICENSE
Version 2, June 1991

Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this…
LICENSE.txt file core/lib/Drupal/Component/EventDispatcher/LICENSE.txt GNU GENERAL PUBLIC LICENSE
Version 2, June 1991

Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this…
LICENSE.txt file core/lib/Drupal/Component/Diff/LICENSE.txt GNU GENERAL PUBLIC LICENSE
Version 2, June 1991

Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this…
LICENSE.txt file core/lib/Drupal/Component/FileSystem/LICENSE.txt GNU GENERAL PUBLIC LICENSE
Version 2, June 1991

Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this…
LICENSE.txt file core/lib/Drupal/Component/Gettext/LICENSE.txt GNU GENERAL PUBLIC LICENSE
Version 2, June 1991

Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this…
LICENSE.txt file core/lib/Drupal/Component/PhpStorage/LICENSE.txt GNU GENERAL PUBLIC LICENSE
Version 2, June 1991

Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this…
LICENSE.txt file core/lib/Drupal/Component/Datetime/LICENSE.txt GNU GENERAL PUBLIC LICENSE
Version 2, June 1991

Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this…
LICENSE.txt file core/lib/Drupal/Component/Transliteration/LICENSE.txt GNU GENERAL PUBLIC LICENSE
Version 2, June 1991

Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this…
licenses.libraries.yml file core/tests/Drupal/Tests/Core/Asset/library_test_files/licenses.libraries.yml core/tests/Drupal/Tests/Core/Asset/library_test_files/licenses.libraries.yml
licenses_missing_information.libraries.yml file core/tests/Drupal/Tests/Core/Asset/library_test_files/licenses_missing_information.libraries.yml core/tests/Drupal/Tests/Core/Asset/library_test_files/licenses_missing_information.libraries.yml
LinearHistory class core/lib/Drupal/Core/Config/Checkpoint/LinearHistory.php A chronological list of Checkpoint objects.
LinearHistory.php file core/lib/Drupal/Core/Config/Checkpoint/LinearHistory.php
LinearHistory::$activeCheckpoint property core/lib/Drupal/Core/Config/Checkpoint/LinearHistory.php The active checkpoint.
LinearHistory::$checkpoints property core/lib/Drupal/Core/Config/Checkpoint/LinearHistory.php The list of checkpoints, keyed by ID.
LinearHistory::add function core/lib/Drupal/Core/Config/Checkpoint/LinearHistory.php Adds a new checkpoint.
LinearHistory::CHECKPOINT_KEY constant core/lib/Drupal/Core/Config/Checkpoint/LinearHistory.php The store of all the checkpoint names in state.
LinearHistory::count function core/lib/Drupal/Core/Config/Checkpoint/LinearHistory.php
LinearHistory::delete function core/lib/Drupal/Core/Config/Checkpoint/LinearHistory.php Deletes a checkpoint.
LinearHistory::deleteAll function core/lib/Drupal/Core/Config/Checkpoint/LinearHistory.php Deletes all checkpoints.
LinearHistory::get function core/lib/Drupal/Core/Config/Checkpoint/LinearHistory.php Gets a checkpoint.
LinearHistory::getActiveCheckpoint function core/lib/Drupal/Core/Config/Checkpoint/LinearHistory.php Gets the active checkpoint.
LinearHistory::getIterator function core/lib/Drupal/Core/Config/Checkpoint/LinearHistory.php
LinearHistory::getParents function core/lib/Drupal/Core/Config/Checkpoint/LinearHistory.php Gets a checkpoint's parents.
LinearHistory::__construct function core/lib/Drupal/Core/Config/Checkpoint/LinearHistory.php Constructs a checkpoints object.
LinearHistoryTest class core/tests/Drupal/Tests/Core/Config/Checkpoint/LinearHistoryTest.php Tests Drupal\Core\Config\Checkpoint\LinearHistory.
LinearHistoryTest.php file core/tests/Drupal/Tests/Core/Config/Checkpoint/LinearHistoryTest.php
LinearHistoryTest::CHECKPOINT_KEY constant core/tests/Drupal/Tests/Core/Config/Checkpoint/LinearHistoryTest.php The key used store of all the checkpoint names in state.
LinearHistoryTest::testAdd function core/tests/Drupal/Tests/Core/Config/Checkpoint/LinearHistoryTest.php Tests add.
LinearHistoryTest::testAddException function core/tests/Drupal/Tests/Core/Config/Checkpoint/LinearHistoryTest.php Tests add exception.
LinearHistoryTest::testDelete function core/tests/Drupal/Tests/Core/Config/Checkpoint/LinearHistoryTest.php Tests delete.
LinearHistoryTest::testDeleteAll function core/tests/Drupal/Tests/Core/Config/Checkpoint/LinearHistoryTest.php Tests delete all.
LinearHistoryTest::testDeleteException function core/tests/Drupal/Tests/Core/Config/Checkpoint/LinearHistoryTest.php Tests delete exception.
LinearHistoryTest::testGetParents function core/tests/Drupal/Tests/Core/Config/Checkpoint/LinearHistoryTest.php Tests get parents.
LinearHistoryTest::testGetParentsException function core/tests/Drupal/Tests/Core/Config/Checkpoint/LinearHistoryTest.php Tests get parents exception.
link-formatter-link-separate.html.twig file core/themes/default_admin/templates/classy/field/link-formatter-link-separate.html.twig Theme override of a link with separate title and URL elements.
link-formatter-link-separate.html.twig file core/themes/admin/templates/classy/field/link-formatter-link-separate.html.twig Theme override of a link with separate title and URL elements.
link-formatter-link-separate.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/field/link-formatter-link-separate.html.twig Theme override of a link with separate title and URL elements.
link-formatter-link-separate.html.twig file core/themes/stable9/templates/field/link-formatter-link-separate.html.twig Theme override of a link with separate title and URL elements.
link-formatter-link-separate.html.twig file core/themes/claro/templates/classy/field/link-formatter-link-separate.html.twig Theme override of a link with separate title and URL elements.
link-formatter-link-separate.html.twig file core/themes/starterkit_theme/templates/field/link-formatter-link-separate.html.twig Theme override of a link with separate title and URL elements.
link-formatter-link-separate.html.twig file core/modules/link/tests/themes/link_test_theme/templates/link-formatter-link-separate.html.twig Theme override of a link with separate title and URL elements.
link-formatter-link-separate.html.twig file core/modules/link/templates/link-formatter-link-separate.html.twig Default theme implementation of a link with separate title and URL elements.
link.admin.css file core/modules/ckeditor5/css/link.admin.css .ckeditor5-toolbar-button-link {
background-image: url(../icons/link.svg);
}
link.css file core/themes/claro/css/classy/components/link.css Style another element as a link.
link.css file core/themes/starterkit_theme/css/components/link.css Style another element as a link.
link.css file core/profiles/demo_umami/themes/umami/css/classy/components/link.css Style another element as a link.

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