Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Inspector::assertAllRegularExpressionMatch | function | core/ |
Asserts that all members are strings matching a regular expression. |
| Inspector::assertAllStrictArrays | function | core/ |
Asserts all members are strict arrays. |
| Inspector::assertAllStringable | function | core/ |
Asserts all members are strings or objects with magic __toString() method. |
| Inspector::assertAllStrings | function | core/ |
Asserts that all members are strings. |
| Inspector::assertStrictArray | function | core/ |
Asserts that the array is strict. |
| Inspector::assertStringable | function | core/ |
Asserts argument is a string or an object castable to a string. |
| InspectorTest | class | core/ |
Tests Drupal\Component\Assertion\Inspector. |
| InspectorTest.php | file | core/ |
|
| InspectorTest::callMe | function | core/ |
Defines a test method referenced by ::testAllCallable(). |
| InspectorTest::callMeStatic | function | core/ |
Defines a test method referenced by ::testAllCallable(). |
| InspectorTest::providerTestAssertAllStrings | function | core/ |
|
| InspectorTest::testAllCallable | function | core/ |
Tests asserting all members are callable. |
| InspectorTest::testAllNotEmpty | function | core/ |
Tests asserting all members are !empty(). |
| InspectorTest::testAssertAllArrays | function | core/ |
Tests asserting all members are arrays. |
| InspectorTest::testAssertAllFloat | function | core/ |
Tests asserting all members are floating point variables. |
| InspectorTest::testAssertAllHaveKey | function | core/ |
Tests asserting all members have specified keys. |
| InspectorTest::testAssertAllIntegers | function | core/ |
Tests asserting all members are integers. |
| InspectorTest::testAssertAllMatch | function | core/ |
Tests asserting strstr() or stristr() match. |
| InspectorTest::testAssertAllNumeric | function | core/ |
Tests asserting all arguments are numbers or strings castable to numbers. |
| InspectorTest::testAssertAllObjects | function | core/ |
Tests asserting all members are objects. |
| InspectorTest::testAssertAllRegularExpressionMatch | function | core/ |
Tests asserting regular expression match. |
| InspectorTest::testAssertAllStrictArrays | function | core/ |
Tests asserting all members are strict arrays. |
| InspectorTest::testAssertAllStringable | function | core/ |
Tests asserting all members are strings or objects with __toString(). |
| InspectorTest::testAssertAllStrings | function | core/ |
Tests asserting all members are strings. |
| InspectorTest::testAssertStrictArray | function | core/ |
Tests asserting array is 0-indexed - the strict definition of array. |
| install-mysqli.php | file | core/ |
Installs the mysqli module on top of a fixture database. |
| install-page.css | file | core/ |
Installation styling. |
| install-page.css | file | core/ |
Installation styling. |
| install-page.css | file | core/ |
Installation styling. |
| install-page.html.twig | file | core/ |
Theme override to display a Drupal installation page. |
| install-page.html.twig | file | core/ |
Claro theme implementation to display a Drupal installation page. |
| install-page.html.twig | file | core/ |
Default theme implementation to display a Drupal installation page. |
| install-page.html.twig | file | core/ |
Default Admin theme implementation to display a Drupal installation page. |
| install-page.html.twig | file | core/ |
Gin theme implementation to display a Drupal installation page. |
| install-page.pcss.css | file | core/ |
Installation styling. |
| install-page.pcss.css | file | core/ |
Installation styling. |
| install-page.pcss.css | file | core/ |
Installation styling. |
| install-search-help.php | file | core/ |
|
| install.core.inc | file | core/ |
API functions for installing Drupal. |
| install.inc | file | core/ |
API functions for installing modules and themes. |
| INSTALL.mysql.txt | file | core/ |
CREATE THE MySQL DATABASE -------------------------- This step is only necessary if you don't already have a database set up (e.g., by your host). In the following examples, 'username' is an example MySQL user which has the CREATE and… |
| INSTALL.pgsql.txt | file | core/ |
CREATE THE PostgreSQL DATABASE ------------------------------ Note that the database must be created with UTF-8 (Unicode) encoding. 1. CREATE DATABASE USER This step is only necessary if you don't already have a user set up (e.g., by … |
| install.php | file | core/ |
Initiates a browser-based installation of Drupal. |
| INSTALL.sqlite.txt | file | core/ |
SQLITE REQUIREMENTS ------------------- PHP's PDO SQLite driver must be enabled. If you do not have pdo_sqlite available, depending on your system there are different ways to install it. Windows ------- Read more about it on… |
| INSTALL.txt | file | core/ |
CONTENTS OF THIS FILE --------------------- * Quickstart * Requirements and notes * Optional server requirements * Installation * Reinstall * Building and customizing your site * Multisite configuration * Multilingual… |
| INSTALL.txt | file | ./ |
Read core/INSTALL.txt for detailed installation instructions for your Drupal website. |
| InstallCommand | class | core/ |
Installs a Drupal site for local testing/development. |
| InstallCommand.php | file | core/ |
|
| InstallCommand::$classLoader | property | core/ |
The class loader. |
| InstallCommand::configure | function | core/ |
Pagination
- Previous page
- Page 728
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.