phpstorm.php
Table of Contents
Functions
- phpstorm_metadata_dir() : string
- Determine the folder where we will store PhpStorm metadata files.
- _phpstorm_metadata_dirs() : array<string|int, mixed>
- phpstorm_civicrm_config() : void
- Implements hook_civicrm_config().
- phpstorm_civicrm_container() : mixed
- phpstorm_civicrm_managed() : mixed
- phpstorm_civicrm_enable() : void
- phpstorm_civicrm_uninstall() : void
- _phpstorm_cleanup() : void
Functions
phpstorm_metadata_dir()
Determine the folder where we will store PhpStorm metadata files.
phpstorm_metadata_dir() : string
Not 100% sure which is best. These options trade-off in edge-cases of writability and readability:
- '[civicrm.files]/.phpstorm.meta.php'
- '[civicrm.compile]/.phpstorm.meta.php'
- '[civicrm.root]/.phpstorm.meta.php'
Return values
string_phpstorm_metadata_dirs()
_phpstorm_metadata_dirs() : array<string|int, mixed>
Return values
array<string|int, mixed>phpstorm_civicrm_config()
Implements hook_civicrm_config().
phpstorm_civicrm_config(mixed &$config) : void
Parameters
- $config : mixed
Tags
phpstorm_civicrm_container()
phpstorm_civicrm_container(ContainerBuilder $container) : mixed
Parameters
- $container : ContainerBuilder
phpstorm_civicrm_managed()
phpstorm_civicrm_managed(mixed &$entities, mixed $modules) : mixed
Parameters
- $entities : mixed
- $modules : mixed
phpstorm_civicrm_enable()
phpstorm_civicrm_enable() : void
phpstorm_civicrm_uninstall()
phpstorm_civicrm_uninstall() : void
_phpstorm_cleanup()
_phpstorm_cleanup() : void