Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| MultiWidthLayoutBase.php | file | core/ |
|
| MultiWidthLayoutBase::build | function | core/ |
Build a render array for layout with regions. |
| MultiWidthLayoutBase::buildConfigurationForm | function | core/ |
Form constructor. |
| MultiWidthLayoutBase::defaultConfiguration | function | core/ |
Gets default configuration for this plugin. |
| MultiWidthLayoutBase::getDefaultWidth | function | core/ |
Provides a default value for the width options. |
| MultiWidthLayoutBase::getWidthOptions | function | core/ |
Gets the width options for the configuration form. |
| MultiWidthLayoutBase::submitConfigurationForm | function | core/ |
Form submission handler. |
| MysqlDateSql | class | core/ |
MySQL-specific date handling. |
| MysqlDateSql.php | file | core/ |
|
| MysqlDateSql::$database | property | core/ |
The database connection. |
| MysqlDateSql::$replace | property | core/ |
An array of PHP-to-MySQL replacement patterns. |
| MysqlDateSql::getDateField | function | core/ |
Returns a native database expression for a given field. |
| MysqlDateSql::getDateFormat | function | core/ |
Creates a native database date formatting. |
| MysqlDateSql::setFieldTimezoneOffset | function | core/ |
Applies the given offset to the given field. |
| MysqlDateSql::setTimezoneOffset | function | core/ |
Set the database to the given timezone. |
| MysqlDateSql::__construct | function | core/ |
Constructs the MySQL-specific date sql class. |
| MysqlDateSqlTest | class | core/ |
Tests the MySQL-specific date query handler. |
| MysqlDateSqlTest.php | file | core/ |
|
| MysqlDateSqlTest::$database | property | core/ |
The mocked database service. |
| MysqlDateSqlTest::providerTestGetDateFormat | function | core/ |
Provider for date formatting test. |
| MysqlDateSqlTest::setUp | function | core/ |
|
| MysqlDateSqlTest::testGetDateField | function | core/ |
Tests the getDateField method. |
| MysqlDateSqlTest::testGetDateFormat | function | core/ |
Tests date formatting replacement. |
| MysqlDateSqlTest::testSetFieldTimezoneOffset | function | core/ |
Tests timezone offset formatting. |
| MysqlDateSqlTest::testSetTimezoneOffset | function | core/ |
Tests setting the database offset. |
| Name::$alwaysMultiple | property | core/ |
Disable the possibility to force a single value. |
| Name::acceptExposedInput | function | core/ |
Determines if the input from a filter should change the generated query. |
| Name::adminSummary | function | core/ |
Display the filter on the administrative summary |
| Name::getValueOptions | function | core/ |
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/ |
Validate the exposed handler form |
| Name::valueSubmit | function | core/ |
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 filename munging and unmunging. |
| NameMungingTest.php | file | core/ |
|
| NameMungingTest::$badExtension | property | core/ |
An extension to be used as forbidden during munge operations. |
| NameMungingTest::$name | property | core/ |
The name of a file with a bad extension, after munging. |
| NameMungingTest::$nameWithUcExt | property | core/ |
The name of a file with an upper-cased bad extension, after munging. |
| NameMungingTest::setUp | function | core/ |
|
| NameMungingTest::testMungeIgnoreAllowedExtensions | function | core/ |
Tests that allowed extensions are ignored by file_munge_filename(). |
| NameMungingTest::testMungeIgnoreInsecure | function | core/ |
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 munging with a null byte in the filename. |
| NameMungingTest::testMungeUnsafe | function | core/ |
Tests unsafe extensions are always munged by file_munge_filename(). |
| NameMungingTest::testMunging | function | core/ |
Create a file and munge/unmunge the name. |
| NameMungingTest::testUnMunge | function | core/ |
Ensure that unmunge gets your name back. |
| NativeUpsert | class | core/ |
PostgreSQL implementation of native \Drupal\Core\Database\Query\Upsert. |
| NativeUpsert | class | core/ |
PostgreSQL implementation of native \Drupal\Core\Database\Query\Upsert. |
| NativeUpsert.php | file | core/ |
|
| NativeUpsert.php | file | core/ |
|
| NativeUpsert::execute | function | core/ |
Runs the query against the database. |
| NativeUpsert::__toString | function | core/ |
Implements PHP magic __toString method to convert the query to a string. |
| NaughtyRecursiveLogger | class | core/ |
Pagination
- Previous page
- Page 871
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.