Search for data
Title | Object type | File name | Summary |
---|---|---|---|
AreaTest::viewsData | function | core/ |
Returns the views data definition. |
CacheItem::$data | property | core/ |
|
Component::$metadata | property | core/ |
The component's metadata. |
ComponentMetadata | class | core/ |
Component metadata. |
ComponentMetadata.php | file | core/ |
|
ComponentMetadata::$description | property | core/ |
The component description. |
ComponentMetadata::$documentation | property | core/ |
The component documentation. |
ComponentMetadata::$group | property | core/ |
The component group. |
ComponentMetadata::$machineName | property | core/ |
The machine name for the component. |
ComponentMetadata::$mandatorySchemas | property | core/ |
TRUE if the schemas for props and slots are mandatory. |
ComponentMetadata::$name | property | core/ |
The component's name. |
ComponentMetadata::$path | property | core/ |
The absolute path to the component directory. |
ComponentMetadata::$schema | property | core/ |
Schema for the component props. |
ComponentMetadata::$slots | property | core/ |
Slot information. |
ComponentMetadata::$status | property | core/ |
The status of the component. |
ComponentMetadata::$thumbnailPath | property | core/ |
The PNG path for the component thumbnail. |
ComponentMetadata::getThumbnailPath | function | core/ |
Gets the thumbnail path. |
ComponentMetadata::normalize | function | core/ |
Normalizes the value object. |
ComponentMetadata::parseSchemaInfo | function | core/ |
Parse the schema information. |
ComponentMetadata::__construct | function | core/ |
ComponentMetadata constructor. |
ComponentMetadataTest | class | core/ |
Unit tests for the component metadata class. |
ComponentMetadataTest.php | file | core/ |
|
ComponentMetadataTest::dataProviderMetadata | function | core/ |
Data provider for the test testMetadataEnforceSchema. |
ComponentMetadataTest::testMetadata | function | core/ |
Tests that the correct data is returned for each property. |
ComponentMetadataTest::testMetadataEnforceSchema | function | core/ |
Tests the correct checks when enforcing schemas or not. |
ComponentRenderTest::checkIncludeDataMapping | function | core/ |
Check using a component with an include and no default context. |
ComponentValidatorTest::dataProviderValidateDefinitionInvalid | function | core/ |
Data provider with invalid component definitions. |
ComponentValidatorTest::dataProviderValidateDefinitionValid | function | core/ |
Data provider with valid component definitions. |
ComponentValidatorTest::dataProviderValidatePropsInvalid | function | core/ |
Data provider with invalid component props. |
ComponentValidatorTest::dataProviderValidatePropsValid | function | core/ |
Data provider with valid component props. |
ConfigEntityValidationTestBase::isFullyValidatable | function | core/ |
Whether the tested config entity type is fully validatable. |
ConfigValidationTest::createRecipeWithInvalidDataInFile | function | core/ |
Creates a recipe with invalid config data in a particular file. |
ConfigValidationTest::testValidatableConfigIsValidated | function | core/ |
Tests that the recipe runner only validates config which is validatable. |
CronLoggingUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
DatabaseConnectionRefusedException | class | core/ |
Exception thrown if server refuses connection. |
DatabaseConnectionRefusedException.php | file | core/ |
|
DatabaseDriver | class | core/ |
Defines a database driver extension object. |
DatabaseDriver.php | file | core/ |
|
DatabaseDriver::$classLoader | property | core/ |
The container class loader. |
DatabaseDriver::$installTasks | property | core/ |
The install tasks object instance of the database driver. |
DatabaseDriver::getAutoloadInfo | function | core/ |
|
DatabaseDriver::getDriverName | function | core/ |
Returns the name of the database driver. |
DatabaseDriver::getExtensionFilename | function | core/ |
Returns the name of the main extension file, if any. |
DatabaseDriver::getExtensionPathname | function | core/ |
Returns the relative path of the main extension file, if any. |
DatabaseDriver::getFilename | function | core/ |
Returns the filename of the extension's info file. |
DatabaseDriver::getInstallTasks | function | core/ |
Returns the install tasks object instance of this database driver. |
DatabaseDriver::getModule | function | core/ |
Returns the Extension object of the module containing the database driver. |
DatabaseDriver::getModuleInfo | function | core/ |
Gets the content of the info.yml file of the driver's module, as an array. |
DatabaseDriver::getName | function | core/ |
Returns the internal name of the extension. |
DatabaseDriver::getNamespace | function | core/ |
Returns the PHP namespace of the database driver. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.