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 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
SchemaTest::testRenameTableWithNewIndexNameEqualsTableName function core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php Tests renaming a table where the new index name is equal to the table name.
SchemaTest::testReservedKeywordsForNaming function core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php Tests handling with reserved keywords for naming tables, fields and more.
SchemaTest::testSchemaTableColumnSizeTooLargeException function core/modules/mysql/tests/src/Kernel/mysql/SchemaTest.php Tests SchemaTableColumnSizeTooLargeException.
SchemaTest::testSchemaTableKeyTooLargeException function core/modules/mysql/tests/src/Kernel/mysql/SchemaTest.php Tests SchemaTableKeyTooLargeException.
SchemaTest::testTableExists function core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php Tests the method tableExists().
SchemaTest::testTableWithSpecificDataType function core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php Tests creating a table with database specific data type.
SchemaTest::testTableWithSpecificDataType function core/modules/mysql/tests/src/Kernel/mysql/SchemaTest.php Tests creating a table with database specific data type.
SchemaTest::testTableWithSpecificDataType function core/modules/sqlite/tests/src/Kernel/sqlite/SchemaTest.php Tests creating a table with database specific data type.
SchemaTest::testUnsignedField function core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php Tests column name escaping in field constraints.
SchemaTest::tryInsertExpectsIntegrityConstraintViolationException function core/modules/sqlite/tests/src/Kernel/sqlite/SchemaTest.php Tries to insert a value that throws an IntegrityConstraintViolationException.
SchemaUniquePrefixedKeysIndexTest class core/modules/sqlite/tests/src/Kernel/sqlite/SchemaUniquePrefixedKeysIndexTest.php Tests adding UNIQUE keys to tables.
SchemaUniquePrefixedKeysIndexTest class core/modules/pgsql/tests/src/Kernel/pgsql/SchemaUniquePrefixedKeysIndexTest.php Tests adding UNIQUE keys to tables.
SchemaUniquePrefixedKeysIndexTest class core/modules/mysql/tests/src/Kernel/mysql/SchemaUniquePrefixedKeysIndexTest.php Tests adding UNIQUE keys to tables.
SchemaUniquePrefixedKeysIndexTest.php file core/modules/mysql/tests/src/Kernel/mysql/SchemaUniquePrefixedKeysIndexTest.php
SchemaUniquePrefixedKeysIndexTest.php file core/modules/sqlite/tests/src/Kernel/sqlite/SchemaUniquePrefixedKeysIndexTest.php
SchemaUniquePrefixedKeysIndexTest.php file core/modules/pgsql/tests/src/Kernel/pgsql/SchemaUniquePrefixedKeysIndexTest.php
SchemaUniquePrefixedKeysIndexTest::$columnValue property core/modules/pgsql/tests/src/Kernel/pgsql/SchemaUniquePrefixedKeysIndexTest.php Set the value used to test the schema unique prefixed keys index.
SchemaUniquePrefixedKeysIndexTest::$columnValue property core/modules/mysql/tests/src/Kernel/mysql/SchemaUniquePrefixedKeysIndexTest.php Set the value used to test the schema unique prefixed keys index.
SchemaUniquePrefixedKeysIndexTest::$columnValue property core/modules/sqlite/tests/src/Kernel/sqlite/SchemaUniquePrefixedKeysIndexTest.php Set the value used to test the schema unique prefixed keys index.
SchemaUniquePrefixedKeysIndexTestBase class core/tests/Drupal/KernelTests/Core/Database/SchemaUniquePrefixedKeysIndexTestBase.php Tests adding UNIQUE keys to tables.
SchemaUniquePrefixedKeysIndexTestBase.php file core/tests/Drupal/KernelTests/Core/Database/SchemaUniquePrefixedKeysIndexTestBase.php
SchemaUniquePrefixedKeysIndexTestBase::$columnValue property core/tests/Drupal/KernelTests/Core/Database/SchemaUniquePrefixedKeysIndexTestBase.php Set the value used to test the schema unique prefixed keys index.
SchemaUniquePrefixedKeysIndexTestBase::checkUniqueConstraintException function core/tests/Drupal/KernelTests/Core/Database/SchemaUniquePrefixedKeysIndexTestBase.php Verifies that inserting the same value/prefix twice causes an exception.
SchemaUniquePrefixedKeysIndexTestBase::testAddField function core/tests/Drupal/KernelTests/Core/Database/SchemaUniquePrefixedKeysIndexTestBase.php Tests adding a new field with UNIQUE key.
SchemaUniquePrefixedKeysIndexTestBase::testAddUniqueKey function core/tests/Drupal/KernelTests/Core/Database/SchemaUniquePrefixedKeysIndexTestBase.php Tests adding a UNIQUE key to an existing table.
SchemaUniquePrefixedKeysIndexTestBase::testChangeField function core/tests/Drupal/KernelTests/Core/Database/SchemaUniquePrefixedKeysIndexTestBase.php Tests changing a field to add a UNIQUE key.
SchemaUniquePrefixedKeysIndexTestBase::testCreateTable function core/tests/Drupal/KernelTests/Core/Database/SchemaUniquePrefixedKeysIndexTestBase.php Tests UNIQUE keys put directly on the table definition.
Score class core/modules/search/src/Plugin/views/sort/Score.php Sort handler for sorting by search score.
Score class core/modules/search/src/Plugin/views/field/Score.php Field handler for search score.
Score.php file core/modules/search/src/Plugin/views/sort/Score.php
Score.php file core/modules/search/src/Plugin/views/field/Score.php
Score::query function core/modules/search/src/Plugin/views/sort/Score.php Called to add the sort to a query.
Score::query function core/modules/search/src/Plugin/views/field/Score.php Called to add the field to a query.
Score::render function core/modules/search/src/Plugin/views/field/Score.php Renders the field.
ScrollTopCommand class core/lib/Drupal/Core/Ajax/ScrollTopCommand.php Provides an AJAX command for scrolling to the top of an element.
ScrollTopCommand class core/modules/views/src/Ajax/ScrollTopCommand.php Provides an AJAX command for scrolling to the top of an element.
ScrollTopCommand.php file core/modules/views/src/Ajax/ScrollTopCommand.php
ScrollTopCommand.php file core/lib/Drupal/Core/Ajax/ScrollTopCommand.php
ScrollTopCommand::$selector property core/lib/Drupal/Core/Ajax/ScrollTopCommand.php A CSS selector string.
ScrollTopCommand::render function core/lib/Drupal/Core/Ajax/ScrollTopCommand.php Return an array to be run through json_encode and sent to the client.
ScrollTopCommand::__construct function core/lib/Drupal/Core/Ajax/ScrollTopCommand.php Constructs a \Drupal\Core\Ajax\ScrollTopCommand object.
sdc.info.yml file core/modules/sdc/sdc.info.yml core/modules/sdc/sdc.info.yml
sdc.module file core/modules/sdc/sdc.module Module implementation file.
sdc.services.yml file core/modules/sdc/sdc.services.yml core/modules/sdc/sdc.services.yml
sdc_library_info_build function core/modules/sdc/sdc.module Implements hook_library_info_build().
sdc_other_node_visitor.info.yml file core/modules/system/tests/modules/sdc_other_node_visitor/sdc_other_node_visitor.info.yml core/modules/system/tests/modules/sdc_other_node_visitor/sdc_other_node_visitor.info.yml
sdc_other_node_visitor.services.yml file core/modules/system/tests/modules/sdc_other_node_visitor/sdc_other_node_visitor.services.yml core/modules/system/tests/modules/sdc_other_node_visitor/sdc_other_node_visitor.services.yml
sdc_other_node_visitor.twig.extension.profiler service core/modules/system/tests/modules/sdc_other_node_visitor/sdc_other_node_visitor.services.yml Drupal\sdc_other_node_visitor\Twig\Extension\TestProfilerExtension
sdc_test.info.yml file core/modules/system/tests/modules/sdc_test/sdc_test.info.yml core/modules/system/tests/modules/sdc_test/sdc_test.info.yml
sdc_test.routing.yml file core/modules/system/tests/modules/sdc_test/sdc_test.routing.yml core/modules/system/tests/modules/sdc_test/sdc_test.routing.yml

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