Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
MultiWidthLayoutBase.php file core/modules/layout_builder/src/Plugin/Layout/MultiWidthLayoutBase.php
MultiWidthLayoutBase::build function core/modules/layout_builder/src/Plugin/Layout/MultiWidthLayoutBase.php Build a render array for layout with regions.
MultiWidthLayoutBase::buildConfigurationForm function core/modules/layout_builder/src/Plugin/Layout/MultiWidthLayoutBase.php Form constructor.
MultiWidthLayoutBase::defaultConfiguration function core/modules/layout_builder/src/Plugin/Layout/MultiWidthLayoutBase.php Gets default configuration for this plugin.
MultiWidthLayoutBase::getDefaultWidth function core/modules/layout_builder/src/Plugin/Layout/MultiWidthLayoutBase.php Provides a default value for the width options.
MultiWidthLayoutBase::getWidthOptions function core/modules/layout_builder/src/Plugin/Layout/MultiWidthLayoutBase.php Gets the width options for the configuration form.
MultiWidthLayoutBase::submitConfigurationForm function core/modules/layout_builder/src/Plugin/Layout/MultiWidthLayoutBase.php Form submission handler.
MysqlDateSql class core/modules/views/src/Plugin/views/query/MysqlDateSql.php MySQL-specific date handling.
MysqlDateSql.php file core/modules/views/src/Plugin/views/query/MysqlDateSql.php
MysqlDateSql::$database property core/modules/views/src/Plugin/views/query/MysqlDateSql.php The database connection.
MysqlDateSql::$replace property core/modules/views/src/Plugin/views/query/MysqlDateSql.php An array of PHP-to-MySQL replacement patterns.
MysqlDateSql::getDateField function core/modules/views/src/Plugin/views/query/MysqlDateSql.php Returns a native database expression for a given field.
MysqlDateSql::getDateFormat function core/modules/views/src/Plugin/views/query/MysqlDateSql.php Creates a native database date formatting.
MysqlDateSql::setFieldTimezoneOffset function core/modules/views/src/Plugin/views/query/MysqlDateSql.php Applies the given offset to the given field.
MysqlDateSql::setTimezoneOffset function core/modules/views/src/Plugin/views/query/MysqlDateSql.php Set the database to the given timezone.
MysqlDateSql::__construct function core/modules/views/src/Plugin/views/query/MysqlDateSql.php Constructs the MySQL-specific date sql class.
MysqlDateSqlTest class core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php Tests the MySQL-specific date query handler.
MysqlDateSqlTest.php file core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php
MysqlDateSqlTest::$database property core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php The mocked database service.
MysqlDateSqlTest::providerTestGetDateFormat function core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php Provider for date formatting test.
MysqlDateSqlTest::setUp function core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php
MysqlDateSqlTest::testGetDateField function core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php Tests the getDateField method.
MysqlDateSqlTest::testGetDateFormat function core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php Tests date formatting replacement.
MysqlDateSqlTest::testSetFieldTimezoneOffset function core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php Tests timezone offset formatting.
MysqlDateSqlTest::testSetTimezoneOffset function core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php Tests setting the database offset.
Name::$alwaysMultiple property core/modules/user/src/Plugin/views/filter/Name.php Disable the possibility to force a single value.
Name::acceptExposedInput function core/modules/user/src/Plugin/views/filter/Name.php Determines if the input from a filter should change the generated query.
Name::adminSummary function core/modules/user/src/Plugin/views/filter/Name.php Display the filter on the administrative summary
Name::getValueOptions function core/modules/user/src/Plugin/views/filter/Name.php Child classes should be used to override this function and set the
'value options', unless 'options callback' is defined as a valid function
or static public method to generate these values.
Name::validateExposed function core/modules/user/src/Plugin/views/filter/Name.php Validate the exposed handler form
Name::valueSubmit function core/modules/user/src/Plugin/views/filter/Name.php Perform any necessary changes to the form values prior to storage.
There is no need for this function to actually store the data.
NameMungingTest class core/tests/Drupal/KernelTests/Core/File/NameMungingTest.php Tests filename munging and unmunging.
NameMungingTest.php file core/tests/Drupal/KernelTests/Core/File/NameMungingTest.php
NameMungingTest::$badExtension property core/tests/Drupal/KernelTests/Core/File/NameMungingTest.php An extension to be used as forbidden during munge operations.
NameMungingTest::$name property core/tests/Drupal/KernelTests/Core/File/NameMungingTest.php The name of a file with a bad extension, after munging.
NameMungingTest::$nameWithUcExt property core/tests/Drupal/KernelTests/Core/File/NameMungingTest.php The name of a file with an upper-cased bad extension, after munging.
NameMungingTest::setUp function core/tests/Drupal/KernelTests/Core/File/NameMungingTest.php
NameMungingTest::testMungeIgnoreAllowedExtensions function core/tests/Drupal/KernelTests/Core/File/NameMungingTest.php Tests that allowed extensions are ignored by file_munge_filename().
NameMungingTest::testMungeIgnoreInsecure function core/tests/Drupal/KernelTests/Core/File/NameMungingTest.php If the system.file.allow_insecure_uploads setting evaluates to true, the file should
come out untouched, no matter how evil the filename.
NameMungingTest::testMungeNullByte function core/tests/Drupal/KernelTests/Core/File/NameMungingTest.php Tests munging with a null byte in the filename.
NameMungingTest::testMungeUnsafe function core/tests/Drupal/KernelTests/Core/File/NameMungingTest.php Tests unsafe extensions are always munged by file_munge_filename().
NameMungingTest::testMunging function core/tests/Drupal/KernelTests/Core/File/NameMungingTest.php Create a file and munge/unmunge the name.
NameMungingTest::testUnMunge function core/tests/Drupal/KernelTests/Core/File/NameMungingTest.php Ensure that unmunge gets your name back.
NativeUpsert class core/lib/Drupal/Core/Database/Driver/pgsql/NativeUpsert.php PostgreSQL implementation of native \Drupal\Core\Database\Query\Upsert.
NativeUpsert class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/NativeUpsert.php PostgreSQL implementation of native \Drupal\Core\Database\Query\Upsert.
NativeUpsert.php file core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/NativeUpsert.php
NativeUpsert.php file core/lib/Drupal/Core/Database/Driver/pgsql/NativeUpsert.php
NativeUpsert::execute function core/lib/Drupal/Core/Database/Driver/pgsql/NativeUpsert.php Runs the query against the database.
NativeUpsert::__toString function core/lib/Drupal/Core/Database/Driver/pgsql/NativeUpsert.php Implements PHP magic __toString method to convert the query to a string.
NaughtyRecursiveLogger class core/tests/Drupal/Tests/Core/Logger/LoggerChannelTest.php

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